diff options
| author | navewindre <boneyaard@gmail.com> | 2025-07-06 06:19:25 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2025-07-06 06:19:25 +0200 |
| commit | 9971af12d5b7967d82711217634f7725cd063769 (patch) | |
| tree | a0682bf661a527fe319181fd253502589921852c /config/openbox/rc-templ.xml | |
| parent | aac67d8bd43b8b33812c86c0f189f96d827f0068 (diff) | |
a
Diffstat (limited to 'config/openbox/rc-templ.xml')
| -rw-r--r-- | config/openbox/rc-templ.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/openbox/rc-templ.xml b/config/openbox/rc-templ.xml index a0a12ff..68a1094 100644 --- a/config/openbox/rc-templ.xml +++ b/config/openbox/rc-templ.xml @@ -184,6 +184,7 @@ </finalactions> </action> </keybind> + <keybind key="W-w"> <action name="UnmaximizeFull"/> <action name="MoveResizeTo"> @@ -435,6 +436,9 @@ <mousebind button="Left" action="Drag"> <action name="Move"/> </mousebind> + <mousebind button="W-Left" action="Click"> + <action name="ToggleAlwaysOnTop"/> + </mousebind> <mousebind button="Left" action="DoubleClick"> <action name="ToggleMaximize"/> </mousebind> |
