mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-22 20:04:30 +02:00
i3: switch to i3-dmenu-desktop to exec commands
No point in running commands requiring a terminal
This commit is contained in:
parent
1737177d2b
commit
97d59dd795
1 changed files with 1 additions and 1 deletions
2
config
2
config
|
@ -58,7 +58,7 @@ bindsym $mod+Return exec exec $term
|
|||
bindsym $mod+x kill
|
||||
|
||||
# execute command
|
||||
bindsym $mod+r exec --no-startup-id exec dmenu_run
|
||||
bindsym $mod+r exec --no-startup-id exec i3-dmenu-desktop
|
||||
|
||||
# change focus
|
||||
bindsym $mod+$left focus left
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue