Replace w key binding with weather notification instead of web-browser
[khome.git] / home / .xbindkeysrc
index bf732d6..7161d9f 100644 (file)
 # Edit specific files
 "cd ~/Documents/TODO && gvim -c NERDTreeFind TODO.md"
     Mod4 + t
-"gvim ~/Documents/ideas.md"
+"cd ~/Documents/ideas && gvim ideas.md"
     Mod4 + i
-"gvim ~/Documents/drafts.md"
+"cd ~/Documents/drafts && gvim drafts.md"
     Mod4 + d
-"gvim ~/Documents/bookmarks.md"
+"cd ~/Documents/bookmarks && gvim bookmarks.md"
     Mod4 + b
+"cd ~/Documents/quotations && gvim quotations.md"
+    Mod4 + q
 
 # File browser
 "pcmanfm"
     Mod4 + f
 
-# Web browser
-"brave-browser"
+# Weather
+"notify_weather"
     Mod4 + w
+
+# Calendar
+"notify_cal"
+    Mod4 + c
+
+# Status
+"notify_status"
+    Mod4 + s
This page took 0.026916 seconds and 4 git commands to generate.