Compare commits
No commits in common. "0679b19e456003e2a5c75af6b111900e892b6799" and "1c11df54085fdeaf869efa3e613911e7c7a0754b" have entirely different histories.
0679b19e45
...
1c11df5408
3 changed files with 2 additions and 3 deletions
|
@ -669,7 +669,6 @@ in {
|
||||||
height = 15;
|
height = 15;
|
||||||
width = if laptop then 1450 else 2200;
|
width = if laptop then 1450 else 2200;
|
||||||
# Choose the order of the modules "custom/wintitle",
|
# Choose the order of the modules "custom/wintitle",
|
||||||
# modules-left = [ "hyprland/workspaces" "hyprland/window" ];
|
|
||||||
modules-left = [ "niri/workspaces" "niri/window" ];
|
modules-left = [ "niri/workspaces" "niri/window" ];
|
||||||
modules-center = [ "clock" ];
|
modules-center = [ "clock" ];
|
||||||
modules-right =
|
modules-right =
|
||||||
|
|
|
@ -305,7 +305,7 @@ in
|
||||||
};
|
};
|
||||||
keyboard = {
|
keyboard = {
|
||||||
repeat-delay = 180;
|
repeat-delay = 180;
|
||||||
repeat-rate = 250;
|
repeat-rate = 240;
|
||||||
};
|
};
|
||||||
warp-mouse-to-focus = {
|
warp-mouse-to-focus = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/run/media/chris/Storage" =
|
fileSystems."/run/media/chris/Storage" =
|
||||||
{ device = "/dev/disk/by-uuid/4c7d4273-7b72-4aa8-8e1c-e281543d06cb";
|
{ device = "/dev/disk/by-label/Storage";
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
options = [ "noatime" "space_cache=v2" "compress=zstd:1" ];
|
options = [ "noatime" "space_cache=v2" "compress=zstd:1" ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue