1
0
Fork 0

update xinitrc

This commit is contained in:
Pratham Patel 2023-01-09 19:32:36 +05:30
parent 88fb178d19
commit 62b7e55dcc
1 changed files with 3 additions and 3 deletions

View File

@ -10,9 +10,9 @@ xrandr -s 3840x2160+0+0
nvidia-settings --assign CurrentMetaMode="3840x2160+0+0 { ForceFullCompositionPipeline = On }"
pgrep -x dunst > /dev/null || dunst &
pgrep -x picom > /dev/null || picom --experimental-backends --no-fading-openclose &
pkill -USR1 -x sxhkd &
pgrep -x picom > /dev/null || picom &
pgrep -x sxhkd > /dev/null || sxhkd &
notify-send -u normal "Login manager" "Welcome, $(whoami)"
exec bspwm
exec bspwm -c $HOME/.config/bspwm/bspwmrc