diff options
| author | kkard2 <[email protected]> | 2024-06-24 18:10:21 +0200 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2024-06-24 18:10:21 +0200 |
| commit | f5a54ef174be42c703246fc423debd923caf7344 (patch) | |
| tree | 3f1da0645efe2772d1effa103b41f7d9fa65439d | |
| parent | ce594bbd6c104da5f319bdbd73a41646138f1532 (diff) | |
long overdue
| -rw-r--r-- | _linux/i3/config | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
