diff --git a/home/wm/i3.nix b/home/wm/i3.nix index f7a477c..7b95e4a 100644 --- a/home/wm/i3.nix +++ b/home/wm/i3.nix @@ -187,13 +187,13 @@ in # Focus child container "${modifier}+a" = "focus child"; } - { + (lib.optionalAttrs config.my.home.wm.rofi.enable { # Rofi tools "${modifier}+d" = "exec rofi -show drun -disable-history"; "${modifier}+Shift+d" = "exec rofi -show run -disable-history"; "${modifier}+p" = "exec --no-startup-id flameshot gui"; "${modifier}+Shift+p" = "exec rofi -show emoji"; - } + }) ( # Changing container focus genMovementBindings (