From 935ab4cfc7096d31cb811d4ae19d994ad35d2ede Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Sun, 12 Oct 2025 14:04:26 -0400 Subject: [PATCH] Set custom keybinds for sticky windows and screenshots --- cosmic.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cosmic.go b/cosmic.go index 8a336b1..da94ea2 100644 --- a/cosmic.go +++ b/cosmic.go @@ -9,6 +9,7 @@ func cosmic() { filenamesToValues := map[string]string{ "AppList" + version + "enable_drag_source": "true", "AppList" + version + "favorites": "[\n com.system76.CosmicFiles\n]", + "Settings.Shortcuts" + version + "custom": "{\n (\n modifiers: [\n Super,\n Shift,\n ],\n key: \"s\",\n ): System(Screenshot),\n (\n modifiers: [\n Ctrl,\n ],\n key: \"equal\",\n ): ToggleSticky,\n}", "Comp" + version + "autotile_behavior": "PerWorkspace", "Comp" + version + "cursor_follows_focus": "false", "Comp" + version + "focus_follows_cursor": "true",