summaryrefslogtreecommitdiff
path: root/.config/openbox
diff options
context:
space:
mode:
Diffstat (limited to '.config/openbox')
-rw-r--r--.config/openbox/autostart2
-rw-r--r--.config/openbox/rc.xml22
2 files changed, 23 insertions, 1 deletions
diff --git a/.config/openbox/autostart b/.config/openbox/autostart
index 871901b..ec0ab94 100644
--- a/.config/openbox/autostart
+++ b/.config/openbox/autostart
@@ -3,7 +3,7 @@ tint2 &
redshift-gtk -l 34.3065:-82.66374 &
nm-applet &
clipmenud &
-urxvt &
+kitty &
mpd &
syncthingtray &
xset r rate 251 25 &
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>