diff options
author | bd <bdunahu@operationnull.com> | 2025-10-12 19:58:20 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-10-12 19:58:20 -0400 |
commit | c28fba8d633b64ac2ec139d9b31baff74ce2efbe (patch) | |
tree | aeee2233780ea5c5e1e7bf290fa01417cc764b2b /.config/emacs/modules/bd--exwm.el | |
parent | 0a4c9d3c2aa91eb88acf857d70cb770674c75191 (diff) |
Add a toggle for the tab display
Diffstat (limited to '.config/emacs/modules/bd--exwm.el')
-rw-r--r-- | .config/emacs/modules/bd--exwm.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/emacs/modules/bd--exwm.el b/.config/emacs/modules/bd--exwm.el index 45591b9..6ab7c10 100644 --- a/.config/emacs/modules/bd--exwm.el +++ b/.config/emacs/modules/bd--exwm.el @@ -61,6 +61,7 @@ that buffer." ([?\s-P] . bd/password) ([?\s-r] . exwm-reset) ([?\s-d] . toggle-window-dedicated) + ([?\s-t] . bd/toggle-tab-bar) ([?\s-q] . kill-current-buffer) ([?\s-x] . (lambda (command) (interactive (list (read-shell-command "s-x "))) |