From e430d30bd8a2c3da5e73d13c5bb26f25e2483dd6 Mon Sep 17 00:00:00 2001 From: stefan Date: Thu, 22 May 2025 00:07:20 -0400 Subject: `modules/sway`: update modifier --- modules/sway/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'modules/sway/default.nix') diff --git a/modules/sway/default.nix b/modules/sway/default.nix index cd918ca..79af449 100644 --- a/modules/sway/default.nix +++ b/modules/sway/default.nix @@ -41,7 +41,7 @@ in package = if cfg.wrapWithNixGL then (config.lib.nixGL.wrap pkgs.sway) else pkgs.sway; # package = null; config = rec { - modifier = "Mod1"; + modifier = "Mod4"; left = "m"; down = "n"; @@ -166,6 +166,7 @@ in wrapping = "force"; }; + window = { border = 1; hideEdgeBorders = "--i3 smart"; @@ -283,6 +284,8 @@ in extraConfig = '' title_align center default_border pixel 1 + mouse_warping none + output HDMI-A-1 disable ''; }; }; -- cgit v1.2.3