aboutsummaryrefslogtreecommitdiff
path: root/.i3/config
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2020-06-08 03:06:34 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2020-06-08 03:06:34 +0200
commiteba37646d86a1b3149050ee99395fc5d844dd001 (patch)
treef8d0fa65f0ace52f2ad5945c0a7b67bb808de7cb /.i3/config
parent1e0654c08b69448dc8c0537a5dd57ce98843967b (diff)
downloaddotfiles-eba37646d86a1b3149050ee99395fc5d844dd001.tar.gz
added floating terminal window shortcut
Diffstat (limited to '.i3/config')
-rw-r--r--.i3/config2
1 files changed, 2 insertions, 0 deletions
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