diff options
| author | Andrew <admonty1@protonmail.com> | 2025-08-24 02:54:56 -0400 |
|---|---|---|
| committer | Andrew <admonty1@protonmail.com> | 2025-08-24 02:54:56 -0400 |
| commit | d31d0d4c5bc458b87eb2ec231b506d206b70f83f (patch) | |
| tree | f766019f062fddfca5e125923f6eddd2b4cf83d7 /hyprland/hyprland.nix | |
| parent | change hyprlock to use default which is more asethetical in my opinion (diff) | |
| download | nixos-d31d0d4c5bc458b87eb2ec231b506d206b70f83f.tar.gz nixos-d31d0d4c5bc458b87eb2ec231b506d206b70f83f.tar.bz2 nixos-d31d0d4c5bc458b87eb2ec231b506d206b70f83f.zip | |
fixed mpd bug where it would not resume playback upon skip
Diffstat (limited to 'hyprland/hyprland.nix')
| -rw-r--r-- | hyprland/hyprland.nix | 2 |
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" |
