Remove automatic turning on of spell check
[khome.git] / home / .xbindkeysrc
index 52c193a..c737603 100644 (file)
@@ -1,3 +1,5 @@
+# (Mod4 is Windows key)
+
 "xbindkeys_show"
   control+shift + q
 
 # ----------
 "sudo /home/siraaj/bin/backlight_adjust +5"
     XF86MonBrightnessUp
+"sudo /home/siraaj/bin/backlight_adjust +1"
+    shift + XF86MonBrightnessUp
 "sudo /home/siraaj/bin/backlight_adjust -5"
     XF86MonBrightnessDown
+"sudo /home/siraaj/bin/backlight_adjust -1"
+    shift + XF86MonBrightnessDown
 
 # Workaround: XF86MonBrightness(Up|Down) keys stopped working on Librem 15v4 :(
 "sudo /home/siraaj/bin/backlight_adjust +5"
@@ -51,7 +57,6 @@
 "mpc next"
     XF86AudioNext
 # Otherwise use combinations:
-# (Mod4 is Windows key)
 "mpc toggle"
     Mod4 + Down
 "mpc stop"
 "video-catalog-play"
     Mod4 + v
 
+# Editor
+"gvim"
+    Mod4 + e
+
 # Edit specific files
-"gvim ~/TODO.md"  # .md filetype is already set to activate spell check
-    alt + shift + t
-"gvim -c 'set spell' ~/Documents/Drafts.md"
-    alt + shift + d
+"gvim ~/TODO.md"
+    Mod4 + t
+"gvim' ~/Documents/drafts.md"
+    Mod4 + d
+"gvim' ~/Documents/bookmarks.md"
+    Mod4 + b
+
+# File browser
+"pcmanfm"
+    Mod4 + f
+
+# Web browser
+"brave-browser"
+    Mod4 + w
This page took 0.027319 seconds and 4 git commands to generate.