From 3b83281feb35d6701e40091ad3a39ef584948619 Mon Sep 17 00:00:00 2001 From: Thomas Preisner Date: Tue, 22 Mar 2022 15:48:30 +0100 Subject: [PATCH] config: i3: add keybinding for flameshot as screenshot tool --- config/i3/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/i3/config b/config/i3/config index a3b957b..92009f2 100644 --- a/config/i3/config +++ b/config/i3/config @@ -91,6 +91,9 @@ bindsym $mod+a focus parent # custom bind for pass dmenu wrapper bindsym $mod+p exec passmenu --type +# custom bind for flameshot screenshot tool +bindsym $mod+Shift+s exec flameshot gui + # do not focus container behind mouse focus_follows_mouse no