1
0
Fork 0

add config for bspwm

This commit is contained in:
Pratham Patel 2022-09-26 15:47:22 +05:30
parent 63cb3091a3
commit 73ddd0da59
2 changed files with 20 additions and 0 deletions

2
.Xresources Normal file
View File

@ -0,0 +1,2 @@
Xcursor.theme: Breeze
Xcursor.size: 31

18
.xinitrc Normal file
View File

@ -0,0 +1,18 @@
#!/usr/bin/env bash
USER_X_RESOURCES=$HOME/.Xresources
if [[ -f "$USER_X_RESOURCES" ]]; then
xrdb -merge "$USER_X_RESOURCES"
fi
xsetroot -cursor_name left_ptr &
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 &
notify-send -u normal "Login manager" "Welcome, $(whoami)"
exec bspwm