add solaar
This commit is contained in:
parent
aff6bf3b87
commit
b7b8ab8fd6
|
@ -5,6 +5,7 @@ BindsTo=labwc-session.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
ExecStartPre=/bin/sleep 15
|
||||||
ExecStart=/usr/bin/blueman-applet
|
ExecStart=/usr/bin/blueman-applet
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
|
@ -7,6 +7,7 @@ After=labwc-session.target
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
Environment="QT_QPA_PLATFORM=xcb"
|
Environment="QT_QPA_PLATFORM=xcb"
|
||||||
|
ExecStartPre=/bin/sleep 15
|
||||||
ExecStart=/usr/bin/megasync
|
ExecStart=/usr/bin/megasync
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Dynamic output configuration for Wayland compositors
|
||||||
|
Documentation=https://sr.ht/~emersion/kanshi
|
||||||
|
BindsTo=labwc-session.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=simple
|
||||||
|
ExecStart=/usr/bin/solaar --window=hide
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=labwc-session.target
|
Loading…
Reference in New Issue