diff --git a/.local/share/service/clipmenud/log/run b/.local/share/service/clipmenud/log/run new file mode 100755 index 000000000..b6ea57080 --- /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 000000000..5916a4c97 --- /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 552ea99a9..1baf12d2e 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