mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-31 08:14:26 +02:00
rofi: run commands using i3-msg exec
This way, we get a startup id.
This commit is contained in:
parent
adeea3f62d
commit
3539163cf3
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
|
||||
set $rofi exec rofi -modi drun -show drun -show-icons -drun-match-fields name -run-command "i3-msg exec '{cmd}'"
|
||||
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