-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstartup.sh
More file actions
executable file
·36 lines (34 loc) · 780 Bytes
/
startup.sh
File metadata and controls
executable file
·36 lines (34 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#!/usr/bin/env bash
~/scripts/keyboard_setup &
alacritty -e tmux new-session -A -s "sys" &
xset b off
variety &
brave --force-device-scale-factor=1.25 &
if [[ $DESKTOP_SESSION == "i3" ]]; then
echo "$DESKTOP_SESSION" thersldfjksjlkafj >> ~/.thatfils
unclutter
lxpolkit &
picom -bc
copyq &
dunst &
elif [[ $XDG_CURRENT_DESKTOP == "KDE" ]];then
# echo "In kde plasma"
# notify-send $desktop
true
elif [[ $DESKTOP_SESSION == "plasma" ]]; then
# echo "In kde plasma"
# notify-send $session
true
else
unclutter -idle 5 &
lxpolkit &
/usr/lib/polkit-kde-authentication-agent-1 &
/usr/lib/pam_kwallet_init
volctl &
nm-applet &
picom &
# feh ~/Pictures/Wallpapers/light_mode/graymountains.jpg --bg-fill &
copyq &
# firefox &
# ~/scripts/battery_notify.py &
fi