add clipmenud service, update todo
This commit is contained in:
parent
a535f68dd1
commit
2d15d96224
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec vlogger -t clipmenud
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
exec 2>&1
|
||||
|
||||
. "$XDG_STATE_HOME/dbus"
|
||||
|
||||
exec clipmenud
|
5
TODO.md
5
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
|
||||
|
|
Loading…
Reference in New Issue