From b9e00afded90f03ac18f75aa7dfc8e7f3e146348 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Tue, 3 Jan 2023 18:36:25 -0500 Subject: Added some scripts --- .local/bin/keys | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 .local/bin/keys (limited to '.local/bin/keys') diff --git a/.local/bin/keys b/.local/bin/keys new file mode 100755 index 0000000..9d86b51 --- /dev/null +++ b/.local/bin/keys @@ -0,0 +1,9 @@ +#!/bin/sh +#Increase key speed +xset r rate 300 50 +#Map caps lock to super +setxkbmap -option caps:super -variant altgr-intl +#Make caps escape when pressed once +killall xcape 2>/dev/null ; xcape -e 'Super_L=Escape' +#Map the menu button next to RSuper to super +xmodmap -e 'keycode 135 = Super_R' -- cgit v1.2.3