X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=home%2F.xbindkeysrc;h=e7f022a98ebabfa13d5160d670b599a2cb45756f;hb=2d0a53bd2ca967ec299c1c24759a3f45a3a49e78;hp=55c007089ae8f4f133998fb1f7c06e9edcd07aa8;hpb=f67d34ae7eae70ae21603429ffa730bfc2c7215e;p=khome.git diff --git a/home/.xbindkeysrc b/home/.xbindkeysrc index 55c0070..e7f022a 100644 --- a/home/.xbindkeysrc +++ b/home/.xbindkeysrc @@ -1,3 +1,5 @@ +# (Mod4 is Windows key) + "xbindkeys_show" control+shift + q @@ -16,8 +18,12 @@ # ---------- "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" @@ -115,7 +120,7 @@ "st -e htop" Mod4 + h "st -e ncmpcpp" - Mod4 + n + Mod4 + m "st -e ranger" Mod4 + r @@ -128,18 +133,38 @@ Mod4 + v # Editor -"gvim" +"emacs" Mod4 + e + # Edit specific files -"gvim ~/TODO.md" # .md filetype is already set to activate spell check +"cd ~/doc/TODO && emacs TODO.md" Mod4 + t -"gvim -c 'set spell' ~/Documents/Drafts.md" +"cd ~/doc/ideas && emacs ideas.md" + Mod4 + i +"cd ~/doc/drafts && drafts_prepend && emacs drafts.md" Mod4 + d +"cd ~/doc/notes && notes_prepend && emacs notes.md" + Mod4 + n +"cd ~/doc/bookmarks && emacs bookmarks.md" + Mod4 + b +"cd ~/doc/quotations && emacs quotations.md" + Mod4 + q # File browser -"caja" +"pcmanfm" Mod4 + f -# Web browser -"qutebrowser" +# Weather +"notify_weather" Mod4 + w + +# Calendar +"notify_cal" + Mod4 + c + +# Status +"notify_status" + Mod4 + s + +"notify_time-in-zones" + Mod4 + z