diff --git a/home/programs/graphical/wms/hyprland/config/keybinds.nix b/home/programs/graphical/wms/hyprland/config/keybinds.nix index 58d1d1d..f7301da 100644 --- a/home/programs/graphical/wms/hyprland/config/keybinds.nix +++ b/home/programs/graphical/wms/hyprland/config/keybinds.nix @@ -85,7 +85,6 @@ # Window groups # "SUPER, G, togglegroup," - "SUPER_SHIFT, G, lockactivegroup, toggle" "ALT, tab, changegroupactive, f" "ALT, grave, changegroupactive, b" diff --git a/home/programs/graphical/wms/hyprland/config/style.nix b/home/programs/graphical/wms/hyprland/config/style.nix index 12f25ee..2607cca 100644 --- a/home/programs/graphical/wms/hyprland/config/style.nix +++ b/home/programs/graphical/wms/hyprland/config/style.nix @@ -99,7 +99,7 @@ decoration = { dim_inactive = false; # disabled for now - dim_strength = 0.02; + dim_strength = 0.05; dim_special = 0.2; inactive_opacity = 0.9; }; diff --git a/system/shared/multimedia/sound/pipewire.nix b/system/shared/multimedia/sound/pipewire.nix index 5444256..44ea9e6 100644 --- a/system/shared/multimedia/sound/pipewire.nix +++ b/system/shared/multimedia/sound/pipewire.nix @@ -9,7 +9,7 @@ inherit (lib.generators) toLua; cfg = config.myOptions.system.sound; - cfgBluetooth = config.myOptions.device.bluetooth; + cfgBluetooth = config.myOptions.system.bluetooth; in { config = mkIf cfg.enable { # in case pipewire was force disabled for whatever reason, fall