1
0
Fork 0

add clipmenud service, update todo

This commit is contained in:
Luca Bilke 2024-05-15 17:30:35 +02:00
parent a535f68dd1
commit 2d15d96224
3 changed files with 8 additions and 5 deletions

View File

@ -0,0 +1,2 @@
#!/bin/sh
exec vlogger -t clipmenud

View File

@ -0,0 +1,6 @@
#!/bin/sh
exec 2>&1
. "$XDG_STATE_HOME/dbus"
exec clipmenud

View File

@ -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