Remove unused files

This commit is contained in:
Benjamin Bädorf 2020-11-25 03:13:55 +01:00
parent 7c3259bc7f
commit 643dc2e716
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C
16 changed files with 0 additions and 207 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -1,7 +0,0 @@
[Unit]
Description=Portal service
[Service]
Type=dbus
BusName=org.freedesktop.portal.Desktop
ExecStart=/usr/lib/xdg-desktop-portal

View file

@ -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

View file

@ -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