fix: typo
This commit is contained in:
parent
2a4e6c15f3
commit
e103d16acc
1 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
[ -f "$HOME/.config/user-dirs.dirs" ] && source $HOME/.config/user-dirs.dirs
|
[ -f "$HOME/.config/user-dirs.dirs" ] && source $HOME/.config/user-dirs.dirs
|
||||||
source $HOME/.config/enviroment
|
source $HOME/.config/environment
|
||||||
|
|
||||||
#xcompmgr -c -r0 &
|
#xcompmgr -c -r0 &
|
||||||
picom &
|
picom &
|
||||||
|
@ -37,7 +37,6 @@ _autostart_on_launch()
|
||||||
env GTK_THEME=Adwaita:light firefox &
|
env GTK_THEME=Adwaita:light firefox &
|
||||||
|
|
||||||
start_jack >/tmp/jack.log 2>&1
|
start_jack >/tmp/jack.log 2>&1
|
||||||
#launch_jack
|
|
||||||
sleep 1
|
sleep 1
|
||||||
teamspeak3 &
|
teamspeak3 &
|
||||||
sleep 2
|
sleep 2
|
||||||
|
@ -46,7 +45,7 @@ _autostart_on_launch()
|
||||||
riot-desktop &
|
riot-desktop &
|
||||||
sleep 1
|
sleep 1
|
||||||
bspc node "@voip:/first" -f
|
bspc node "@voip:/first" -f
|
||||||
dg-open "steam://open/friends/"
|
xdg-open "steam://open/friends/"
|
||||||
|
|
||||||
mopidy &
|
mopidy &
|
||||||
ympd --webport 54594 &
|
ympd --webport 54594 &
|
||||||
|
|
Loading…
Reference in a new issue