zmiana konfiguracji na wayland i sway :love:
This commit is contained in:
19
.config/systemd/user/mako.service
Normal file
19
.config/systemd/user/mako.service
Normal file
@ -0,0 +1,19 @@
|
||||
[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
|
||||
ExecStop=/bin/kill -2 $MAINPID
|
||||
Restart=on-failure
|
||||
RestartSec=1
|
||||
TimeoutStopSec=10
|
||||
|
||||
[Install]
|
||||
WantedBy=sway-session.target
|
Reference in New Issue
Block a user