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
|
|
@ -14,3 +14,6 @@ exec cliphist wipe
|
|||
|
||||
# clipboard history
|
||||
exec wl-paste --watch cliphist store
|
||||
|
||||
# Start sway session I guess ?
|
||||
exec_always systemctl --user start sway-session.target
|
||||
|
|
|
|||
|
|
@ -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
Reference in a new issue