diff --git a/.local/share/service/clipmenud/log/run b/.local/share/service/clipmenud/log/run
new file mode 100755
index 00000000..b6ea5708
--- /dev/null
+++ b/.local/share/service/clipmenud/log/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec vlogger -t clipmenud
diff --git a/.local/share/service/clipmenud/run b/.local/share/service/clipmenud/run
new file mode 100755
index 00000000..5916a4c9
--- /dev/null
+++ b/.local/share/service/clipmenud/run
@@ -0,0 +1,6 @@
+#!/bin/sh
+exec 2>&1
+
+. "$XDG_STATE_HOME/dbus"
+
+exec clipmenud
diff --git a/TODO.md b/TODO.md
index 552ea99a..1baf12d2 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,6 +1 @@
 - [ ] [Simplify dotfile management](https://www.atlassian.com/git/tutorials/dotfiles)
-- [ ] Refactor Neovim config
-- [ ] Plumbing script! something to handle URLs, filepaths, and other stuff
-- [ ] TMUX w/ Sixel support
-- [ ] Finish testing shortcuts script
-- [ ] Continue work on shortcuts script