summaryrefslogtreecommitdiff
path: root/xinit/dwm-xinitrc
blob: 280ebaa27ddb9e8c4539999d671c5ea7b79743e5 (plain) (blame)
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