From f5a54ef174be42c703246fc423debd923caf7344 Mon Sep 17 00:00:00 2001 From: kkard2 Date: Mon, 24 Jun 2024 18:10:21 +0200 Subject: long overdue --- _linux/i3/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '_linux/i3') diff --git a/_linux/i3/config b/_linux/i3/config index e077804..b4dd76a 100644 --- a/_linux/i3/config +++ b/_linux/i3/config @@ -57,6 +57,7 @@ tiling_drag modifier titlebar # start a terminal bindsym $mod+Return exec i3-sensible-terminal +bindsym $mod+w exec firefox # kill focused window bindsym $mod+c kill @@ -104,7 +105,7 @@ bindsym $mod+apostrophe split v bindsym $mod+f fullscreen toggle # change container layout (stacked, tabbed, toggle split) -bindsym $mod+w layout tabbed +bindsym $mod+z layout stacked bindsym $mod+e layout toggle split # toggle tiling / floating -- cgit v1.3.1