Remove unused files
This commit is contained in:
parent
7c3259bc7f
commit
643dc2e716
|
@ -1,13 +0,0 @@
|
|||
[Unit]
|
||||
Description=a status icon application for blueman
|
||||
Documentation=man:blueman-tray(1)
|
||||
BindsTo=graphical-session.target
|
||||
Wants=graphical-session-pre.target
|
||||
After=graphical-session-pre.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/blueman-tray
|
||||
|
||||
[Install]
|
||||
WantedBy=sway-session.target
|
|
@ -1,13 +0,0 @@
|
|||
[Unit]
|
||||
Description=set color temperature of display according to time of day
|
||||
Documentation=man:gammastep(1)
|
||||
BindsTo=graphical-session.target
|
||||
Wants=graphical-session-pre.target
|
||||
After=graphical-session-pre.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/sbin/gammastep -l geoclue2 -m wayland -v
|
||||
|
||||
[Install]
|
||||
WantedBy=sway-session.target
|
|
@ -1,12 +0,0 @@
|
|||
[Unit]
|
||||
Description=Keepassxc
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=keepassxc
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
KillMode=process
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
|
@ -1,13 +0,0 @@
|
|||
[Unit]
|
||||
Description=Actions gestures on your touchpad using libinput
|
||||
Documentation=https://github.com/bulletmark/libinput-gestures
|
||||
BindsTo=graphical-session.target
|
||||
Wants=graphical-session-pre.target
|
||||
After=graphical-session-pre.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=python3 /usr/bin/libinput-gestures
|
||||
|
||||
[Install]
|
||||
WantedBy=sway-session.target
|
|
@ -1,13 +0,0 @@
|
|||
[Unit]
|
||||
Description=A lightweight Wayland notification daemon
|
||||
Documentation=man:mako(1)
|
||||
BindsTo=graphical-session.target
|
||||
Wants=graphical-session-pre.target
|
||||
After=graphical-session-pre.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/mako
|
||||
|
||||
[Install]
|
||||
WantedBy=sway-session.target
|
|
@ -1,12 +0,0 @@
|
|||
[Unit]
|
||||
Description=Nextcloud Client
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/nextcloud --background
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
KillMode=process
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
|
@ -1,13 +0,0 @@
|
|||
[Unit]
|
||||
Description=network monitor and control GUI applet
|
||||
Documentation=man:nm-applet(1)
|
||||
BindsTo=graphical-session.target
|
||||
Wants=graphical-session-pre.target
|
||||
After=graphical-session-pre.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/nm-applet --indicator
|
||||
|
||||
[Install]
|
||||
WantedBy=sway-session.target
|
|
@ -1,13 +0,0 @@
|
|||
[Unit]
|
||||
Description=Legacy polkit authentication agent for GNOME
|
||||
Documentation=https://gitlab.freedesktop.org/polkit/polkit/
|
||||
BindsTo=graphical-session.target
|
||||
Wants=graphical-session-pre.target
|
||||
After=graphical-session-pre.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
|
||||
[Install]
|
||||
WantedBy=sway-session.target
|
|
@ -1,13 +0,0 @@
|
|||
[Unit]
|
||||
Description=Scream IVSHMEM pulse reciever
|
||||
After=pulseaudio.service
|
||||
Wants=pulseaudio.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStartPre=/usr/bin/truncate -s 0 /dev/shm/scream-ivshmem
|
||||
ExecStartPre=/usr/bin/dd if=/dev/zero of=/dev/shm/scream-ivshmem bs=1M count=2
|
||||
ExecStart=/usr/bin/scream -m /dev/shm/scream-ivshmem
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
|
@ -1,14 +0,0 @@
|
|||
[Unit]
|
||||
Description=sway - SirCmpwn's Wayland window manager
|
||||
Documentation=man:sway(5)
|
||||
BindsTo=graphical-session.target
|
||||
Wants=graphical-session-pre.target
|
||||
After=graphical-session-pre.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
EnvironmentFile=-%h/.config/sway/env
|
||||
ExecStart=/usr/bin/sway -d
|
||||
Restart=on-failure
|
||||
RestartSec=1
|
||||
TimeoutStopSec=10
|
|
@ -1,18 +0,0 @@
|
|||
# Start of file comment
|
||||
[Unit] # Title comment
|
||||
Description=Idle manager for Wayland
|
||||
Documentation=man:swayidle(1)
|
||||
BindsTo=graphical-session.target
|
||||
Wants=graphical-session-pre.target
|
||||
After=graphical-session-pre.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/swayidle -w \
|
||||
timeout 600 'swaylock-bg' \
|
||||
timeout 900 'swaymsg "output * dpms off"' \
|
||||
resume 'swaymsg "output * dpms on"' \
|
||||
after-resume 'swaylock-bg'
|
||||
|
||||
[Install]
|
||||
WantedBy=sway-session.target
|
|
@ -1,13 +0,0 @@
|
|||
[Unit]
|
||||
Description=Highly customizable Wayland bar for Sway and Wlroots based compositors.
|
||||
Documentation=https://github.com/Alexays/Waybar/wiki/
|
||||
BindsTo=graphical-session.target
|
||||
Wants=graphical-session-pre.target
|
||||
After=graphical-session-pre.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/waybar
|
||||
|
||||
[Install]
|
||||
WantedBy=sway-session.target
|
|
@ -1,10 +0,0 @@
|
|||
[Unit]
|
||||
Description=Portal service (wlroots implementation)
|
||||
PartOf=graphical-session.target
|
||||
After=graphical-session.target
|
||||
|
||||
[Service]
|
||||
Type=dbus
|
||||
BusName=org.freedesktop.impl.portal.desktop.wlr
|
||||
ExecStart=/usr/lib/xdg-desktop-portal-wlr
|
||||
Restart=on-failure
|
|
@ -1,7 +0,0 @@
|
|||
[Unit]
|
||||
Description=Portal service
|
||||
|
||||
[Service]
|
||||
Type=dbus
|
||||
BusName=org.freedesktop.portal.Desktop
|
||||
ExecStart=/usr/lib/xdg-desktop-portal
|
|
@ -1,14 +0,0 @@
|
|||
[Unit]
|
||||
Description=X Settings Daemon
|
||||
Documentation=https://github.com/derat/xsettingsd/wiki/Installation
|
||||
BindsTo=graphical-session.target
|
||||
Wants=graphical-session-pre.target
|
||||
After=graphical-session-pre.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/xsettingsd
|
||||
ExecStop=/usr/bin/env pkill xsettingsd
|
||||
|
||||
[Install]
|
||||
WantedBy=sway-session.target
|
|
@ -1,16 +0,0 @@
|
|||
[Unit]
|
||||
Description=ydotool - Generic command-line automation tool (no X!)
|
||||
Documentation=https://github.com/ReimuNotMoe/ydotool
|
||||
BindsTo=graphical-session.target
|
||||
Wants=graphical-session-pre.target
|
||||
After=graphical-session-pre.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/ydotoold
|
||||
Restart=on-failure
|
||||
RestartSec=1
|
||||
TimeoutStopSec=10
|
||||
|
||||
[Install]
|
||||
WantedBy=sway-session.target
|
Loading…
Reference in a new issue