diff options
Diffstat (limited to '.config/openbox')
-rw-r--r-- | .config/openbox/.rc.xml.swp | bin | 0 -> 24576 bytes | |||
-rw-r--r-- | .config/openbox/autostart | 4 | ||||
-rw-r--r-- | .config/openbox/rc.xml | 3 |
3 files changed, 5 insertions, 2 deletions
diff --git a/.config/openbox/.rc.xml.swp b/.config/openbox/.rc.xml.swp Binary files differnew file mode 100644 index 0000000..083ab19 --- /dev/null +++ b/.config/openbox/.rc.xml.swp diff --git a/.config/openbox/autostart b/.config/openbox/autostart index c99e3d0..5b32d9f 100644 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -6,6 +6,6 @@ clipmenud & nextcloud & xset r rate 251 25 & xset -b -xcape -e 'Caps_Lock=Escape' -xinput set-prop 14 "libinput Natural Scrolling Enabled" 1 +xcape -e 'Control_L=Escape' +xinput set-prop 11 "libinput Natural Scrolling Enabled" 1 feh --bg-fill ~/pictures/desktops/Untitled_0535_by_Mike_Sinko.jpg diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index c5f6df3..b8f22e8 100644 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -317,6 +317,9 @@ <command>brightnessctl set 100+</command> </action> </keybind> + <keybind key="A-F6"> + <action name="Maximize"/> + </keybind> <!-- Keybindings for window switching --> <keybind key="A-Tab"> <action name="NextWindow"> |