diff options
Diffstat (limited to 'stumpwm/modeline.lisp')
| -rw-r--r-- | stumpwm/modeline.lisp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/stumpwm/modeline.lisp b/stumpwm/modeline.lisp new file mode 100644 index 0000000..3f05948 --- /dev/null +++ b/stumpwm/modeline.lisp @@ -0,0 +1,5 @@ +(in-package :stumpwm) + +;; mode line on all heads +(dolist (h (screen-heads (current-screen))) + (enable-mode-line (current-screen) h t)) |
