From a015ca3271b389ad0ebd30eefc0a75695e7a2945 Mon Sep 17 00:00:00 2001 From: bd Date: Tue, 3 Jun 2025 14:22:17 -0400 Subject: Allow modification of gaps with window command dispatcher --- .config/emacs/modules/bd--window.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.config') diff --git a/.config/emacs/modules/bd--window.el b/.config/emacs/modules/bd--window.el index 59f7dbc..bdc173b 100644 --- a/.config/emacs/modules/bd--window.el +++ b/.config/emacs/modules/bd--window.el @@ -48,7 +48,10 @@ ["" ("a" "alpha" bd/set-frame-alpha) ("w" "wallpaper" bd/set-bg) - ("t" "theme" load-theme)]]) + ("t" "theme" load-theme)] + ["" + ("z" "widen gaps" exwm-outer-gaps-increment :transient t) + ("x" "shrink gaps" exwm-outer-gaps-decrement :transient t)]]) (keymap-global-set "C-c w" #'bd/layout-dispatcher) -- cgit v1.2.3