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:
parent
75ebcd48e3
commit
ee09822398
@ -281,4 +281,4 @@ bar {
|
|||||||
include /etc/sway/config.d/*
|
include /etc/sway/config.d/*
|
||||||
|
|
||||||
# Start sway-session.target, to which kanshi.service and swayidle.service bind.
|
# 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"
|
||||||
|
Loading…
Reference in New Issue
Block a user