X1 Carbon Gen 7 Sway Desktop

This commit is contained in:
Vladan Popovic 2021-06-17 00:49:38 +02:00 committed by Vladan Popovic
parent 2f37aae96f
commit f8790aa337
22 changed files with 702 additions and 269 deletions

View file

@ -0,0 +1,15 @@
[Unit]
Description=Lightweight Wayland notification daemon
Documentation=man:mako(1)
PartOf=sway-session.target
After=sway-session.target
[Service]
Type=dbus
BusName=org.freedesktop.Notifications
ExecCondition=/bin/sh -c '[ -n "$WAYLAND_DISPLAY" ]'
ExecStart=/usr/bin/mako
ExecReload=/usr/bin/makoctl reload
[Install]
WantedBy=sway-session.target