summaryrefslogtreecommitdiff
path: root/_linux/README.md
diff options
context:
space:
mode:
authorkkard2 <[email protected]>2023-07-27 21:14:32 +0200
committerkkard2 <[email protected]>2023-07-27 21:14:32 +0200
commitbd43abcb9c40039b31b4d90ae0f7fac6efbdaf4d (patch)
tree05263592543eafed4d6bbdb78592723ff0dd1782 /_linux/README.md
parentbfef8faa3f162acc513fe3f99a450bdf8397ef08 (diff)
ah yes sxhkd before xmodmap was a great idea
Diffstat (limited to '_linux/README.md')
-rw-r--r--_linux/README.md3
1 files changed, 2 insertions, 1 deletions
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
```