From 27d82bfd81c1053fea88f2bc4e4ac9738b187bef Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 7 Jun 2023 16:26:16 -0400 Subject: [PATCH] hyprland: Toggle dim_inactive with i --- modules/hyprland/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hyprland/default.nix b/modules/hyprland/default.nix index 9c3fde8..852d484 100644 --- a/modules/hyprland/default.nix +++ b/modules/hyprland/default.nix @@ -121,6 +121,7 @@ bind = SUPER_ALT, delete, exit bind = SUPER, V, togglefloating, bind = SUPER, V, centerwindow, + bind = SUPER, I, exec, hyprctl keyword decoration:dim_inactive $((1 - $(hyprctl getoption decoration:dim_inactive -j | jq -r ".int"))) bind = SUPER, O, exec, killall .waybar-wrapped || waybar bind = SUPER, X, pin bind = SUPER, F, fullscreen, 1