From 27565e9c59eb60b79007c459cbe31593403c9db6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Tue, 16 Jul 2024 14:49:24 +0300 Subject: [PATCH] Remove window and drun from rofi --- i3.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3.nix b/i3.nix index ba2a229..823390b 100644 --- a/i3.nix +++ b/i3.nix @@ -81,7 +81,7 @@ pkgs.writeText "i3-conf" '' bindcode 233 exec --no-startup-id brightnessctl set 5%+ bindsym $mod+Return exec alacritty - bindsym $mod+d exec --no-startup-id "rofi -theme 'Arc-Dark' -show combi -combi-modes 'window,drun,run' -modes combi" + bindsym $mod+d exec --no-startup-id "rofi -theme 'Arc-Dark' -show combi -combi-modes 'run' -modes combi"