From 1023c0bc580779063e51a6af8e7b82528195949c Mon Sep 17 00:00:00 2001 From: zackartz Date: Sun, 24 Mar 2024 14:47:52 -0400 Subject: [PATCH] 271 current 2024-03-24 14:47:41 24.05.20240323.44d0940 6.8.0-zen1 * --- modules/rice/hyprland/binds.nix | 2 +- modules/rice/rio.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; }; }; };