From eebdb937a6aaa5e6a8b41534e9451d3ca664218d Mon Sep 17 00:00:00 2001 From: Stefano Cereda Date: Thu, 23 May 2019 09:44:23 +0200 Subject: [PATCH] screen up down --- .config/i3/config | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index 7f73fb40..ea63f883 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -87,9 +87,11 @@ bindsym $mod+Ctrl+h move workspace to output left bindsym $mod+j focus down bindsym $mod+Shift+j move down 30 +bindsym $mod+Ctrl+j move workspace to output down bindsym $mod+k focus up bindsym $mod+Shift+k move up 30 +bindsym $mod+Ctrl+k move workspace to output up bindsym $mod+l focus right bindsym $mod+Shift+l move right 30 @@ -183,9 +185,11 @@ bindsym $mod+F2 restart bindsym $mod+Left focus left bindsym $mod+Ctrl+Left move workspace to output left bindsym $mod+Down focus down +bindsym $mod+Ctrl+Down move workspace to output down bindsym $mod+Up focus up +bindsym $mod+Ctrl+Up move workspace to output up bindsym $mod+Right focus right -bindsym $mod+Ctrl+Right move workspace to output left +bindsym $mod+Ctrl+Right move workspace to output right bindsym $mod+Shift+Left move left bindsym $mod+Shift+Down move down bindsym $mod+Shift+Up move up