small settings

This commit is contained in:
2026-03-09 10:57:52 +00:00
parent 396882d364
commit 90641498e7
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -247,7 +247,7 @@
"launcherLogoContrast": 0,
"launcherLogoSizeOffset": 0,
"fontFamily": "Inter Variable",
"monoFontFamily": "Fira Code",
"monoFontFamily": "FiraCode Nerd Font",
"fontWeight": 400,
"fontScale": 1,
"notepadUseMonospace": true,
+1 -2
View File
@@ -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"; }