diff options
Diffstat (limited to '.config/openbox/autostart')
| -rw-r--r-- | .config/openbox/autostart | 21 |
1 files changed, 5 insertions, 16 deletions
diff --git a/.config/openbox/autostart b/.config/openbox/autostart index 9dff4be..811876f 100644 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -2,28 +2,17 @@ # These things are run when an Openbox X Session is started. # -# If you want to use GNOME config tools... -# -#if test -x /usr/libexec/gnome-settings-daemon >/dev/null; then -# /usr/libexec/gnome-settings-daemon & -#elif which gnome-settings-daemon >/dev/null; then -# gnome-settings-daemon & -#fi - -# If you want to use XFCE config tools... -# -#xfce-mcs-manager & - 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 +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 -done & # execute stuff when resolution (mostly) changes +done & +xcape -e 'Super_L=Super_L|P' & # used for the "windows" menu -dunst & +dunst & # notification daemon lxpolkit & # polkit -barrier & +barrier & # using mouse & keyboard on other computers while connected to wifi xautolock -detectsleep -secure -time 15 -locker ~/.i3lock/lock.sh & # auto lock screen tint2 & # taskbar compton --experimental-backends & # compositor |
