services: Remove a slew of X-related services

These were largely remaining systemd services after I removed X and that
now dangle in limbo without working correctly.

Two services are not X related, which are the two dropdowns that I
rarely use anymore on riverwm. May substitute them for something similar
soon but do not need them at the moment.
This commit is contained in:
Marty Oehme 2022-08-10 08:59:20 +02:00
parent 8c00641c17
commit 524272f063
Signed by: Marty
GPG Key ID: B7538B8F50A1C800
11 changed files with 0 additions and 57 deletions

View File

@ -1 +0,0 @@
/usr/lib/systemd/user/an2linuxserver.service

View File

@ -1 +0,0 @@
../dropdown-terminal.service

View File

@ -1 +0,0 @@
../dropdown-todo.service

View File

@ -1 +0,0 @@
../flashfocus.service

View File

@ -1 +0,0 @@
/usr/lib/systemd/user/greenclip.service

View File

@ -1 +0,0 @@
../x-started-confirm.service

View File

@ -1,13 +0,0 @@
[Unit]
Description=Terminal window hidden to be called at any point
Requires=x-started-confirm.service
After=x-started-confirm.service
[Service]
Type=simple
# workaround to allow relative executable invocation (i.e. current users' home dir)
ExecStart=/bin/bash -c 'kitty --title "dropdown-terminal" --class scratchpad'
Restart=always
[Install]
WantedBy=default.target

View File

@ -1,13 +0,0 @@
[Unit]
Description=Todo.md hidden vim instance
Requires=x-started-confirm.service
After=x-started-confirm.service
[Service]
Type=simple
# workaround to allow relative executable invocation (i.e. current users' home dir)
ExecStart=/bin/bash -c 'kitty --title "dropdown-todo" --class scratchpad nvim -c ":set nonumber norelativenumber noshowmode noruler laststatus=0 noshowcmd shortmess=F | :Limelight" %h/documents/records/todo.md'
Restart=always
[Install]
WantedBy=default.target

View File

@ -1,12 +0,0 @@
[Unit]
Description=Perform windows animations on focus
PartOf=graphical-session.target
Requires=x-started-confirm.service
After=x-started-confirm.service
[Service]
ExecStart=/usr/bin/flashfocus
Restart=on-failure
[Install]
WantedBy=default.target

View File

@ -1,3 +0,0 @@
[Unit]
Requires=x-started-confirm.service
After=x-started-confirm.service

View File

@ -1,10 +0,0 @@
[Unit]
Description=Monitor status of X server start
[Service]
Type=oneshot
ExecStart=/bin/bash -c '%h/.local/share/services/x-started-confirm.sh'
RestartSec=2
[Install]
WantedBy=default.target