From 4cae294cf590c2ec6a552fc2070ec333618ce18b Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 23 Jun 2021 23:06:15 +0200 Subject: [PATCH] home: wm: i3: enable rofi bindings when applicable --- home/wm/i3.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 (