From e201a060e651338aa26df95824c6062c98ce1c01 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Mon, 27 Mar 2023 09:58:44 +0200 Subject: [PATCH] [sway] Alignment --- .config/sway/config | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.config/sway/config b/.config/sway/config index 67376a5..3f27b6e 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -187,22 +187,22 @@ mode "leader" { bindsym Ctrl+g mode "default" } -bindsym $mod+$left focus left -bindsym $mod+$right focus right -bindsym $mod+$up focus up -bindsym $mod+$down focus down -bindgesture swipe:3:left focus left -bindgesture swipe:3:right focus right -bindgesture swipe:3:up focus up -bindgesture swipe:3:down focus down -bindsym Shift+$mod+$left move left -bindsym Shift+$mod+$right move right -bindsym Shift+$mod+$up move up -bindsym Shift+$mod+$down move down -bindgesture swipe:4:left move left -bindgesture swipe:4:right move right -bindgesture swipe:4:up move up -bindgesture swipe:4:down move down +bindsym $mod+$left focus left +bindsym $mod+$right focus right +bindsym $mod+$up focus up +bindsym $mod+$down focus down +bindgesture swipe:3:left focus left +bindgesture swipe:3:right focus right +bindgesture swipe:3:up focus up +bindgesture swipe:3:down focus down +bindsym Shift+$mod+$left move left +bindsym Shift+$mod+$right move right +bindsym Shift+$mod+$up move up +bindsym Shift+$mod+$down move down +bindgesture swipe:4:left move left +bindgesture swipe:4:right move right +bindgesture swipe:4:up move up +bindgesture swipe:4:down move down mode "screenshot" { bindsym Print exec "screenshot"; mode "default"