diff options
Diffstat (limited to '.config/openbox/autostart')
| -rw-r--r-- | .config/openbox/autostart | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/.config/openbox/autostart b/.config/openbox/autostart new file mode 100644 index 0000000..b4cac27 --- /dev/null +++ b/.config/openbox/autostart @@ -0,0 +1,39 @@ +# +# 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 +do + ~/.fehbg & # wallpaper + lwa-hot-corners ~/.lwarc & # hot corners +done & # execute stuff when resolution (mostly) changes +lxpolkit & # polkit + +xautolock -detectsleep -secure -time 15 -locker ~/.i3lock/lock.sh & # auto lock screen +tint2 & # taskbar +compton & # compositor +setxkbmap -layout "us,bg" -variant ",phonetic" -option "grp:alt_shift_toggle" & # keyboard switching + +flameshot & # screenshot utility +redshift-gtk & # screen color temperature changer +copyq & # clipboard manager + +gtk-launch min & +gtk-launch discord & +gtk-launch nextcloud-desktop & +gtk-launch rambox & +gtk-launch electron-mail & +/opt/Caprine.AppImage & |
