i3: also use XF86LaunchA to run apps

This commit is contained in:
Vincent Bernat 2021-08-17 23:36:02 +02:00
parent 9389d6790a
commit 51e96d21e2

4
config
View file

@ -47,7 +47,9 @@ bindsym $mod+Return exec exec $term
bindsym $mod+x kill
# execute command
bindsym $mod+r exec --no-startup-id 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
bindsym $mod+r exec --no-startup-id $rofi
bindsym XF86LaunchA exec --no-startup-id $rofi
# change focus
bindsym $mod+$left focus left