From 130a8c5c73f0a4107da92b4b02b1ed3837ebed25 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Sat, 3 Jul 2021 11:20:29 +0200 Subject: [PATCH] i3: screenshot --- i3/config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/i3/config b/i3/config index e5c5ea9..fa1cd0a 100644 --- a/i3/config +++ b/i3/config @@ -43,6 +43,10 @@ bindsym $mod1+Shift+q kill # start rofi bindsym $mod1+d exec --no-startup-id rofi -combi-modi window#drun#ssh -show combi +# screenshots +bindsym $mod1+p exec --no-startup-id flameshot gui +bindsym $mod1+shift+p exec --no-startup-id flameshot full -p /home/mg + # change focus bindsym $mod1+Left focus left bindsym $mod1+Down focus down