modules.system.gui: add screenshot keybinding

This commit is contained in:
2025-12-15 14:04:59 +08:00
parent ee8e980a61
commit 09dfc1e55c

View File

@@ -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 =
{