diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-09-12 20:31:46 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-09-12 20:31:46 -0400 |
commit | 3201c18df0c915c04bb61cdc8d0250d1a33a5be0 (patch) | |
tree | a932b199de45ad3d8b1ae1c03a959f81f4f056fc /bin | |
parent | bitlbee config (diff) |
Don't swapcaps on laptop
Diffstat (limited to '')
-rwxr-xr-x | bin/icd | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -14,8 +14,7 @@ GLOBAL_OPTIONS="\ LAPTOP_OPTIONS="\ ${GLOBAL_OPTIONS} \ - -option lv3:ralt_switch_multikey \ - -option ctrl:swapcaps" + -option lv3:ralt_switch_multikey" KIN_OPTIONS="\ ${GLOBAL_OPTIONS} \ |