dotfiles/config/sway/config: remove systemctl import-environment

This was apparently deprecated and no longer works as intended. You
must name all variables you want to import now.
This commit is contained in:
Alan Orth 2022-11-06 21:30:20 +03:00
parent 75ebcd48e3
commit ee09822398
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -281,4 +281,4 @@ bar {
include /etc/sway/config.d/*
# Start sway-session.target, to which kanshi.service and swayidle.service bind.
exec_always "systemctl --user import-environment; systemctl --user start sway-session.target"
exec_always "systemctl --user start sway-session.target"