X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=home%2F.xbindkeysrc;h=a3ce4c6e965a7dba8c444ec16f9fe36ebe92cc94;hb=b714ffb38cfd02e7fda5481a33f927e135bfb309;hp=9e37e4afd9a923e1ec60a10802bd003ec9b0a186;hpb=e5874f0825b39211c4c54757f0c6ef9c0991d2d1;p=khome.git diff --git a/home/.xbindkeysrc b/home/.xbindkeysrc index 9e37e4a..a3ce4c6 100644 --- a/home/.xbindkeysrc +++ b/home/.xbindkeysrc @@ -16,19 +16,19 @@ # ---------- # Backlight # ---------- -"sudo /home/siraaj/bin/backlight_adjust +5" +"sudo ~/bin/backlight_adjust +5" XF86MonBrightnessUp -"sudo /home/siraaj/bin/backlight_adjust +1" +"sudo ~/bin/backlight_adjust +1" shift + XF86MonBrightnessUp -"sudo /home/siraaj/bin/backlight_adjust -5" +"sudo ~/bin/backlight_adjust -5" XF86MonBrightnessDown -"sudo /home/siraaj/bin/backlight_adjust -1" +"sudo ~/bin/backlight_adjust -1" shift + XF86MonBrightnessDown # Workaround: XF86MonBrightness(Up|Down) keys stopped working on Librem 15v4 :( -"sudo /home/siraaj/bin/backlight_adjust +5" +"sudo ~/bin/backlight_adjust +5" shift+XF86AudioRaiseVolume -"sudo /home/siraaj/bin/backlight_adjust -5" +"sudo ~/bin/backlight_adjust -5" shift+XF86AudioLowerVolume # ------------------- @@ -80,37 +80,37 @@ # -------------------- # Transparency adjust # -------------------- -"compton-trans 40" +"picom-trans 40" Mod4 + 4 -"compton-trans 45" +"picom-trans 45" Mod4 + Shift + 4 -"compton-trans 50" +"picom-trans 50" Mod4 + 5 -"compton-trans 55" +"picom-trans 55" Mod4 + Shift + 5 -"compton-trans 60" +"picom-trans 60" Mod4 + 6 -"compton-trans 65" +"picom-trans 65" Mod4 + Shift + 6 -"compton-trans 70" +"picom-trans 70" Mod4 + 7 -"compton-trans 75" +"picom-trans 75" Mod4 + Shift + 7 -"compton-trans 80" +"picom-trans 80" Mod4 + 8 -"compton-trans 85" +"picom-trans 85" Mod4 + Shift + 8 -"compton-trans 90" +"picom-trans 90" Mod4 + 9 -"compton-trans 95" +"picom-trans 95" Mod4 + Shift + 9 -"compton-trans 100" +"picom-trans 100" Mod4 + 0 # ------------------------ # Screenshot # ------------------------ -"screengrab -r" +"scrot --select --freeze 'screen--%Y-%m-%d--%H-%M-%S.png' -e 'mv $f ~/arc/img/Screenshots/'" Print # ---------------- @@ -132,9 +132,11 @@ "video-catalog-play" Mod4 + v -# Editor +# Editors "gvim" Mod4 + e +"emacs" + Mod4 + Shift + e # Edit specific files "cd ~/doc/TODO && gvim TODO.md" @@ -157,6 +159,8 @@ # Weather "notify_weather" Mod4 + w +"xdg-open 'https://forecast.weather.gov/MapClick.php?lat=40.61&lon=-73.92&lg=english&&FcstType=graphical&menu=1'" + Mod4 + Shift + w # Calendar "notify_cal" @@ -168,3 +172,7 @@ "notify_time-in-zones" Mod4 + z + +# MPD +"notify_mpc" + Mod4 + Shift + m