diff --git a/services/.config/systemd/user/default.target.wants/an2linuxserver.service b/services/.config/systemd/user/default.target.wants/an2linuxserver.service deleted file mode 120000 index 35bb9b7..0000000 --- a/services/.config/systemd/user/default.target.wants/an2linuxserver.service +++ /dev/null @@ -1 +0,0 @@ -/usr/lib/systemd/user/an2linuxserver.service \ No newline at end of file diff --git a/services/.config/systemd/user/default.target.wants/dropdown-terminal.service b/services/.config/systemd/user/default.target.wants/dropdown-terminal.service deleted file mode 120000 index 3b1a59e..0000000 --- a/services/.config/systemd/user/default.target.wants/dropdown-terminal.service +++ /dev/null @@ -1 +0,0 @@ -../dropdown-terminal.service \ No newline at end of file diff --git a/services/.config/systemd/user/default.target.wants/dropdown-todo.service b/services/.config/systemd/user/default.target.wants/dropdown-todo.service deleted file mode 120000 index 9044c18..0000000 --- a/services/.config/systemd/user/default.target.wants/dropdown-todo.service +++ /dev/null @@ -1 +0,0 @@ -../dropdown-todo.service \ No newline at end of file diff --git a/services/.config/systemd/user/default.target.wants/flashfocus.service b/services/.config/systemd/user/default.target.wants/flashfocus.service deleted file mode 120000 index 2305e41..0000000 --- a/services/.config/systemd/user/default.target.wants/flashfocus.service +++ /dev/null @@ -1 +0,0 @@ -../flashfocus.service \ No newline at end of file diff --git a/services/.config/systemd/user/default.target.wants/greenclip.service b/services/.config/systemd/user/default.target.wants/greenclip.service deleted file mode 120000 index daa9093..0000000 --- a/services/.config/systemd/user/default.target.wants/greenclip.service +++ /dev/null @@ -1 +0,0 @@ -/usr/lib/systemd/user/greenclip.service \ No newline at end of file diff --git a/services/.config/systemd/user/default.target.wants/x-started-confirm.service b/services/.config/systemd/user/default.target.wants/x-started-confirm.service deleted file mode 120000 index 973183e..0000000 --- a/services/.config/systemd/user/default.target.wants/x-started-confirm.service +++ /dev/null @@ -1 +0,0 @@ -../x-started-confirm.service \ No newline at end of file diff --git a/services/.config/systemd/user/dropdown-terminal.service b/services/.config/systemd/user/dropdown-terminal.service deleted file mode 100644 index d541a9d..0000000 --- a/services/.config/systemd/user/dropdown-terminal.service +++ /dev/null @@ -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 diff --git a/services/.config/systemd/user/dropdown-todo.service b/services/.config/systemd/user/dropdown-todo.service deleted file mode 100644 index ed6a646..0000000 --- a/services/.config/systemd/user/dropdown-todo.service +++ /dev/null @@ -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 diff --git a/services/.config/systemd/user/flashfocus.service b/services/.config/systemd/user/flashfocus.service deleted file mode 100644 index ddd6c02..0000000 --- a/services/.config/systemd/user/flashfocus.service +++ /dev/null @@ -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 diff --git a/services/.config/systemd/user/greenclip.service.d/override.conf b/services/.config/systemd/user/greenclip.service.d/override.conf deleted file mode 100644 index 673779e..0000000 --- a/services/.config/systemd/user/greenclip.service.d/override.conf +++ /dev/null @@ -1,3 +0,0 @@ -[Unit] -Requires=x-started-confirm.service -After=x-started-confirm.service diff --git a/services/.config/systemd/user/x-started-confirm.service b/services/.config/systemd/user/x-started-confirm.service deleted file mode 100644 index 11c74f1..0000000 --- a/services/.config/systemd/user/x-started-confirm.service +++ /dev/null @@ -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