diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-06 12:27:48 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-06 12:27:48 +0100 |
| commit | 28c61c23e8ba5c947596c63ac238bf2c827df668 (patch) | |
| tree | b30f9f983696f5c0e0707ac0e84919870b42a61a /modules/home/i3wm/nord-blue | |
| parent | 7c19e6d60d333914ff718ecac7b9804b70ded171 (diff) | |
added missing semicolon
Diffstat (limited to 'modules/home/i3wm/nord-blue')
| -rw-r--r-- | modules/home/i3wm/nord-blue/i3.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 === # |
