From c21d37ebbd79f9c177652985918faad16fc03d9d Mon Sep 17 00:00:00 2001 From: "tanguy@aristotle" Date: Mon, 3 Aug 2020 12:25:13 +0200 Subject: [PATCH] Add flameshort shortcut to i3 --- .config/i3/config | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index 64c8f4f..baa6bdd 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -114,6 +114,9 @@ bindsym $mod+Shift+question exec --no-startup-id $i3-wm.program.help ## Launch // Calculator inside of rofi bindsym $mod+equal exec ~/.config/calc/= +## Launch // Flameshot // <> s ## +bindsym $mod+s exec flameshot gui + ############################################################################### # Window and Workspace Navigation ############################################################################### @@ -426,9 +429,11 @@ set_from_resource $i3-wm.gaps.outer.size i3-wm.gaps.outer.size 0 gaps inner $i3-wm.gaps.inner.size gaps outer $i3-wm.gaps.outer.size +# gaps top 26 + # Only enable gaps on a workspace when there is at least one container set_from_resource $i3-wm.gaps.smart i3-wm.gaps.smart on -smart_gaps $i3-wm.gaps.smart +#smart_gaps $i3-wm.gaps.smart # Enable popup during fullscreen set_from_resource $i3-wm.gaps.popup_during_fullscreen i3-wm.gaps.popup_during_fullscreen smart