-
Notifications
You must be signed in to change notification settings - Fork 0
/
autostart.sh
executable file
·42 lines (37 loc) · 1.12 KB
/
autostart.sh
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
37
38
39
40
41
42
#!/bin/bash
function run {
if ! pgrep $1 ;
then
$@&
fi
}
# export GTK2_RC_FILES="/home/lingruby/.gtkrc-2.0"
# export QT_QPA_PLATFORMTHEME="qt5ct"
export TIME_STYLE='+%a %d %b %Y %H%M%S'
systemctl --user restart dunst.service
# Find out your monitor name with xrandr or arandr (save and you get this line)
# picom -b --config /home/lingruby/.config/spectrwm/picom.conf &
# Some ways to set your wallpaper besides variety or nitrogen
# sh /home/lingruby/Skrypt_start/i3-nitrogen.sh &
# Some ways to set your bar
# sh /home/lingruby/.config/spectrwm/polybar/launch.sh &
# /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
sh /home/lingruby/.config/spectrwm/conky/conky_start.sh &
# run numlockx on &
# run volumeicon &
# run nm-applet &
# run octopi-notifier &
# run redshift-qt &
run megasync &
# run keepassxc &
wine "C:\\Program Files (x86)\\Zegarynka\\Zegarynka.exe" &
# run lightscreen &
# lxsu sh /usr/local/bin/ifconfig.sh &
# run psi &
# run qtox &
run nextcloud &
run mailspring -b --no-sandbox %U &
# run owncloud &
# run mailspring -b %U &
# run blueman-applet &
echo "AutoStart SpectrWM by LinGruby-Mod..."