diff --git a/home/programs/graphical/wms/hyprland/config/keybinds.nix b/home/programs/graphical/wms/hyprland/config/keybinds.nix index f7301da..58d1d1d 100644 --- a/home/programs/graphical/wms/hyprland/config/keybinds.nix +++ b/home/programs/graphical/wms/hyprland/config/keybinds.nix @@ -85,6 +85,7 @@ # 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 2607cca..12f25ee 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.05; + dim_strength = 0.02; 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 44ea9e6..5444256 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.system.bluetooth; + cfgBluetooth = config.myOptions.device.bluetooth; in { config = mkIf cfg.enable { # in case pipewire was force disabled for whatever reason, fall