aboutsummaryrefslogtreecommitdiff
path: root/.config/hypr
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2025-10-20 16:03:00 +0530
committerkrolxon <krolyxon@tutanota.com>2025-10-20 16:03:00 +0530
commit9d543f98b182cfa04577dca7b31746eb5fdc5596 (patch)
tree4fb8a79f768d70a287f0de01945647eafbe993dc /.config/hypr
parent7625ce340a14fa8e6faf8f01619a01ba0a61ca2f (diff)
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`
Diffstat (limited to '.config/hypr')
-rw-r--r--.config/hypr/hyprland.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf
index 585cbe2..2e9c088 100644
--- a/.config/hypr/hyprland.conf
+++ b/.config/hypr/hyprland.conf
@@ -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