6b456c1b7a
Currently paying the price of months of non-diligent git usage. Here's what has changed. - Theming support in Gvcci and wpgtk - Dropping support for i3 - Supporting EXWM - Many Elisp modules - Collapsed redundant directories in ./configs
18 lines
301 B
Desktop File
18 lines
301 B
Desktop File
[Unit]
|
|
Description=Clipmenu daemon
|
|
|
|
[Service]
|
|
ExecStart=clipmenud
|
|
Restart=always
|
|
RestartSec=500ms
|
|
Environment=DISPLAY=:0
|
|
|
|
MemoryDenyWriteExecute=yes
|
|
NoNewPrivileges=yes
|
|
ProtectControlGroups=yes
|
|
ProtectKernelTunables=yes
|
|
RestrictAddressFamilies=
|
|
RestrictRealtime=yes
|
|
|
|
[Install]
|
|
WantedBy=default.target
|