From 538bf48927f27125cac6efd717c51e9a600a3319 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Tue, 16 May 2023 15:57:49 -0700 Subject: [PATCH] i3: set floating modifier to alt --- modules/i3/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/i3/default.nix b/modules/i3/default.nix index 46894fe..6077991 100644 --- a/modules/i3/default.nix +++ b/modules/i3/default.nix @@ -32,6 +32,7 @@ in with theme.colors; { config = { defaultWorkspace = "workspace number 1"; # defaults to 10 for some reason modifier = mod; + floating.modifier = "Mod1"; gaps = { inner = 12; smartGaps = true;