Compare commits
No commits in common. "8b235559a3ef0b3905967bc590337a528ca0b1fa" and "5ba5d4d830e8ece01d0caba291e7bbe2f06dd99f" have entirely different histories.
8b235559a3
...
5ba5d4d830
|
|
@ -24,8 +24,7 @@ bind = $mainMod, escape, exec, sysact
|
|||
|
||||
# Applications
|
||||
bind = $mainMod, W, exec, $browser
|
||||
bind = ,PRINT, exec, hypr_screenshot.sh
|
||||
bind = $mainMod SHIFT, P, exec, hypr_screenshot.sh
|
||||
bind = ,PRINT, exec, screenshot
|
||||
|
||||
# Music Controls
|
||||
bind = $mainMod, m, exec, $terminal -e zsh -i -c "ncmpcpp"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,6 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [ $(swaync-client -D) = "false" ]; then
|
||||
# paplay ~/.config/swaync/i-am-loving-it.mp3
|
||||
paplay ~/.config/swaync/Blow.aiff
|
||||
paplay ~/.config/swaync/i-am-loving-it.mp3
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue