From 51559a0f75f202f678dc9753e170b36880f9d615 Mon Sep 17 00:00:00 2001 From: joygnu Date: Tue, 2 Jul 2024 18:00:01 +0200 Subject: [PATCH] update --- home/hyprland/default.nix | 7 ++++--- home/zsh/default.nix | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/home/hyprland/default.nix b/home/hyprland/default.nix index 7215108..989c54a 100644 --- a/home/hyprland/default.nix +++ b/home/hyprland/default.nix @@ -39,7 +39,7 @@ "waybar &" "wl-paste --type text --watch cliphist store" "wl-paste --type image --watch cliphist store" - "sh cmus.sh" + "screen -dmS cmus cmus &" ]; @@ -50,6 +50,7 @@ "$mod, E, exec, nemo" "$mod, S, exec, brave" "$mod, X, exec, keepassxc" + "$mod, D, exec, alacritty -e screen -r cmus" "$mod, F, exec, freetube" "$mod, M, exec, thunderbird" "$mod, C, exec, hyprpicker -a" @@ -69,8 +70,8 @@ # mocp "$mod, P, exec, cmus-remote --pause" - "$mod, comma, exec, cmus-remote --next" - "$mod, period, exec, cmus-remote --prev" + "$mod, comma, exec, cmus-remote --prev" + "$mod, period, exec, cmus-remote --next" "$mod, equal, exec, cmus-remote -v +5%" "$mod, minus, exec, cmus-remote -v -5%" diff --git a/home/zsh/default.nix b/home/zsh/default.nix index b7bf560..b433cdc 100644 --- a/home/zsh/default.nix +++ b/home/zsh/default.nix @@ -9,7 +9,7 @@ shellAliases = { v = "nvim"; - pu = "git push -u origin main && git push -u berg main && git push -u hub main"; + pu = "git push -u berg main && git push -u hub main"; fr = "sudo systemctl reboot --firmware"; ser = "ssh root@joygnu.org"; sp = "sudo nixos-rebuild switch --flake ~/nix/#pc";