From 144068381c51538eb476d80722d3fb9c63e82a1d Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sun, 29 Aug 2021 16:19:49 +0300 Subject: (3) Added input gestures and bluetooth app launch; Updated audio app to pnmixer; Updated comment aligning --- .config/openbox/autostart | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/.config/openbox/autostart b/.config/openbox/autostart index 6bc51ca..e7c51ff 100644 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -1,29 +1,31 @@ # -# These things are run when an Openbox X Session is started. +# 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 + 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 -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 -tint2 & # taskbar -picom & # compositor +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 +tint2 & # taskbar +picom & # compositor setxkbmap -layout "us,bg" -variant ",phonetic" -option "grp:alt_shift_toggle" & # keyboard switching -volumeicon & # volume applet -nm-applet & # network applet -flameshot & # screenshot utility +libinput-gestures-setup start & # start gestures + +pnmixer & # volume applet +nm-applet & # network applet +flameshot & # screenshot utility redshift-gtk & # screen color temperature changer -copyq & # clipboard manager +copyq & # clipboard manager gtk-launch min & gtk-launch discord & @@ -32,4 +34,5 @@ gtk-launch rambox & gtk-launch electron-mail & /opt/Caprine.AppImage & -~/dunst-toggler-applet.sh & +~/dunst-toggler-applet.sh & # notification toggler +blueberry & # bluetooth app -- cgit v1.2.3