Revert "rofi: run commands using i3-msg exec"

This reverts commit 3539163cf3. rofi does
not know how to escape properly the command.
This commit is contained in:
Vincent Bernat 2023-12-02 15:07:34 +01:00
parent 3539163cf3
commit c130671215

2
config
View file

@ -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