diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-09-03 12:45:25 +0300 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-09-03 12:45:25 +0300 |
| commit | 0558f41dc24c0b8c9ae18ddf4d26eeede60f80a7 (patch) | |
| tree | 922e03ac48f9eabbd7a038c21f47d3d24ebfe063 /.config/openbox/autostart | |
| parent | 8914da4bbc515fedaa2dc7c16aa3456262476c0e (diff) | |
| download | dotfiles-0558f41dc24c0b8c9ae18ddf4d26eeede60f80a7.tar dotfiles-0558f41dc24c0b8c9ae18ddf4d26eeede60f80a7.tar.gz dotfiles-0558f41dc24c0b8c9ae18ddf4d26eeede60f80a7.zip | |
(2) Removed automatic app launch on resolution change in autostart. And added app reset on login.
Diffstat (limited to '.config/openbox/autostart')
| -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 |
