Move autostart between bspwm and xprofile

This commit is contained in:
Tobias Reisinger 2020-11-18 16:08:10 +01:00
parent 8e33a041f4
commit e11fd1a774
2 changed files with 17 additions and 13 deletions

View file

@ -1,4 +1,3 @@
[ -f "$HOME/.config/user-dirs.dirs" ] && source $HOME/.config/user-dirs.dirs
source $HOME/.config/environment
xcompmgr -n -f -D3 &
@ -16,11 +15,17 @@ fi
_autostart_on_launch()
{
xrandr --output DVI-D-1 --left-of HDMI-1
xrandr --output HDMI-1 --mode 2560x1440 --refresh 144
dunst &
ckb-next --background &
parcellite &
solaar --window hide &
xrandr --output HDMI-1 --mode 2560x1440 --refresh 144
sxhkd &
$HOME/.config/bspwm/swallow.py &
$HOME/.config/bspwm/focus-voip.py &
conky --daemonize --config="$HOME/.config/conky/clock.conf"
conky --daemonize --config="$HOME/.config/conky/cpu_ram_storage.conf"
@ -44,9 +49,6 @@ _autostart_on_launch()
alacritty --class "mail" --command sh -c "neomutt" &
sleep 1
element-desktop &
sleep 1
bspc node "@voip:/first" -f
xdg-open "steam://open/friends/"
mopidy &
}