From c95c38a276f01c8cb5dfdb5ccaacb29e2afd69a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Thu, 6 Jun 2013 17:49:28 +0200 Subject: i3: use $mod+t for tabbed instead of $mod+w --- .i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.i3') diff --git a/.i3/config b/.i3/config index d0cc49a..1b37676 100644 --- a/.i3/config +++ b/.i3/config @@ -111,7 +111,7 @@ bindsym $mod+f fullscreen # change container layout (stacked, tabbed, toggle split) bindsym $mod+s layout stacking -bindsym $mod+w layout tabbed +bindsym $mod+t layout tabbed bindsym $mod+e layout toggle split # toggle tiling / floating -- cgit v1.2.3