From 1468376147d13e5b411f186104253cdccda65e2d Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Thu, 9 Mar 2023 22:32:41 +0300 Subject: [PATCH] sway: swap win and alt keys --- config/.config/sway/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/.config/sway/config b/config/.config/sway/config index 5f0aa70..db8c986 100644 --- a/config/.config/sway/config +++ b/config/.config/sway/config @@ -1,9 +1,9 @@ ### Variables # Main keys -set $mod Mod4 +set $mod Mod1 set $ctrl Control -set $alt Mod1 +set $alt Mod4 # Home row direction keys, like vim set $left h