diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2021-10-18 23:09:28 -0500 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2021-10-18 23:09:28 -0500 |
commit | e7786d9b1904ecd2c9989c3f157df48016b0dd50 (patch) | |
tree | 6c05945a22b462556fc4f1612cee2fe778e544fe /x11/capsmap | |
parent | 2cf3ea2f828f6da07adff92a7dc5bce6069620ab (diff) | |
download | scripts-e7786d9b1904ecd2c9989c3f157df48016b0dd50.tar.xz scripts-e7786d9b1904ecd2c9989c3f157df48016b0dd50.zip |
moved some things around
Diffstat (limited to 'x11/capsmap')
-rwxr-xr-x | x11/capsmap | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11/capsmap b/x11/capsmap index ad107da..36c5eb1 100755 --- a/x11/capsmap +++ b/x11/capsmap @@ -1,5 +1,4 @@ #!/bin/sh - # Remap caps to super when held setxkbmap -option caps:super # Remap caps to escape when pressed |