From 99e2de2dbafe4f9d92884da893ea2d047de73856 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Wed, 20 Nov 2019 23:09:30 +0100 Subject: [PATCH] Add picamenu keybinding (i3) --- .config/i3/config_common | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/i3/config_common b/.config/i3/config_common index e547047..24daaa3 100644 --- a/.config/i3/config_common +++ b/.config/i3/config_common @@ -118,6 +118,8 @@ bindsym $mod+m exec i3-input -F 'mark %s' -l 1 -P 'Mark: ' # read 1 character and go to the window with the character bindsym $mod+Shift+m exec i3-input -F '[con_mark="%s"] focus' -l 1 -P 'Goto: ' +bindsym $mod+p exec picamenu + ################################## # BINDINGS FOR STANDARD OPERATIONS ##################################