From bd43abcb9c40039b31b4d90ae0f7fac6efbdaf4d Mon Sep 17 00:00:00 2001 From: kkard2 Date: Thu, 27 Jul 2023 21:14:32 +0200 Subject: ah yes sxhkd before xmodmap was a great idea --- _linux/README.md | 3 ++- _linux/sxhkdrc | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to '_linux') diff --git a/_linux/README.md b/_linux/README.md index 2922eda..55e352c 100644 --- a/_linux/README.md +++ b/_linux/README.md @@ -7,11 +7,12 @@ # .xprofile ``` -sxhkd & xmodmap /home/kkard2/.Xmodmap # yes, 200 is 200ms, this solution is very stupid xcape -e 'Hyper_L=Escape' -t 200 +sxhkd & + google-drive-ocamlfuse /home/kkard2/GoogleDrive ``` diff --git a/_linux/sxhkdrc b/_linux/sxhkdrc index fe1cd0f..8359343 100644 --- a/_linux/sxhkdrc +++ b/_linux/sxhkdrc @@ -1,8 +1,8 @@ hyper + h - xdotool keyup h key --clearmodifiers Left + xdotool keyup h key Left hyper + j - xdotool keyup j key --clearmodifiers Down + xdotool keyup j key Down hyper + k - xdotool keyup k key --clearmodifiers Up + xdotool keyup k key Up hyper + l - xdotool keyup l key --clearmodifiers Right + xdotool keyup l key Right -- cgit v1.3.1