From bccd5475df43ee7f15f83ff468e2a9f728c51ba9 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Wed, 20 Aug 2025 20:35:24 +0800 Subject: [PATCH] feat: niri - update keybindigs --- home/linux/gui/niri/keybindings.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/home/linux/gui/niri/keybindings.nix b/home/linux/gui/niri/keybindings.nix index ddf082e9..a9405fed 100644 --- a/home/linux/gui/niri/keybindings.nix +++ b/home/linux/gui/niri/keybindings.nix @@ -201,10 +201,7 @@ niri: { # Take a screenshot of the focused window (plain "Alt+Print" [ (flag "screenshot-window") ]) - # The quit action will show a confirmation dialog to avoid accidental exits. - # If you want to skip the confirmation dialog, set the flag like so: - # (plain "Mod+Shift+E" [(leaf "quit" { skip-confirmation=true; })]) - (plain "Mod+Shift+E" [ (flag "quit") ]) + (plain "Mod+Shift+E" [ (leaf "spawn" [ "wlogout" ]) ]) (plain "Mod+Shift+P" [ (flag "power-off-monitors") ])