From 28c61c23e8ba5c947596c63ac238bf2c827df668 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Fri, 6 Feb 2026 12:27:48 +0100 Subject: added missing semicolon --- modules/home/i3wm/nord-blue/i3.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/home') diff --git a/modules/home/i3wm/nord-blue/i3.nix b/modules/home/i3wm/nord-blue/i3.nix index afef4c7..da7ecf3 100644 --- a/modules/home/i3wm/nord-blue/i3.nix +++ b/modules/home/i3wm/nord-blue/i3.nix @@ -56,7 +56,7 @@ in "${mod}+Ctrl+l" = "exec lock-screen"; # Lock screen "${mod}+Shift+r" = "restart"; # Reload i3 "${mod}+Ctrl+Shift+e" = "exec sh -c 'i3-msg exit'"; # Exit i3 (CAREFUL NO CONFIRM) - "${mod}+Shift+s" = "exec flameshot gui" + "${mod}+Shift+s" = "exec flameshot gui"; # === FOCUS === # -- cgit v1.2.3