added music player shortcut and removed some useless keybinds

This commit is contained in:
2026-03-01 13:15:21 +00:00
parent c6d5226340
commit c68cf0c26b
5 changed files with 19 additions and 23 deletions

View File

@@ -146,9 +146,7 @@ hyprctl dispatch exec thunar $(find . -maxdepth 2 -type d | fzf)
description = "run music"
prefix = "jf"
cmd = """
hyprctl dispatch resizeactive 300 500 &&
hyprctl dispatch centerwindow &
hyprctl dispatch exec thunar $(find . -maxdepth 2 -type d | fzf)
hyprctl dispatch exec '[workspace special:music]' 'kitty --class jf-tui -e jellyfin-tui'
"""
[[modules]]