diff options
author | luxagraf <sng@luxagraf.net> | 2023-12-27 11:25:15 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2023-12-27 11:25:15 -0500 |
commit | 67f7bd972d749d56508d300411f91f95fda2d3ee (patch) | |
tree | b4e488a768b96ef0c0e32aa6759f377a2dc7de90 /.config/openbox | |
parent | 7380bd8704baa93e56832fd1bf1bd573e6e3a2d5 (diff) |
various dotfile updates from the past couple months
Diffstat (limited to '.config/openbox')
-rw-r--r-- | .config/openbox/autostart | 2 | ||||
-rw-r--r-- | .config/openbox/rc.xml | 22 |
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> |