From 41c7740c0c09722628c1990d4b1f6aaf4e225fd1 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Tue, 8 Oct 2024 20:37:57 +0200 Subject: [PATCH] Remove unused systemd user services --- .config/systemd/user/tmux.service | 10 ---------- .config/systemd/user/wacom.service | 15 --------------- 2 files changed, 25 deletions(-) delete mode 100644 .config/systemd/user/tmux.service delete mode 100644 .config/systemd/user/wacom.service diff --git a/.config/systemd/user/tmux.service b/.config/systemd/user/tmux.service deleted file mode 100644 index 52bd873..0000000 --- a/.config/systemd/user/tmux.service +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=Start tmux in detached session - -[Service] -Type=forking -ExecStart=/usr/bin/tmux new-session -s %u -d -ExecStop=/usr/bin/tmux kill-session -t %u - -[Install] -WantedBy=default.target diff --git a/.config/systemd/user/wacom.service b/.config/systemd/user/wacom.service deleted file mode 100644 index 5a6522d..0000000 --- a/.config/systemd/user/wacom.service +++ /dev/null @@ -1,15 +0,0 @@ -[Unit] -Description=Configure my Wacom tablet -After=default.target -PartOf=default.target - -[Service] -Type=oneshot -Environment=XAUTHORITY=/home/h/.Xauthority -Environment=DISPLAY=:0 -ExecStartPre=/bin/sleep 3 -ExecStart=/home/h/.bin/set-wacom-draw-area - -[Install] -WantedBy=default.target -WantedBy=sys-devices-pci0000:00-0000:00:08.1-0000:04:00.3-usb1-1\x2d2.device