dunst: fix up notifications
This commit is contained in:
parent
db5f0d9e0b
commit
7e40fef321
@ -59,6 +59,11 @@ prefer-no-csd
|
||||
// You can also set this to null to disable saving screenshots to disk.
|
||||
screenshot-path null
|
||||
|
||||
window-rule {
|
||||
geometry-corner-radius 5
|
||||
clip-to-geometry true
|
||||
}
|
||||
|
||||
window-rule {
|
||||
match app-id=r#"qutebrowser"#
|
||||
opacity 0.8
|
||||
@ -168,6 +173,9 @@ binds {
|
||||
Alt+H { focus-monitor-left; }
|
||||
Alt+L { focus-monitor-right; }
|
||||
|
||||
Win+M { spawn "dunstctl" "close"; }
|
||||
Win+N { spawn "dunstctl" "history-pop"; }
|
||||
|
||||
Alt+Shift+H { move-column-to-monitor-left; }
|
||||
Alt+Shift+L { move-column-to-monitor-right; }
|
||||
|
||||
@ -230,7 +238,7 @@ binds {
|
||||
Alt+Shift+9 { move-column-to-workspace 9; }
|
||||
Alt+Shift+0 { move-column-to-workspace 10; }
|
||||
|
||||
Mod+Tab { focus-workspace-previous; }
|
||||
Alt+Tab { focus-workspace-previous; }
|
||||
|
||||
Alt+Ctrl+Comma { consume-window-into-column; }
|
||||
Alt+Ctrl+Period { expel-window-from-column; }
|
||||
|
@ -9,4 +9,4 @@ if [ "$DUNST_APP_NAME" = "prod" ]; then
|
||||
exit
|
||||
fi
|
||||
|
||||
paplay ~/.local/bin/deskutils/notif.mp3
|
||||
paplay ~/.local/bin/deskutils/notif.wav
|
||||
|
Binary file not shown.
BIN
src/dot_local/bin/deskutils/notif.wav
Normal file
BIN
src/dot_local/bin/deskutils/notif.wav
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user