Merge remote-tracking branch 'origin/master'

This commit is contained in:
piotr
2022-05-29 23:43:40 +02:00

13
nwg-panel.service Normal file
View File

@@ -0,0 +1,13 @@
[Unit]
Description=GTK3-based panel for sway window manager
PartOf=graphical-session.target
After=graphical-session.target
[Service]
Type=simple
ExecCondition=/bin/sh -c '[ -n "$WAYLAND_DISPLAY" ]'
ExecStart=/usr/bin/nwg-panel
Restart=always
[Install]
WantedBy=graphical-session.target