From a0cf6b55bf3259bfe1f0e9792074e9de6af92974 Mon Sep 17 00:00:00 2001 From: Nulo Date: Sat, 5 Mar 2022 20:11:46 -0300 Subject: [PATCH] =?UTF-8?q?sway:=20Tambi=C3=A9n=20mover=20con=20flechas=20?= =?UTF-8?q?normales?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/sway/config | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.config/sway/config b/.config/sway/config index f5fe23c..4efc46b 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -76,12 +76,20 @@ input * { bindsym $mod+$down focus down bindsym $mod+$up focus up bindsym $mod+$right focus right + bindsym $mod+Left focus left + bindsym $mod+Down focus down + bindsym $mod+Up focus up + bindsym $mod+Right focus right # Move the focused window with the same, but add Shift bindsym $mod+Shift+$left move left bindsym $mod+Shift+$down move down bindsym $mod+Shift+$up move up bindsym $mod+Shift+$right move right + bindsym $mod+Shift+Left move left + bindsym $mod+Shift+Down move down + bindsym $mod+Shift+Up move up + bindsym $mod+Shift+Right move right # # Workspaces: #