Do sway session management or some bullshit
This commit is contained in:
parent
1e350d9b8e
commit
7154c090c3
3 changed files with 10 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
[Install]
|
||||
WantedBy=default.target
|
||||
WantedBy=sway-session.target
|
||||
|
|
|
|||
6
home/dot_config/systemd/user/sway-session.target
Normal file
6
home/dot_config/systemd/user/sway-session.target
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[Unit]
|
||||
Description=Sway compositor session
|
||||
Documentation=man:systemd.special
|
||||
BindsTo=graphical-session.target
|
||||
Wants=graphical-session-pre.target
|
||||
After=graphical-session-pre.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue