Browse Source

Add mako configuration

master
Arti Zirk 2 years ago
parent
commit
d6fe1f43b2
  1. 1
      .config/mako/config
  2. 4
      .config/sway/config

1
.config/mako/config

@ -0,0 +1 @@
default-timeout=5000

4
.config/sway/config

@ -50,7 +50,7 @@ include `hostname`
exec xrdb -load ~/.Xresources exec xrdb -load ~/.Xresources
# Notification daemon # Notification daemon
exec mako --default-timeout 10000 exec mako
# Volume and Brightness notification # Volume and Brightness notification
exec tvolnoti -n -T dark exec tvolnoti -n -T dark
@ -71,8 +71,6 @@ exec dbus-update-activation-environment --systemd DBUS_SESSION_BUS_ADDRESS DISPL
# packaged in `pam_pkcs11` # packaged in `pam_pkcs11`
exec card_eventmgr config_file=.config/pam_pkcs11/card_eventmgr.conf exec card_eventmgr config_file=.config/pam_pkcs11/card_eventmgr.conf
exec syncthing-gtk --minimized
### Idle configuration ### Idle configuration
exec swayidle \ exec swayidle \
timeout 300 '$lockcmd' \ timeout 300 '$lockcmd' \

Loading…
Cancel
Save