diff options
Diffstat (limited to '.config/openbox')
-rw-r--r-- | .config/openbox/autostart | 7 | ||||
-rw-r--r-- | .config/openbox/rc.xml | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/.config/openbox/autostart b/.config/openbox/autostart index 601b4e9..ed7e583 100644 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -1,14 +1,13 @@ xcompmgr -c & tint2 & -redshift -l 34.3065:-82.66374 & +redshift-gtk -l 34.3065:-82.66374 & nm-applet & clipmenud & -nextcloud & urxvt & mpd & xset r rate 251 25 & xset -b xcape -e 'Control_L=Escape' -xinput set-prop 11 "libinput Click Method Enabled" 0 1 -xinput set-prop 11 "libinput Natural Scrolling Enabled" 1 +xinput set-prop 14 "libinput Click Method Enabled" 0 1 +xinput set-prop 14 "libinput Natural Scrolling Enabled" 1 feh --bg-fill ~/pictures/desktops/boat2.jpg diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index eded285..7c0637f 100644 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -327,12 +327,12 @@ </keybind> <keybind key="XF86MonBrightnessDown"> <action name="Execute"> - <command>brightnessctl set 10-</command> + <command>brightnessctl set 5%-</command> </action> </keybind> <keybind key="XF86MonBrightnessUp"> <action name="Execute"> - <command>brightnessctl set 10+</command> + <command>brightnessctl set 5%+</command> </action> </keybind> <!-- Keybindings for window switching --> |