diff --git a/.config/autostart/ctrlcaps.desktop b/.config/autostart/ctrlcaps.desktop deleted file mode 100644 index 0106e4c..0000000 --- a/.config/autostart/ctrlcaps.desktop +++ /dev/null @@ -1,5 +0,0 @@ -[Desktop Entry] -Name=ctrlcaps -Comment=Remap Capslock to Control -Type=Application -Exec=/usr/bin/setxkbmap -model evdev -option ctrl:nocaps diff --git a/.config/autostart/smartcaps.desktop b/.config/autostart/smartcaps.desktop new file mode 100644 index 0000000..ac1b7d9 --- /dev/null +++ b/.config/autostart/smartcaps.desktop @@ -0,0 +1,5 @@ +[Desktop Entry] +Name=smartcaps +Comment=Smartcaps +Type=Application +Exec=smartcaps.org diff --git a/bin/smartcaps.xorg b/bin/smartcaps.xorg new file mode 100755 index 0000000..383517a --- /dev/null +++ b/bin/smartcaps.xorg @@ -0,0 +1,4 @@ +#!/bin/sh +/usr/bin/setxkbmap -model vdev -option ctrl:nocaps +xcape -e 'Control_L=Escape' +