Browse Source

Add a forced timeout to notifications

master
Arti Zirk 6 years ago
parent
commit
29d31b43b1
  1. 2
      .config/sway/config

2
.config/sway/config

@ -32,7 +32,7 @@ output * bg ~/Pildid/background.png tile @@ -32,7 +32,7 @@ output * bg ~/Pildid/background.png tile
# You can get the names of your outputs by running: swaymsg -t get_outputs
# Notification daemon
exec mako
exec mako --default-timeout 10 --ignore-timeout
### Idle configuration
#

Loading…
Cancel
Save