clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

mute and update notifications

sspaeti f90629a7 2917b423

+7 -4
+7 -4
hypr/.config/hypr/bindings.conf
··· 17 17 bind = SUPER, Z, exec, $toggle zen "zen-browser" 18 18 bind = SUPER, slash, exec, uwsm app -- 1password 19 19 20 - bind = SUPER, M, exec, uwsm app -- spotify 20 + bind = SUPER CTRL, M, exec, uwsm app -- spotify 21 21 bind = SUPER SHIFT, M, exec, ~/.config/hypr/sspaeti/toggle-audio.sh 22 - bind = SUPER CTRL, M, exec, pactl set-sink-mute @DEFAULT_SINK@ toggle 22 + bindd = SUPER, M, Toggle Mute, exec, pamixer --toggle-mute && notify-send "Audio" "$(pamixer --get-mute | grep -q 'true' && echo '🔇 Muted' || echo '🔊 Unmuted')" -t 2000 23 + unbind = SUPER, comma 24 + bindd = SUPER, comma, Volume down, exec, $osdclient --output-volume lower 25 + bindd = SUPER, period, Volume up, exec, $osdclient --output-volume raise 23 26 24 27 #wifi shortcut 25 28 bind = SUPER ALT, W, exec, rfkill unblock wifi && alacritty --class=Impala -e impala ··· 58 61 bind = SHIFT SUPER, F, exec, uwsm app -- ghostty --title="Screenshot Browser" -e /home/sspaeti/.config/hypr/sspaeti/image-browser/screenshot-browser-gum.sh 59 62 60 63 #notifications restore 61 - bind = SUPER, comma, exec, makoctl restore 62 - bind = SUPER, period, exec, makoctl dismiss 64 + bind = SUPER, bracketleft, exec, makoctl restore 65 + bind = SUPER, bracketright, exec, makoctl dismiss 63 66 64 67 # Printscreens / Screenshots - TODO: Check orignial Omarchy shell if it has updated from time to time 65 68 bind = SUPER ALT, P, exec, ~/.config/hypr/sspaeti/omarchy-cmd-screenshot