Compare commits

..

No commits in common. "0679b19e456003e2a5c75af6b111900e892b6799" and "1c11df54085fdeaf869efa3e613911e7c7a0754b" have entirely different histories.

3 changed files with 2 additions and 3 deletions

View file

@ -669,7 +669,6 @@ in {
height = 15;
width = if laptop then 1450 else 2200;
# Choose the order of the modules "custom/wintitle",
# modules-left = [ "hyprland/workspaces" "hyprland/window" ];
modules-left = [ "niri/workspaces" "niri/window" ];
modules-center = [ "clock" ];
modules-right =

View file

@ -305,7 +305,7 @@ in
};
keyboard = {
repeat-delay = 180;
repeat-rate = 250;
repeat-rate = 240;
};
warp-mouse-to-focus = {
enable = true;

View file

@ -36,7 +36,7 @@
};
fileSystems."/run/media/chris/Storage" =
{ device = "/dev/disk/by-uuid/4c7d4273-7b72-4aa8-8e1c-e281543d06cb";
{ device = "/dev/disk/by-label/Storage";
fsType = "btrfs";
options = [ "noatime" "space_cache=v2" "compress=zstd:1" ];
};