aboutsummaryrefslogtreecommitdiff
path: root/stumpwm/.stumpwm.d/modeline.lisp
diff options
context:
space:
mode:
authorBardofSprites <bard>2025-09-25 16:54:17 -0400
committerBardofSprites <bard>2025-09-25 16:54:17 -0400
commit78441a99ebc93d8f284a6a64c98fae5ef847184d (patch)
tree27cfc5fb695c8096d15a577a2fea07c36d601616 /stumpwm/.stumpwm.d/modeline.lisp
parentd0e9b38db5cdbba8c29f730f1c2eb5eb478fa776 (diff)
renamed
Diffstat (limited to 'stumpwm/.stumpwm.d/modeline.lisp')
-rw-r--r--stumpwm/.stumpwm.d/modeline.lisp5
1 files changed, 5 insertions, 0 deletions
diff --git a/stumpwm/.stumpwm.d/modeline.lisp b/stumpwm/.stumpwm.d/modeline.lisp
new file mode 100644
index 0000000..3f05948
--- /dev/null
+++ b/stumpwm/.stumpwm.d/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))