Compare commits
2 Commits
5ba5d4d830
...
8b235559a3
| Author | SHA1 | Date |
|---|---|---|
|
|
8b235559a3 | |
|
|
ae2e509ec5 |
|
|
@ -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"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue