diff options
author | bd <bdunahu@operationnull.com> | 2024-12-19 01:51:27 -0500 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2024-12-19 01:51:27 -0500 |
commit | d3a3ef635e147d20e2f4b967d969967019ee333d (patch) | |
tree | 8f1463e4c3639b3c3ac63553924ccb63cdd615d7 /.config/emacs/modules/bd--exwm-windowing.el | |
parent | 6ace355721c76ca3dc91819079809178a5b75822 (diff) |
Minor fixes to new modeline
Diffstat (limited to '.config/emacs/modules/bd--exwm-windowing.el')
-rw-r--r-- | .config/emacs/modules/bd--exwm-windowing.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/modules/bd--exwm-windowing.el b/.config/emacs/modules/bd--exwm-windowing.el index 184c16e..ef4aa0f 100644 --- a/.config/emacs/modules/bd--exwm-windowing.el +++ b/.config/emacs/modules/bd--exwm-windowing.el @@ -118,7 +118,7 @@ that buffer." ([?\s-O] . bd/visit-bookmark) ([?\s-P] . bd/password) ([?\s-r] . exwm-reset) - ([?\s-d] . toggle-current-window-dedication) + ([?\s-d] . toggle-window-dedicated) ([?\s-q] . kill-current-buffer) ([?\s-x] . (lambda (command) (interactive (list (read-shell-command "s-x "))) |