diff options
| author | Skullheadx <admonty1@protonmail.com> | 2026-04-26 00:50:23 -0400 |
|---|---|---|
| committer | Skullheadx <admonty1@protonmail.com> | 2026-04-26 00:50:23 -0400 |
| commit | 55ddb47a4763720159c9b2e17b0dadbc1805a6da (patch) | |
| tree | 846de5bc400aa3f441ed67803d24c1abf17e020a /x11.nix | |
| parent | move sxhkdrc to dotfiles and replaceVars (diff) | |
| download | nixos-55ddb47a4763720159c9b2e17b0dadbc1805a6da.tar.gz nixos-55ddb47a4763720159c9b2e17b0dadbc1805a6da.tar.bz2 nixos-55ddb47a4763720159c9b2e17b0dadbc1805a6da.zip | |
fmt
Diffstat (limited to '')
| -rw-r--r-- | x11.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ windowManager.dwm.enable = true; desktopManager.runXdgAutostartIfNone = false; displayManager = { - setupCommands = ''''; + setupCommands = ""; sessionCommands = '' #!/bin/sh ${pkgs.xrandr}/bin/xrandr --output DP-3 --primary --mode 2560x1440 --rate 180 --pos 0x0 --output DP-2 --mode 1920x1080 --rate 160 --pos 2560x360 |
