diff options
Diffstat (limited to '.config/openbox/rc.xml')
-rw-r--r-- | .config/openbox/rc.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index d2f040b..d15e3fe 100644 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -336,6 +336,25 @@ </action> </keybind> <!-- Keybindings for window switching --> + <keybind key="A-h"> + <action name="UnmaximizeFull"/> + <action name="MoveResizeTo"> + <x>1</x> + <y>center</y> + <width>50/100</width> + <height>100/100</height> + </action> + </keybind> + <!-- Right --> + <keybind key="A-l"> + <action name="UnmaximizeFull"/> + <action name="MoveResizeTo"> + <x>-1</x> + <y>center</y> + <width>50/100</width> + <height>100/100</height> + </action> + </keybind> <keybind key="A-Tab"> <action name="NextWindow"> <finalactions> @@ -855,6 +874,9 @@ <application class="URxvt"> <decor>no</decor> </application> + <application class="kitty"> + <decor>no</decor> + </application> <application class="vivaldi-snapshot"> <decor>no</decor> </application> |