diff options
| author | Blaise Thompson <blaise@untzag.com> | 2019-05-05 15:19:42 -0500 | 
|---|---|---|
| committer | Blaise Thompson <blaise@untzag.com> | 2019-05-05 15:19:42 -0500 | 
| commit | 28d25579ee855b2e175311f01f234a0e09c9d2ca (patch) | |
| tree | 3be4e658f4e6d9b32760f57b7fb73529c7d8b84e /i3/config | |
| parent | 049ac8daefd05b2726ace897d3a6599d38a9f83d (diff) | |
2019-05-05 15:19
Diffstat (limited to 'i3/config')
| -rw-r--r-- | i3/config | 3 | 
1 files changed, 3 insertions, 0 deletions
| @@ -193,3 +193,6 @@ exec-always xset s 0 0  exec xset -b  # never beep  exec-always --no-startup-id dunst -config ~/.dunstrc + +exec xmodmap -e "clear lock"  # disable caps lock switch +exec xmodmap -e "keysym Caps_Lock = Escape"  # set caps_lock as escape | 
