From 90641498e723eaa9daafe22e7ab9a908ef90446e Mon Sep 17 00:00:00 2001 From: "thomas g. lopes" Date: Mon, 9 Mar 2026 10:57:52 +0000 Subject: [PATCH] small settings --- DankMaterialShell/files/settings.json | 2 +- niri/files/config.kdl | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/DankMaterialShell/files/settings.json b/DankMaterialShell/files/settings.json index 7898b78..4676cf1 100644 --- a/DankMaterialShell/files/settings.json +++ b/DankMaterialShell/files/settings.json @@ -247,7 +247,7 @@ "launcherLogoContrast": 0, "launcherLogoSizeOffset": 0, "fontFamily": "Inter Variable", - "monoFontFamily": "Fira Code", + "monoFontFamily": "FiraCode Nerd Font", "fontWeight": 400, "fontScale": 1, "notepadUseMonospace": true, diff --git a/niri/files/config.kdl b/niri/files/config.kdl index 360dd98..ca6fcb5 100644 --- a/niri/files/config.kdl +++ b/niri/files/config.kdl @@ -156,7 +156,6 @@ layout { } spawn-at-startup "xwayland-satellite" -spawn-at-startup "mako" prefer-no-csd @@ -243,7 +242,7 @@ binds { // SCRIPTS Super+B { spawn "sh" "-c" "dms ipc call wallpaper set $(~/scripts/random-wallpaper.sh)"; } - Super+Shift+D hotkey-overlay-title="Restart DMS" { spawn "sh" "-c" "dms restart" ; } + Super+Shift+D hotkey-overlay-title="Restart DMS" allow-when-locked=true { spawn "sh" "-c" "dms restart" ; } // Super+A hotkey-overlay-title="Capture Screen" { spawn "sh" "-c" "grim -g \"$(slurp; sleep .1)\" - | swappy -f -"; } Super+M hotkey-overlay-title="Media Output Select" { spawn "sh" "-c" "~/scripts/rofi-media.sh"; } Super+Semicolon hotkey-overlay-title="Emoji picker" { spawn "sh" "-c" "rofimoji"; }