mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-23 12:24:38 +02:00
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:
parent
3539163cf3
commit
c130671215
1 changed files with 1 additions and 1 deletions
2
config
2
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue