SDDM Monitor Fix Try 1
This commit is contained in:
parent
abc725a22d
commit
a3d810723c
@ -38,7 +38,6 @@
|
||||
|
||||
# GnuCobal.url="/home/wayne/Flakes/derivations/GnuCobal/";
|
||||
|
||||
|
||||
# kmonad = {
|
||||
# url = "git+https://github.com/kmonad/kmonad?submodules=1&dir=nix";
|
||||
# inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
@ -169,7 +169,7 @@ in
|
||||
wdisplays
|
||||
waybar hyprpaper hyprlock hypridle wlogout rofi-wayland wev clipman cliphist wl-clip-persist wl-clipboard
|
||||
polycat qt5.qtwayland qt6.qtwayland qt5ct qt6ct hyprshot hyprpicker dconf wayland-utils wayland-protocols qalculate-qt
|
||||
blueman networkmanagerapplet swayosd
|
||||
blueman networkmanagerapplet swayosd wlr-randr
|
||||
base16-schemes base16-shell-preview
|
||||
|
||||
# hyprcursor nordzy-icon-theme
|
||||
|
||||
@ -11,6 +11,12 @@
|
||||
videoDrivers = [ "nvidia" ];
|
||||
};
|
||||
|
||||
services.xserver.displayManager.setupCommands = ''
|
||||
wlr-randr --output DP-4 --auto --primary
|
||||
wlr-randr --output DP-3 --left-of DP-4
|
||||
wlr-randr --output DP-1 --right-of DP-4 --rotate left --noprimary
|
||||
'';
|
||||
|
||||
services.displayManager.sddm = {
|
||||
enable = true;
|
||||
autoNumlock = true;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user