From 78441a99ebc93d8f284a6a64c98fae5ef847184d Mon Sep 17 00:00:00 2001 From: BardofSprites Date: Thu, 25 Sep 2025 16:54:17 -0400 Subject: renamed --- stumpwm/.stumpwm.d/modeline.lisp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 stumpwm/.stumpwm.d/modeline.lisp (limited to 'stumpwm/.stumpwm.d/modeline.lisp') 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)) -- cgit v1.2.3