hyprland: open ncmpcpp with interactive zsh

Since we are loading the pywal colors through zsh,
doing `foot -e ncmpcpp` will bypass the interactive shell commands
so instead use `foot -e zsh -i -c ncmpcpp`
This commit is contained in:
krolxon 2025-10-20 16:03:00 +05:30
parent 7625ce340a
commit 9d543f98b1
3 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ $browser = librewolf
#################
exec-once = foot --server
exec-once = (hyprpm reload -n & kanshi & waybar & swaync & gammastep & hypridle)
exec-once = ~/.local/bin/setwall
exec-once = ~/.local/bin/setwall -n
exec-once = systemctl --user start hyprpolkitagent
plugin {
@ -217,7 +217,7 @@ bind = $mainMod, W, exec, $browser
bind = ,PRINT, exec, screenshot
# Music Controls
bind = $mainMod, m, exec, $terminal -e "ncmpcpp"
bind = $mainMod, m, exec, $terminal -e zsh -i -c "ncmpcpp"
bind = $mainMod, p, exec, mpc toggle
binde = $mainMod, comma, exec, mpc seek -10
binde = $mainMod, period, exec, mpc seek +10

View File

@ -5,7 +5,7 @@ do
case "$1" in
"d")
[ "$(printf "No\\nYes" | dmenu -i -p "Really delete $file?")" = "Yes" ] && rm "$file" && notify-send "$file deleted." ;;
"w") setwall -p $(realpath $file);;
"w") setwall -p $file;;
"c") cat "$file" | xclip -sel c -t image/png && notify-send "$file Copied ";;
esac
done

View File

@ -59,7 +59,7 @@
}
.notification-group .notification-group-headers .notification-group-header {
font-size: 20px;
font-size: 12px;
margin-left: 3px;
}