mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-14 12:14:20 +02:00
i3: do not install i3 through Debian
Use Nix instead. Seems to work OK.
This commit is contained in:
parent
8162fb5318
commit
50910e8f74
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ After=xsession.target
|
|||
Wants=xsession.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/i3
|
||||
ExecReload=/usr/bin/i3-msg reload
|
||||
ExecStart=%h/.nix-profile/bin/i3
|
||||
ExecReload=%h/.nix-profile/bin/i3-msg reload
|
||||
ExecReload=/bin/systemctl --user restart i3-companion.service
|
||||
ExecStopPost=/bin/systemctl --user stop --no-block graphical-session.target
|
||||
Restart=on-failure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue