diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-12-23 14:03:02 +0200 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-12-23 14:03:02 +0200 |
| commit | e3567781db43e840587903fd0ca0b3a16e9202ef (patch) | |
| tree | 609143f2f9a2f030d911e18be127190850c030e4 /.config/openbox/autostart | |
| parent | 26b9ff01382a0bb4a7363a54a14cad173d10d172 (diff) | |
| download | dotfiles-e3567781db43e840587903fd0ca0b3a16e9202ef.tar dotfiles-e3567781db43e840587903fd0ca0b3a16e9202ef.tar.gz dotfiles-e3567781db43e840587903fd0ca0b3a16e9202ef.zip | |
Updated configs for Funtoo
Diffstat (limited to '.config/openbox/autostart')
| -rw-r--r-- | .config/openbox/autostart | 28 |
1 files changed, 13 insertions, 15 deletions
diff --git a/.config/openbox/autostart b/.config/openbox/autostart index 86768da..7b0d62b 100644 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -2,34 +2,32 @@ # 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 +# 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 +# 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 lxpolkit & # polkit -barrier & # using mouse & keyboard on other computers while connected to wifi xautolock -detectsleep -secure -time 15 -locker ~/.i3lock/lock.sh & # auto lock screen -xss-lock -- .i3lock/lock.sh suspend & # lock screen on lid closing; you'll also need to uncomment the HandleLidSwitch variable and assign to it "lock" (HandleLidSwitch=lock) inside /etc/systemd/logind.conf +while :; do if grep -Fq "closed" /proc/acpi/button/lid/LID0/state; then ~/.i3lock/lock.sh suspend && sleep 3; fi; sleep 0.5; done & # lock screen on lid closing; you'll also need to uncomment the HandleLidSwitch variable and assign to it "lock" (HandleLidSwitch=lock) inside /etc/systemd/logind.conf tint2 & # taskbar picom & # compositor setxkbmap -layout "us,bg" -variant ",phonetic" -option "grp:alt_shift_toggle" & # keyboard switching - libinput-gestures-setup start & # start gestures -pnmixer & # volume applet -nm-applet & # network applet +pnmixer & # volume applet +nm-applet & # network applet +~/dunst-toggler-applet.sh & # notification toggler +blueberry & # bluetooth app + flameshot & # screenshot utility redshift-gtk & # screen color temperature changer copyq & # clipboard manager +barrier & # share mouse and keyboard between devices +nextcloud & # cloud/source control -gtk-launch min & +electron-mail & +rambox & gtk-launch discord & -gtk-launch nextcloud-desktop & -gtk-launch rambox & -gtk-launch electron-mail & -/opt/Caprine.AppImage & - -~/dunst-toggler-applet.sh & # notification toggler -blueberry & # bluetooth app +min & |
