From 4e3207dbc07cfc5c7375afb4410ea2d07121dfae Mon Sep 17 00:00:00 2001 From: Sebastian Fischer Date: Fri, 13 Feb 2026 21:03:30 +0100 Subject: [PATCH] [TASK] Add keybinding --- config/home.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/home.nix b/config/home.nix index 6833059..2789933 100644 --- a/config/home.nix +++ b/config/home.nix @@ -113,6 +113,9 @@ in show-mounts = false; show-trash = false; }; + "org/gnome/shell/keybindings" = { + show-screenshot-ui = ["5"]; + }; }; programs.git = {