Go back to caja as default file browser
[khome.git] / home / .xbindkeysrc
index 52c193a..3ab73fd 100644 (file)
@@ -1,3 +1,5 @@
+# (Mod4 is Windows key)
+
 "xbindkeys_show"
   control+shift + q
 
@@ -51,7 +53,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
+    Mod4 + t
 "gvim -c 'set spell' ~/Documents/Drafts.md"
-    alt + shift + d
+    Mod4 + d
+
+# File browser
+"caja"
+    Mod4 + f
+
+# Web browser
+"brave-browser"
+    Mod4 + w
This page took 0.023496 seconds and 4 git commands to generate.