From 7076ddfd634999a68b0abc6e2fe53461045de75d Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Sat, 18 Sep 2021 15:03:07 +0300 Subject: [PATCH] Add keybinding for taking screenshots --- i3_config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/i3_config b/i3_config index 66e85d1..7438f0f 100644 --- a/i3_config +++ b/i3_config @@ -62,6 +62,9 @@ bindsym XF86AudioPlay exec playerctl play-pause bindsym XF86AudioNext exec playerctl next bindsym XF86AudioPrev exec playerctl previous +# Bind Super+Home keys to take a screenshot +bindsym $mod+Home exec --no-startup-id screenshoter + # Use Mouse+$mod to drag floating windows to their wanted position floating_modifier $mod