From d6fe1f43b25fac60d8d37e40eb93d3d34f209e35 Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Tue, 31 Jan 2023 13:38:22 +0200 Subject: [PATCH] Add mako configuration --- .config/mako/config | 1 + .config/sway/config | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 .config/mako/config diff --git a/.config/mako/config b/.config/mako/config new file mode 100644 index 0000000..b8e8442 --- /dev/null +++ b/.config/mako/config @@ -0,0 +1 @@ +default-timeout=5000 diff --git a/.config/sway/config b/.config/sway/config index 6407883..eb8e283 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -50,7 +50,7 @@ include `hostname` exec xrdb -load ~/.Xresources # Notification daemon -exec mako --default-timeout 10000 +exec mako # Volume and Brightness notification exec tvolnoti -n -T dark @@ -71,8 +71,6 @@ exec dbus-update-activation-environment --systemd DBUS_SESSION_BUS_ADDRESS DISPL # packaged in `pam_pkcs11` exec card_eventmgr config_file=.config/pam_pkcs11/card_eventmgr.conf -exec syncthing-gtk --minimized - ### Idle configuration exec swayidle \ timeout 300 '$lockcmd' \