summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-06-12 14:09:13 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-06-12 14:09:13 +0530
commit5ee3fecc615cee696554adba2548449b155650e8 (patch)
treebd43d125d0a204131f1052d40b099e3a18e667a3 /config
parent590461fca6c15fff857dd516509c24c640ce5496 (diff)
add keybinds for sendtodesktop
Diffstat (limited to 'config')
-rw-r--r--config/emacs/init.el2
-rw-r--r--config/labwc/rc.xml6
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>