diff options
author | lxf <sng@luxagraf.net> | 2022-11-29 16:31:31 -0600 |
---|---|---|
committer | lxf <sng@luxagraf.net> | 2022-11-29 16:31:31 -0600 |
commit | f181bfe1db0bee1b30f1a33c733336807feed28e (patch) | |
tree | 17243104ad69a61df38dadf15ecc95f18a69a786 /.config/openbox/autostart | |
parent | e777bb54bb71f8d19900703d94e775cac6f7efe1 (diff) |
brought openbox setup up to date with sway setup
Diffstat (limited to '.config/openbox/autostart')
-rw-r--r-- | .config/openbox/autostart | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.config/openbox/autostart b/.config/openbox/autostart index 6ee039e..1567dbb 100644 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -1,13 +1,14 @@ xcompmgr -c & tint2 & -thunar & redshift -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 "DELL07E6:00 06CB:76AF Touchpad" "libinput Click Method Enabled" 0 1 -xinput set-prop 14 "libinput Natural Scrolling Enabled" 1 +xinput --set-prop "PNP0C50:00 06CB:CDB0 Touchpad" "libinput Click Method Enabled" 0 1 +xinput set-prop 13 "libinput Natural Scrolling Enabled" 1 feh --bg-fill ~/pictures/desktops/boat2.jpg |