i3 mpc stuff

This commit is contained in:
NaiJi ✨ 2024-02-12 05:06:38 +04:00
parent 7241c4b679
commit 4345e6d7c8
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ mode "$mode_media" {
bindsym p exec mpv $(xclip -o), mode "default"
bindsym r exec /home/naiji/.local/bin/ffmpeg-util record, mode "default"
bindsym s exec /home/naiji/.local/bin/ffmpeg-util stop && notify-send -e -t 1000 -i video "ffmpeg" "done", mode "default"
bindsym u exec systemctl --user restart mpd.service && mpc update && mpc clear && mpc add / && mpc play, mode "default"
bindsym u exec mpc clear && systemctl --user restart mpd.service && mpc update && mpc add / && mpc play, mode "default"
# exit system mode: "Enter" or "Escape"
bindsym Return mode "default"