1 2 3 4 5 6 7 8 9 10 11
#!/bin/sh # General Configurations setxkbmap gb setxkbmap -option caps:swapescape export SHELL=/bin/zsh while true do dwm done