Compare commits
3 commits
1c11df5408
...
0679b19e45
Author | SHA1 | Date | |
---|---|---|---|
0679b19e45 | |||
242f06d17d | |||
e6c5b3ad57 |
3 changed files with 3 additions and 2 deletions
|
@ -669,6 +669,7 @@ 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 =
|
||||
|
|
|
@ -305,7 +305,7 @@ in
|
|||
};
|
||||
keyboard = {
|
||||
repeat-delay = 180;
|
||||
repeat-rate = 240;
|
||||
repeat-rate = 250;
|
||||
};
|
||||
warp-mouse-to-focus = {
|
||||
enable = true;
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
};
|
||||
|
||||
fileSystems."/run/media/chris/Storage" =
|
||||
{ device = "/dev/disk/by-label/Storage";
|
||||
{ device = "/dev/disk/by-uuid/4c7d4273-7b72-4aa8-8e1c-e281543d06cb";
|
||||
fsType = "btrfs";
|
||||
options = [ "noatime" "space_cache=v2" "compress=zstd:1" ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue