diff options
| author | BardofSprites <[email protected]> | 2025-09-23 22:47:04 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2025-09-23 22:47:04 -0400 |
| commit | 710415d63ca723a41180800e047e022132b9bf26 (patch) | |
| tree | ce70713ae9c1f63b0fee8c6f3ab8e341770ef8ee /stumpwm/modeline.lisp | |
| parent | 354f5a666b75cb4eced8f8ba7a4d44ca34b26c93 (diff) | |
stumpwm window manager
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)) |
