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:
parent
8c00641c17
commit
524272f063
11 changed files with 0 additions and 57 deletions
|
@ -1 +0,0 @@
|
||||||
/usr/lib/systemd/user/an2linuxserver.service
|
|
|
@ -1 +0,0 @@
|
||||||
../dropdown-terminal.service
|
|
|
@ -1 +0,0 @@
|
||||||
../dropdown-todo.service
|
|
|
@ -1 +0,0 @@
|
||||||
../flashfocus.service
|
|
|
@ -1 +0,0 @@
|
||||||
/usr/lib/systemd/user/greenclip.service
|
|
|
@ -1 +0,0 @@
|
||||||
../x-started-confirm.service
|
|
|
@ -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
|
|
|
@ -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
|
|
|
@ -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
|
|
|
@ -1,3 +0,0 @@
|
||||||
[Unit]
|
|
||||||
Requires=x-started-confirm.service
|
|
||||||
After=x-started-confirm.service
|
|
|
@ -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
|
|
Loading…
Reference in a new issue