diff options
Diffstat (limited to '.config/openbox')
-rw-r--r-- | .config/openbox/autostart | 7 | ||||
-rw-r--r-- | .config/openbox/rc.xml | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/.config/openbox/autostart b/.config/openbox/autostart index c99e3d0..d0ec159 100644 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -1,11 +1,12 @@ +xcompmgr -c & tint2 & -urxvt & +thunar & redshift -l 34.3065:-82.66374 & nm-applet & clipmenud & nextcloud & xset r rate 251 25 & xset -b -xcape -e 'Caps_Lock=Escape' +xcape -e 'Control_L=Escape' xinput set-prop 14 "libinput Natural Scrolling Enabled" 1 -feh --bg-fill ~/pictures/desktops/Untitled_0535_by_Mike_Sinko.jpg +feh --bg-fill ~/pictures/desktops/delos.png diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index c5f6df3..1ad53e4 100644 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -120,7 +120,7 @@ use obconf if you want to change these without having to log out and back in --> - <number>4</number> + <number>1</number> <firstdesk>1</firstdesk> <names> <name>1</name> @@ -294,12 +294,12 @@ </keybind> <keybind key="Print"> <action name="Execute"> - <command>scrot ~/pictures/screenshots/%Y-%m-%d-%H-%M-%S.png</command> + <command>scrot ~/pictures/screenshots/%Y-%m-%d-%H-%M-%S.png</command> </action> </keybind> <keybind key="A-Print"> <action name="Execute"> - <command>scrot -s ~/pictures/screenshots/%Y-%m-%d-%H-%M-%S.png</command> + <command>scrot -s ~/pictures/screenshots/%Y-%m-%d-%H-%M-%S.png</command> </action> </keybind> <keybind key="XF86AudioMute"> |