From 51e96d21e2e1979b41dd104add6a1db0376f2a41 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 17 Aug 2021 23:36:02 +0200 Subject: [PATCH] i3: also use XF86LaunchA to run apps --- config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config b/config index 15b027b..ee019e0 100644 --- a/config +++ b/config @@ -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