Use brave as default browser
[khome.git] / home / .xbindkeysrc
index 4f8117e..8f8dc80 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"
     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"
+"pcmanfm-qt"  # caja is super-slow to launch from dwm in Ubuntu
     Mod4 + f
 
 # Web browser
-"qutebrowser"
+"brave-browser"
     Mod4 + w
This page took 0.028781 seconds and 4 git commands to generate.