diff options
Diffstat (limited to 'oni/packages/hlwm-switch-to-window.scm')
| -rw-r--r-- | oni/packages/hlwm-switch-to-window.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/oni/packages/hlwm-switch-to-window.scm b/oni/packages/hlwm-switch-to-window.scm index a0721d8..dac847b 100644 --- a/oni/packages/hlwm-switch-to-window.scm +++ b/oni/packages/hlwm-switch-to-window.scm @@ -34,6 +34,8 @@ (let ((bin (string-append (assoc-ref outputs "out") "/bin"))) (install-file "hlwm-switch-to-window" bin))))))) (home-page "https://ryuslash.org/") - (synopsis "A simple script that checks which monitor to use to switch to a window before switching.") - (description "Can be bound to a key to make sure that when you switch to a window a specific monitor is always used.") + (synopsis + "A simple script that checks which monitor to use to switch to a window before switching.") + (description + "Can be bound to a key to make sure that when you switch to a window a specific monitor is always used.") (license license:gpl3+)))) |
