diff options
author | davidovski <david@davidovski.xyz> | 2023-07-21 11:28:17 +0200 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2023-07-21 11:28:17 +0200 |
commit | 28a625400b987e864c5a5dc76e77998f8010d8fa (patch) | |
tree | da979b32a276968c54c858a8dac79f4315c6722c /config | |
parent | c9ffe81dc06e6de41d1fe7b81146fcbe42474751 (diff) |
caps lock is now backspace
Diffstat (limited to 'config')
-rwxr-xr-x | config/sx/sxrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/sx/sxrc b/config/sx/sxrc index f27b52a..ee19f27 100755 --- a/config/sx/sxrc +++ b/config/sx/sxrc @@ -1,3 +1,4 @@ -setxkbmap -option caps:none +setxkbmap -option caps:backspace +xmodmap -e "clear Lock" exec bspwm |