summaryrefslogtreecommitdiffstats
path: root/hyprland/hyprland.nix
diff options
context:
space:
mode:
authorAndrew <admonty1@protonmail.com>2025-08-24 02:54:56 -0400
committerAndrew <admonty1@protonmail.com>2025-08-24 02:54:56 -0400
commitd31d0d4c5bc458b87eb2ec231b506d206b70f83f (patch)
treef766019f062fddfca5e125923f6eddd2b4cf83d7 /hyprland/hyprland.nix
parentchange hyprlock to use default which is more asethetical in my opinion (diff)
downloadnixos-d31d0d4c5bc458b87eb2ec231b506d206b70f83f.tar.gz
nixos-d31d0d4c5bc458b87eb2ec231b506d206b70f83f.tar.bz2
nixos-d31d0d4c5bc458b87eb2ec231b506d206b70f83f.zip
fixed mpd bug where it would not resume playback upon skip
Diffstat (limited to '')
-rw-r--r--hyprland/hyprland.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hyprland/hyprland.nix b/hyprland/hyprland.nix
index 6fe96eb..74b4a43 100644
--- a/hyprland/hyprland.nix
+++ b/hyprland/hyprland.nix
@@ -44,7 +44,7 @@ env = [
"uwsm app -- waybar"
"[workspace 1 silent] uwsm app -- ghostty"
"[workspace 2 silent] uwsm app -- brave"
- "[workspace 3 silent] uwsm app -- ghostty -e rmpc"
+ "[workspace 3 silent] uwsm app -- ghostty -e fish -c rmpc"
"[workspace 4 silent] uwsm app -- discord"
"[workspace 6 silent] uwsm app -- keepassxc"
"[workspace 8 silent] uwsm app -- steam"