1 # (Mod4 is Windows key)
9 "pactl set-sink-volume @DEFAULT_SINK@ +5%"
11 "pactl set-sink-volume @DEFAULT_SINK@ -5%"
13 "pactl set-sink-mute @DEFAULT_SINK@ toggle"
19 "sudo ~/bin/backlight_adjust +5"
21 "sudo ~/bin/backlight_adjust +1"
22 shift + XF86MonBrightnessUp
23 "sudo ~/bin/backlight_adjust -5"
25 "sudo ~/bin/backlight_adjust -1"
26 shift + XF86MonBrightnessDown
28 # Workaround: XF86MonBrightness(Up|Down) keys stopped working on Librem 15v4 :(
29 "sudo ~/bin/backlight_adjust +5"
30 shift+XF86AudioRaiseVolume
31 "sudo ~/bin/backlight_adjust -5"
32 shift+XF86AudioLowerVolume
37 # mate-screensaver equivalent: "mate-screensaver-command --lock"
38 "xscreensaver-command -activate"
40 "xscreensaver-command -activate"
50 # If keyboard has media keys, use them:
55 "mpc prev && notify_mpc"
57 "mpc next && notify_mpc"
59 # Otherwise use combinations:
64 "mpc prev && notify_mpc"
66 "mpc next && notify_mpc"
74 #"cmus-remote --pause"
80 # --------------------
82 # --------------------
110 # ------------------------
112 # ------------------------
113 "scrot --freeze --select 'screen--%Y-%m-%d--%H-%M-%S.png' -e 'mv $f ~/arc/img/Screenshots/'"
116 "scrot --select 'screen--%Y-%m-%d--%H-%M-%S.png' -e 'mv $f ~/arc/img/Screenshots/'"
120 "st -c screencast -e ~/bin/screencast"
134 # Search mpd lib and play selection
138 # Search video catalog and play selection
149 ### Edit specific files
154 "cd ~/doc/ideas && gvim ideas.md"
157 "cd ~/doc/drafts && drafts_prepend && gvim drafts.md"
159 "cd ~/doc/drafts && gvim $(draft ~/doc/drafts/adhoc)"
162 "cd ~/doc/notes && notes_prepend && gvim -c NERDTreeFind notes.md"
164 "cd ~/doc/notes && gvim $(draft ~/doc/notes/adhoc)"
167 "cd ~/doc/bookmarks && gvim bookmarks.md"
170 "cd ~/doc/quotations && gvim quotations.md"
181 "xdg-open 'https://forecast.weather.gov/MapClick.php?lat=42.9581&lon=-71.4856'"
192 "notify_time-in-zones"
203 control + shift + space
204 "dunstctl history-pop"