diff options
author | Elizabeth Hunt <me@liz.coffee> | 2025-07-27 15:46:03 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-07-27 15:46:03 -0700 |
commit | 3644833991298c6785d5310b8cdf857c1a770ea6 (patch) | |
tree | 8558c112384f4c77c3b5e705294770d2225e60d8 /dots/sway | |
parent | 83b225ebe90e4aae7d1731f4647e5927c298a51c (diff) | |
download | dotfiles-3644833991298c6785d5310b8cdf857c1a770ea6.tar.gz dotfiles-3644833991298c6785d5310b8cdf857c1a770ea6.zip |
Adds mako config
Diffstat (limited to 'dots/sway')
-rw-r--r-- | dots/sway/.config/sway/config.d/10-autostart-applications | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dots/sway/.config/sway/config.d/10-autostart-applications b/dots/sway/.config/sway/config.d/10-autostart-applications index 60c5971..8ee3960 100644 --- a/dots/sway/.config/sway/config.d/10-autostart-applications +++ b/dots/sway/.config/sway/config.d/10-autostart-applications @@ -1,6 +1,6 @@ exec /usr/lib/polkit-kde-authentication-agent-1 -exec mako -c ~/.config/mako/ +exec mako -c ~/.config/mako/config exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK exec hash dbus-update-activation-environment 2>/dev/null && \ |