mirror of
https://gitlab.com/dbrw/ansible-setup.git
synced 2025-08-04 18:25:40 +07:00
9 lines
155 B
Bash
Executable File
9 lines
155 B
Bash
Executable File
#!/usr/bin/sh
|
|
|
|
# make CapsLock behave like Ctrl:
|
|
setxkbmap -option ctrl:nocaps
|
|
|
|
# make short-pressed Ctrl behave like Escape:
|
|
xcape -e 'Control_L=Escape'
|
|
|