diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-06-12 14:09:13 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-06-12 14:09:13 +0530 | 
| commit | 5ee3fecc615cee696554adba2548449b155650e8 (patch) | |
| tree | bd43d125d0a204131f1052d40b099e3a18e667a3 /config/labwc/rc.xml | |
| parent | 590461fca6c15fff857dd516509c24c640ce5496 (diff) | |
add keybinds for sendtodesktop
Diffstat (limited to 'config/labwc/rc.xml')
| -rw-r--r-- | config/labwc/rc.xml | 6 | 
1 files changed, 6 insertions, 0 deletions
| 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> | 
