diff options
Diffstat (limited to '.config/openbox')
| -rw-r--r-- | .config/openbox/autostart | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/openbox/autostart b/.config/openbox/autostart index 5636217..9d93907 100644 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -6,7 +6,7 @@ xhost +si:localuser:root # fixes unable to open display errors: https://askubunt tail -n 1 -f /var/log/Xorg.0.log | while read # execute stuff when resolution (mostly) changes do ~/.fehbg & # wallpaper - lwa-hot-corners ~/.lwarc & # hot corners + lead & # hot corners, this is MageJohn's fork: https://github.com/MageJohn/lead done & xcape -e 'Super_L=Super_L|P' & # used for the "windows" menu |
