diff --git a/modules/rice/hyprland/binds.nix b/modules/rice/hyprland/binds.nix index cc888f9..c6fc134 100644 --- a/modules/rice/hyprland/binds.nix +++ b/modules/rice/hyprland/binds.nix @@ -23,7 +23,7 @@ in { wayland.windowManager.hyprland.settings = { bind = [ - ''${mod},RETURN,exec,kitty'' + ''${mod},RETURN,exec,rio'' "${mod},D,exec,wofi --show drun" "${mod},Q,killactive" diff --git a/modules/rice/rio.nix b/modules/rice/rio.nix index 9cebef1..fb3829a 100644 --- a/modules/rice/rio.nix +++ b/modules/rice/rio.nix @@ -52,7 +52,7 @@ }; window = { - # background-opacity = 0.65; + background-opacity = 0.8; }; }; };