mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-13 03:34:22 +02:00
i3: also use XF86LaunchA to run apps
This commit is contained in:
parent
9389d6790a
commit
51e96d21e2
1 changed files with 3 additions and 1 deletions
4
config
4
config
|
@ -47,7 +47,9 @@ bindsym $mod+Return exec exec $term
|
||||||
bindsym $mod+x kill
|
bindsym $mod+x kill
|
||||||
|
|
||||||
# execute command
|
# 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
|
# change focus
|
||||||
bindsym $mod+$left focus left
|
bindsym $mod+$left focus left
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue