diff options
Diffstat (limited to '.config/openbox')
| -rw-r--r-- | .config/openbox/autostart | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/.config/openbox/autostart b/.config/openbox/autostart index e7c51ff..86768da 100644 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -2,12 +2,9 @@ # These commands are ran when an Openbox X Session is started. # -xhost +si:localuser:root # fixes unable to open display errors: https://askubuntu.com/a/1130413 -tail -n 1 -f /var/log/Xorg.0.log | while read # execute stuff when resolution (mostly) changes -do - ~/.fehbg & # wallpaper - lead & # hot corners, this is MageJohn's fork: https://github.com/MageJohn/lead -done & +xhost +si:localuser:root # fixes unable to open display errors: https://askubuntu.com/a/1130413 +~/.fehbg & # wallpaper +lead & # hot corners, this is MageJohn's fork: https://github.com/MageJohn/lead xcape -e 'Super_L=Super_L|P' & # used for the "windows" menu dunst & # notification daemon |
