Move autostart between bspwm and xprofile
This commit is contained in:
parent
8e33a041f4
commit
e11fd1a774
2 changed files with 17 additions and 13 deletions
12
.xprofile
12
.xprofile
|
@ -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 &
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue