add clipmenud service, update todo
This commit is contained in:
parent
7b42bbc193
commit
c16db37614
3 changed files with 8 additions and 5 deletions
2
.local/share/service/clipmenud/log/run
Executable file
2
.local/share/service/clipmenud/log/run
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec vlogger -t clipmenud
|
6
.local/share/service/clipmenud/run
Executable file
6
.local/share/service/clipmenud/run
Executable file
|
@ -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…
Add table
Reference in a new issue