From eba37646d86a1b3149050ee99395fc5d844dd001 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Mon, 8 Jun 2020 03:06:34 +0200 Subject: added floating terminal window shortcut --- .i3/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.i3/config b/.i3/config index e0d22da..27710e4 100644 --- a/.i3/config +++ b/.i3/config @@ -8,6 +8,7 @@ floating_modifier $mod # start a terminal bindsym $mod+Return exec "termite" +bindsym $mod+Shift+Return exec "termite -t termite_floating" #start ranger bindsym $mod+o exec "termite -e ranger" @@ -304,6 +305,7 @@ default_border none default_floating_border none for_window [class="feh"] floating enable +for_window [title="termite_floating"] floating enable gaps inner 5 -- cgit v1.2.3