aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/home/i3wm/nord-blue/i3.nix5
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 === #