From b48b636aaa22b29000ca686dfc0568cfeb7c2af9 Mon Sep 17 00:00:00 2001 From: adikro Date: Wed, 12 Nov 2025 23:12:17 +0100 Subject: updated binds, removed firefox and librewolf --- home/home.nix | 1 - home/programs/librewolf.nix | 6 ------ home/wayland/hyprland/binds.nix | 4 ++-- 3 files changed, 2 insertions(+), 9 deletions(-) delete mode 100644 home/programs/librewolf.nix (limited to 'home') diff --git a/home/home.nix b/home/home.nix index fa55a10..e56d1f3 100644 --- a/home/home.nix +++ b/home/home.nix @@ -13,7 +13,6 @@ ./editors/helix.nix ./wayland/xdg.nix ./wayland/eww.nix - ./programs/librewolf.nix ./programs/nixcord.nix # ./stylix.nix ]; diff --git a/home/programs/librewolf.nix b/home/programs/librewolf.nix deleted file mode 100644 index 751e04d..0000000 --- a/home/programs/librewolf.nix +++ /dev/null @@ -1,6 +0,0 @@ -{ ... }: -{ - programs.librewolf = { - enable = true; - }; -} diff --git a/home/wayland/hyprland/binds.nix b/home/wayland/hyprland/binds.nix index afd38b3..303d83d 100644 --- a/home/wayland/hyprland/binds.nix +++ b/home/wayland/hyprland/binds.nix @@ -42,8 +42,8 @@ # "$mod CTRL, L, moveoutofgroup, r" # "$mod CTRL, H, moveoutofgroup, l" - ", XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+" - ", XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-" + ", XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%+" + ", XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%-" "$mod, Next, exec, playerctl next" "$mod, Prior, exec, playerctl previous" -- cgit v1.3