From 545d7fbc39204c9186856ca5ac5d7c1bc2b04bdc Mon Sep 17 00:00:00 2001 From: fiftydinar <65243233+fiftydinar@users.noreply.github.com> Date: Mon, 25 Dec 2023 10:37:12 +0100 Subject: [PATCH] feat: Enable num-lock by default It's a no-brainer to have this disabled out-of-the-box imo --- usr/etc/dconf/db/local.d/01-ublue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/usr/etc/dconf/db/local.d/01-ublue b/usr/etc/dconf/db/local.d/01-ublue index 8cb3ac90d98..0c7ad2c310d 100644 --- a/usr/etc/dconf/db/local.d/01-ublue +++ b/usr/etc/dconf/db/local.d/01-ublue @@ -52,6 +52,9 @@ switch-windows-backward = ['Tab'] [org/gnome/desktop/peripherals/touchpad] tap-to-click=true +[org/gnome/desktop/peripherals/keyboard] +numlock-state=true + [org/gnome/shell/extensions/dash-to-dock] dock-fixed=true force-straight-corner=false