From c130671215a229a4213195671c9ce29ffe77c48a Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 2 Dec 2023 15:07:34 +0100 Subject: [PATCH] Revert "rofi: run commands using i3-msg exec" This reverts commit 3539163cf30c9795a7e8f3b27dcd6999662b7d87. rofi does not know how to escape properly the command. --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index 52e4fdb..3f87f53 100644 --- a/config +++ b/config @@ -57,7 +57,7 @@ bindsym $mod+Return exec exec $term bindsym $mod+x kill # execute command -set $rofi exec rofi -modi drun -show drun -show-icons -drun-match-fields name -run-command "i3-msg exec '{cmd}'" +set $rofi exec rofi -modi drun -show drun -show-icons -drun-match-fields name bindsym $mod+r exec --no-startup-id $rofi bindsym XF86LaunchA exec --no-startup-id $rofi