summaryrefslogtreecommitdiff
path: root/awesome/xorg.conf
blob: 7be117501eb3be4c4281e11a62665bb3bc41c00f (plain)
1
2
3
4
5
6
7
8
9
10
Section "InputClass"
        Identifier "system-keyboard"
        MatchIsKeyboard "on"
        Option "XkbLayout" "us"
        Option "XkbOptions" "caps:swapescape"
EndSection

Section "Extensions"
    Option "DPMS" "false"
EndSection