commit c5dc279bc18a1f2502190895ee09925d1649f61c
parent 8da8fc6b91140df205b673e0bb0b2b1e4eae4f6b
Author: oscarbenedito <oscar@oscarbenedito.com>
Date:   Mon, 15 Jun 2020 16:51:55 +0200

i3: added shortcut to move windows without switching spaces

Diffstat:
M.config/i3/config | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/.config/i3/config b/.config/i3/config @@ -173,6 +173,18 @@ bindsym $mod+Shift+8 move container to workspace $ws8; workspace $ws8 bindsym $mod+Shift+9 move container to workspace $ws9; workspace $ws9 bindsym $mod+Shift+0 move container to workspace $ws10; workspace $ws10 +# move focused container to workspace without switching workspaces +bindsym $mod+Control+1 move container to workspace $ws1 +bindsym $mod+Control+2 move container to workspace $ws2 +bindsym $mod+Control+3 move container to workspace $ws3 +bindsym $mod+Control+4 move container to workspace $ws4 +bindsym $mod+Control+5 move container to workspace $ws5 +bindsym $mod+Control+6 move container to workspace $ws6 +bindsym $mod+Control+7 move container to workspace $ws7 +bindsym $mod+Control+8 move container to workspace $ws8 +bindsym $mod+Control+9 move container to workspace $ws9 +bindsym $mod+Control+0 move container to workspace $ws10 + # /workspaces }}} # session commands {{{