summaryrefslogtreecommitdiff
path: root/.a
diff options
context:
space:
mode:
Diffstat (limited to '.a')
-rwxr-xr-x.a/sys/on-wm-session.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/.a/sys/on-wm-session.sh b/.a/sys/on-wm-session.sh
index 454073f..74cd82f 100755
--- a/.a/sys/on-wm-session.sh
+++ b/.a/sys/on-wm-session.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-device="laptop"
+device="desktop"
# xhost +si:localuser:root # fixes unable to open display errors: https://askubuntu.com/a/1130413
~/.fehbg & # wallpaper
@@ -14,7 +14,8 @@ xautolock -detectsleep -secure -time 15 -locker ~/.a/sys/lock.sh & # auto l
tint2 & # taskbar
picom & # compositor
setxkbmap -layout "us,bg-custom" -option "grp:alt_shift_toggle,lv3:switch,caps:hyper" -v & # keyboard switching
-sxhkd -c "$HOME/.sxhkdrc"
+sxhkd -c "$HOME/.sxhkdrc" &
+gentoo-pipewire-launcher &
if [[ $device == "desktop" ]]; then
xset m 1 1 # disable mouse acceleration (not a very proper way to do it, I know)
@@ -39,5 +40,5 @@ nextcloud & # cloud/source control
electron-mail &
gtk-launch discord &
-brave-bin &
+firefox-bin &
claws-mail &