foot, vintage fonts, scope operator

This commit is contained in:
atagen 2025-08-12 15:47:26 +10:00
parent 8d77e96d89
commit 5575604452
46 changed files with 803 additions and 702 deletions

View file

@ -3,6 +3,7 @@
lib,
config,
inputs,
scope,
...
}:
let
@ -56,8 +57,8 @@ let
}) (range 1 6)
);
in
{
hm.programs.niri.settings.binds = mergeAttrsList [
scope "hm.programs.niri.settings" {
binds = mergeAttrsList [
{
"Mod+D".action.spawn = [
"qs"
@ -68,7 +69,7 @@ in
];
"Mod+F".action.spawn = "firefox";
"Mod+E".action.spawn = "nautilus";
"Mod+Return".action.spawn = "ghostty";
"Mod+Return".action.spawn = "foot";
"Mod+Shift+E".action.spawn = "wlogout";
"Mod+Equal".action.spawn = "bitwarden";
"Mod+Shift+Q".action = actions.close-window;