move home-manager config to subdirectory

This commit is contained in:
Daniel Olsen
2024-08-17 03:17:40 +02:00
parent 08930ba021
commit a6f2ac0868
23 changed files with 1 additions and 7 deletions

9
home/scripts/dmenuaudio Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/sh
# Give dmenu list of all unicode characters to copy.
# Shows the selected character in dunst if running.
chosen=$(cd $HOME/Soundboard && find -printf '%P\n'| dmenu -i -l 20 -fn Monospace-14)
[ "$chosen" != "" ] || exit
mpv --no-video --audio-device=pulse/SendToVirtualMic "$HOME/Soundboard/$chosen"