misc forgotten changes

This commit is contained in:
alyx 2025-07-23 14:55:47 +01:00
parent dc43445f75
commit 9cf13e0acc
No known key found for this signature in database
4 changed files with 11 additions and 11 deletions

View file

@ -20,7 +20,7 @@
programs.home-manager.enable = (!vars.isNixOS); #value is set in flake.nix
programs.foot = {
enable = true;
settings.main.font = (if vars.user == "alyx" then "monospace:size=14" else "monospace:size=10");
settings.main.font = (if vars.user == "alyx" then "monospace:size=20" else "monospace:size=10");
settings.colors.alpha = "0.9";
};
@ -97,8 +97,7 @@
{
profile.name = "alyx-desktop";
profile.outputs = [
{ criteria = "ASUSTek COMPUTER INC VG279QM NCLMQS055707"; position = "2560,0"; mode = "1920x1080@239.760"; }
{ criteria = "Dell Inc. DELL U2913WM 5YD8C5A9AZSL"; position = "0,0"; mode = "2560x1080@74.987"; }
{ criteria = "Microstep MSI G273Q CA8A463100033"; position = "2560,0"; mode = "2560x1440@164.835007"; }
{ criteria = "Valve Corporation Index HMD 0xEDE55842"; status = "disable"; }
];
}

View file

@ -116,8 +116,8 @@
"Mod+Page_Down".action.focus-workspace-down = {};
"Mod+Page_Up".action.focus-workspace-up = {};
"Mod+U".action.focus-workspace-down = {};
"Mod+I".action.focus-workspace-up = {};
"Mod+I".action.focus-workspace-down = {};
"Mod+U".action.focus-workspace-up = {};
"Mod+Ctrl+Page_Down".action.move-column-to-workspace-down = {};
"Mod+Ctrl+Page_Up".action.move-column-to-workspace-up = {};
"Mod+Ctrl+U".action.move-column-to-workspace-down = {};

View file

@ -12,14 +12,15 @@
fastfetch
librewolf
fzf
grayjay
gomuks
gimp
grayjay
gzdoom
hyfetch
iamb
inkscape
kanshi
kdePackages.ark
legcord
libgpod
libimobiledevice
libnotify
@ -50,5 +51,5 @@
wlx-overlay-s
xfce.ristretto
xfce.tumbler
];
];
}