.config/.xinitrc
2023-03-06 19:39:18 +00:00

9 lines
172 B
Plaintext
Executable File

setxkbmap gb
eval $(gnome-keyring-daemon --start)
export SSH_AUTH_SOCK
#Run DWM in loop to stop xorg from remaining running unexpectedly
while true; do
exec dwm
done