summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md7
-rw-r--r--_linux/.Xmodmap7
-rw-r--r--_linux/README.md12
3 files changed, 22 insertions, 4 deletions
diff --git a/README.md b/README.md
index f2e02a4..0b0d545 100644
--- a/README.md
+++ b/README.md
@@ -19,8 +19,7 @@ config stuff (i need to move everything into one place)
DO NOT SYMLINK PLEASE
# windows
-* run `./_windows/startup.ps1` on startup (`PowerShell.exe -WindowStyle Hidden -ExecutionPolicy Bypass -File <PATH>`)
+[README.md](_windows/README.md)
-# linux gigachad
-* `sudo apt install sxhkd` xdd
-* `~/.config/sxhkd/sxhkdrc` -> `./_linux/sxhkdrc`
+# linux
+[README.md](_linux/README.md)
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
+```