From bfef8faa3f162acc513fe3f99a450bdf8397ef08 Mon Sep 17 00:00:00 2001 From: kkard2 Date: Wed, 26 Jul 2023 23:01:20 +0200 Subject: it kinda works (no it doesnt) --- _linux/.Xmodmap | 7 +++++++ _linux/README.md | 12 ++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 _linux/.Xmodmap (limited to '_linux') diff --git a/_linux/.Xmodmap b/_linux/.Xmodmap new file mode 100644 index 0000000..fea84dd --- /dev/null +++ b/_linux/.Xmodmap @@ -0,0 +1,7 @@ +clear lock +keycode 66 = Hyper_L + +remove mod4 = Hyper_L +add mod3 = Hyper_L + +keycode any = Caps_Lock diff --git a/_linux/README.md b/_linux/README.md index 3151e39..2922eda 100644 --- a/_linux/README.md +++ b/_linux/README.md @@ -3,3 +3,15 @@ # links * `~/.config/sxhkd/sxhkdrc` -> `./sxhkdrc` +* `~/.Xmodmap` -> `./.Xmodmap` + +# .xprofile +``` +sxhkd & +xmodmap /home/kkard2/.Xmodmap + +# yes, 200 is 200ms, this solution is very stupid +xcape -e 'Hyper_L=Escape' -t 200 + +google-drive-ocamlfuse /home/kkard2/GoogleDrive +``` -- cgit v1.3.1