From 507aad2c575a93ea6095a2b304495282c42798d8 Mon Sep 17 00:00:00 2001 From: workflow <4farlion@gmail.com> Date: Tue, 5 Nov 2024 10:01:34 +0000 Subject: [PATCH] feat(rofi): switch to combi mode --- home/i3/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/i3/default.nix b/home/i3/default.nix index 01564d2..81efb6e 100644 --- a/home/i3/default.nix +++ b/home/i3/default.nix @@ -324,7 +324,7 @@ in { "${mod}+m" = "exec --no-startup-id sound-switcher-flexbox"; }); - menu = "rofi -modi run#calc -show run -show-icons -run-shell-command '{terminal} -e fish -ic \"{cmd} && read\"' -matching fuzzy"; + menu = "rofi -modi combi#calc -show combi -show-icons -run-shell-command '{terminal} -e fish -ic \"{cmd} && read\"' -matching fuzzy"; # Press $mod+Shift+g to enter the gap mode. Choose o or i for modifying outer/inner gaps. # Press one of + / - (in-/decrement for current workspace) or 0 (remove gaps for current workspace).