aboutsummaryrefslogtreecommitdiff
path: root/stumpwm/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/modeline.lisp
parentd0e9b38db5cdbba8c29f730f1c2eb5eb478fa776 (diff)
renamed
Diffstat (limited to 'stumpwm/modeline.lisp')
-rw-r--r--stumpwm/modeline.lisp5
1 files changed, 0 insertions, 5 deletions
diff --git a/stumpwm/modeline.lisp b/stumpwm/modeline.lisp
deleted file mode 100644
index 3f05948..0000000
--- a/stumpwm/modeline.lisp
+++ /dev/null
@@ -1,5 +0,0 @@
-(in-package :stumpwm)
-
-;; mode line on all heads
-(dolist (h (screen-heads (current-screen)))
- (enable-mode-line (current-screen) h t))