From 5fc940b607a57d40594f03847300e6894670519f Mon Sep 17 00:00:00 2001 From: RealStickman Date: Mon, 13 Apr 2020 09:17:46 +0000 Subject: [PATCH] Thunderbird is launched by ctrl+mod1+y. window gaps changed from 10/0 to 5/5. --- arch-config/.config/i3/config | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/arch-config/.config/i3/config b/arch-config/.config/i3/config index 9521b533..2123a15c 100644 --- a/arch-config/.config/i3/config +++ b/arch-config/.config/i3/config @@ -450,6 +450,9 @@ bindsym ctrl+mod1+b exec --no-startup-id bettergram;focus #pragha bindsym ctrl+mod1+n exec --no-startup-id pragha;focus +#thunderbird +bindsym ctrl+mod1+y exec --no-startup-id thunderbird;focus + ##################################################################################################################### ################# screenshots ################# @@ -622,8 +625,8 @@ popup_during_fullscreen smart for_window [class="^.*"] border none -gaps inner 10 -gaps outer 0 +gaps inner 5 +gaps outer 5 #####################################################################################################################