From 09dfc1e55c161f67b50874b06fa37f164ea0a53b Mon Sep 17 00:00:00 2001 From: Haonan Chen Date: Mon, 15 Dec 2025 14:04:59 +0800 Subject: [PATCH] modules.system.gui: add screenshot keybinding --- modules/system/gui.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system/gui.nix b/modules/system/gui.nix index 107f4308..bc22068d 100644 --- a/modules/system/gui.nix +++ b/modules/system/gui.nix @@ -75,6 +75,7 @@ inputs: "Mod+W".action.move-workspace-to-monitor-next = {}; "Mod+Ctrl+C".action.spawn = [ "sh" "-c" "${xsel} -ob | ${wl-copy}" ]; "Mod+Ctrl+V".action.spawn = [ "sh" "-c" "${wl-paste} -n | ${xsel} -ib" ]; + "Mod+S".action.screenshot = {}; }; outputs = {