120hz DP
This commit is contained in:
parent
5694d66e1b
commit
5f89df58b7
2 changed files with 12 additions and 3 deletions
|
|
@ -49,7 +49,12 @@
|
||||||
|
|
||||||
secrets.nixosModules.default
|
secrets.nixosModules.default
|
||||||
ros_neovim.nixosModules.default
|
ros_neovim.nixosModules.default
|
||||||
({ ... }: { ringofstorms-nvim.includeAllRuntimeDependencies = true; })
|
(
|
||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
ringofstorms-nvim.includeAllRuntimeDependencies = true;
|
||||||
|
}
|
||||||
|
)
|
||||||
flatpaks.nixosModules.default
|
flatpaks.nixosModules.default
|
||||||
|
|
||||||
common.nixosModules.essentials
|
common.nixosModules.essentials
|
||||||
|
|
@ -151,6 +156,10 @@
|
||||||
"org.blender.Blender"
|
"org.blender.Blender"
|
||||||
"com.rustdesk.RustDesk"
|
"com.rustdesk.RustDesk"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
networking.firewall.allowedTCPPorts = [
|
||||||
|
8080
|
||||||
|
];
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -14,8 +14,8 @@ let
|
||||||
'';
|
'';
|
||||||
bg1 = ../_shared_assets/wallpapers/pixel_neon.png;
|
bg1 = ../_shared_assets/wallpapers/pixel_neon.png;
|
||||||
bg2 = ../_shared_assets/wallpapers/pixel_neon_v.png;
|
bg2 = ../_shared_assets/wallpapers/pixel_neon_v.png;
|
||||||
# xrSetup = "xrandr --output DP-1 --mode 3840x2160 --rate 97.98 --pos 0x0 --primary; sleep 0.2; xrandr --output DP-2 --mode 3440x1440 --rate 99.98 --rotate left --left-of DP-1";
|
xrSetup = "xrandr --output DP-1 --mode 3840x2160 --rate 120.00 --pos 0x0 --primary; sleep 0.2; xrandr --output DP-2 --mode 3440x1440 --rate 99.98 --rotate left --left-of DP-1";
|
||||||
xrSetup = "xrandr --output DP-1 --mode 3840x2160 --rate 60 --pos 0x0 --primary; sleep 0.2; xrandr --output DP-2 --mode 3440x1440 --rate 99.98 --rotate left --left-of DP-1";
|
# xrSetup = "xrandr --output DP-1 --mode 3840x2160 --rate 60 --pos 0x0 --primary; sleep 0.2; xrandr --output DP-2 --mode 3440x1440 --rate 99.98 --rotate left --left-of DP-1";
|
||||||
xwallpaperCmd = "xwallpaper --output DP-1 --zoom ${bg1} --output DP-2 --zoom ${bg2}";
|
xwallpaperCmd = "xwallpaper --output DP-1 --zoom ${bg1} --output DP-2 --zoom ${bg2}";
|
||||||
startupCmd = "sh -c 'sleep 0.2; i3-msg workspace number 7; sleep 0.2; i3-msg workspace number 1'";
|
startupCmd = "sh -c 'sleep 0.2; i3-msg workspace number 7; sleep 0.2; i3-msg workspace number 1'";
|
||||||
i3ExtraOptions = {
|
i3ExtraOptions = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue