Compare commits

...

2 Commits

Author SHA1 Message Date
krolyxon 8b235559a3 Swaync: use Apple's "Blow" notification sound 2026-01-27 22:13:07 +05:30
krolyxon ae2e509ec5 hyprland: add screenshot keybind 2026-01-27 22:12:48 +05:30
4 changed files with 4 additions and 2 deletions

View File

@ -24,7 +24,8 @@ bind = $mainMod, escape, exec, sysact
# Applications
bind = $mainMod, W, exec, $browser
bind = ,PRINT, exec, screenshot
bind = ,PRINT, exec, hypr_screenshot.sh
bind = $mainMod SHIFT, P, exec, hypr_screenshot.sh
# Music Controls
bind = $mainMod, m, exec, $terminal -e zsh -i -c "ncmpcpp"

BIN
.config/swaync/Blow.aiff Normal file

Binary file not shown.

View File

@ -1,5 +1,6 @@
#!/bin/bash
if [ $(swaync-client -D) = "false" ]; then
paplay ~/.config/swaync/i-am-loving-it.mp3
# paplay ~/.config/swaync/i-am-loving-it.mp3
paplay ~/.config/swaync/Blow.aiff
fi