summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-08-30 12:00:36 +0100
committerjao <jao@gnu.org>2022-08-30 12:00:36 +0100
commite9b699c1f273700d7cc409b2077c66c2a84c8dc7 (patch)
treec264073193a8d3a841ac4ff2fa3263981ada100f /init.el
parent7df1e0400ee5496535ff709caee54fb750af2c04 (diff)
downloadelibs-e9b699c1f273700d7cc409b2077c66c2a84c8dc7.tar.gz
elibs-e9b699c1f273700d7cc409b2077c66c2a84c8dc7.tar.bz2
whitespacish
Diffstat (limited to 'init.el')
-rw-r--r--init.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/init.el b/init.el
index c6bff7e..c803bc1 100644
--- a/init.el
+++ b/init.el
@@ -3270,7 +3270,7 @@
((derived-mode-p 'org-mode) (org-reveal))))
(transient-define-prefix jao-transient-utils ()
- "Global operations in X11."
+ "Global operations."
[["Notes"
("n" "capture note" jao-org-notes-open-or-create)
("/" "search notes" jao-org-notes-open)
@@ -3284,7 +3284,10 @@
["Monitors"
("p" "htop" jao-term-htop)
("v" "vpn status" jao-mullvad-status)
- ("m" "set tmr" tmr)]
+ ("m" "set tmr" tmr)
+ ;; ("X" "toggle xmobar" xmobar-mode :if jao-exwm-enabled-p)
+ ("x" "restart xmobar" xmobar-restart :if jao-exwm-enabled-p)
+ ("x" "kill xmobar" jao-xmobar-kill :if jao-xmonad-enabled-p)]
["Network"
("S" "ssh" jao-ssh)
("b" "bluetooth" bluetooth-list-devices)
@@ -3298,9 +3301,6 @@
["Window system" :if jao-window-system-p
("w" "set wallpaper" jao-set-wallpaper)
("W" "set radom wallpaper" jao-set-random-wallpaper)
- ("X" "toggle xmobar" xmobar-mode :if jao-exwm-enabled-p)
- ("x" "restart xmobar" xmobar-restart :if jao-exwm-enabled-p)
- ("x" "kill xmobar" jao-xmobar-kill :if jao-xmonad-enabled-p)
("B u" (lambda ()
(let ((b (jao-brightness)))
(format "bright up %s" (and (string-match ".*\\((.+)\\).*" b)