From 5cdd3afc5f56dd403ba98d319713e871bf220840 Mon Sep 17 00:00:00 2001 From: finga Date: Wed, 5 Aug 2020 18:37:28 +0200 Subject: [PATCH] Add key bindings for window moving and fullscreen --- .config/i3/config | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index fc74f1e..a363a34 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -61,6 +61,11 @@ bindsym $mod+Up focus up bindsym $mod+Right focus right # move focused window +bindsym $mod+Shift+b move left 25 px +bindsym $mod+Shift+n move down 25 px +bindsym $mod+Shift+p move up 25 px +bindsym $mod+Shift+f move right 25 px + bindsym $mod+Shift+Left move left 25 px bindsym $mod+Shift+Down move down 25 px bindsym $mod+Shift+Up move up 25 px @@ -73,7 +78,7 @@ bindsym $mod+h split h bindsym $mod+v split v # enter fullscreen mode for the focused container -bindsym $mod+Shift+f fullscreen toggle +bindsym $mod+g fullscreen toggle # change container layout (stacked, tabbed, toggle split) bindsym $mod+s layout stacking