diff options
| -rw-r--r-- | config/emacs/init.el | 2 | ||||
| -rw-r--r-- | config/labwc/rc.xml | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/config/emacs/init.el b/config/emacs/init.el index 5b82ce2..f247546 100644 --- a/config/emacs/init.el +++ b/config/emacs/init.el @@ -97,7 +97,7 @@ (add-hook 'c++-mode-hook 'eglot-ensure) (add-hook 'python-mode-hook 'eglot-ensure) -(add-hook 'after-save-hook 'eglot-format) +(add-hook 'before-save-hook 'eglot-format) (global-set-key (kbd "s-`") 'popper-toggle) (global-set-key (kbd "C-`") 'popper-cycle) diff --git a/config/labwc/rc.xml b/config/labwc/rc.xml index 8097a27..eda2ff9 100644 --- a/config/labwc/rc.xml +++ b/config/labwc/rc.xml @@ -206,6 +206,12 @@ <keybind key="C-A-Right"> <action name="GoToDesktop" to="right" wrap="no" /> </keybind> + <keybind key="C-A-S-Left"> + <action name="SendToDesktop" to="left" wrap="no" /> + </keybind> + <keybind key="C-A-S-Right"> + <action name="SendToDesktop" to="right" wrap="no" /> + </keybind> <keybind key="W-Left"> <action name="SnapToEdge" direction="left" /> </keybind> |
