From ec11e7929be66a6051c1986257c2130cde1e7fd0 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Wed, 4 Sep 2024 11:05:55 +0200 Subject: [PATCH] hyprland/settings.nix: remove unneeded comment --- modules/wms/wayland/hyprland/settings.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/modules/wms/wayland/hyprland/settings.nix b/modules/wms/wayland/hyprland/settings.nix index 061b79a..7f31c42 100644 --- a/modules/wms/wayland/hyprland/settings.nix +++ b/modules/wms/wayland/hyprland/settings.nix @@ -14,15 +14,6 @@ in { "$mainMod" = "SUPER"; # Monitor config - # monitor = [ - # "eDP-1,1920x1080,0x0,1" - # # "DP-2,1920x1080,0x0,1" - # # "HDMI-A-2,1920x1080,1920x0,1" - # # "HDMI-A-1,1920x1080,3840x0,1" - # # Had the shadow monitor bug, so had to disable all unknown monitors. - # "Unknown-1,disable" - # ]; - # Thanks Poz for inspiration, using an attrSet is actually much smarter # than using a normal list. monitor =