diff options
Diffstat (limited to '_linux/README.md')
| -rw-r--r-- | _linux/README.md | 12 |
1 files changed, 12 insertions, 0 deletions
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 +``` |
