diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-06 12:27:24 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-06 12:27:24 +0100 |
| commit | 7c19e6d60d333914ff718ecac7b9804b70ded171 (patch) | |
| tree | a6b8628e81fe23c9930bbcc3dd78a71c141be3f1 /modules | |
| parent | ebff05f643c11073c3122443e5ff4b27aea36def (diff) | |
added keybind to screenshot via flameshot
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/home/i3wm/nord-blue/i3.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/home/i3wm/nord-blue/i3.nix b/modules/home/i3wm/nord-blue/i3.nix index 4a25f30..afef4c7 100644 --- a/modules/home/i3wm/nord-blue/i3.nix +++ b/modules/home/i3wm/nord-blue/i3.nix @@ -54,8 +54,9 @@ in "${mod}+m" = "exec ${pkgs.dmenu}/bin/dmenu"; # Launch dmenu (app launcher) "${mod}+q" = "kill"; # Close an app (kill the process) "${mod}+Ctrl+l" = "exec lock-screen"; # Lock screen - "${mod}+Shift+r" = "restart"; - "${mod}+Ctrl+Shift+e" = "exec sh -c 'i3-msg exit'"; + "${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" # === FOCUS === # |
