diff --git a/homeConfigs/hosts/laptop.nix b/homeConfigs/hosts/laptop.nix index 403ed6b..370baad 100644 --- a/homeConfigs/hosts/laptop.nix +++ b/homeConfigs/hosts/laptop.nix @@ -28,7 +28,8 @@ ", XF86Launch4, exec, pkill activate-linux" ]; monitor= [ - "eDP-1, 1920x1080@120, 0x0, 1" +# "eDP-1, modeline 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync, 0x0, 1" + "eDP-1, 1920x1080@120, 0x0, 1" "HDMI-A-1, 1920x1080@60, auto, auto" ]; env = [ "AQ_DRM_DEVICES,/dev/dri/card1"]; diff --git a/homeConfigs/modules/wayland/hyprland.nix b/homeConfigs/modules/wayland/hyprland.nix index 85e3a6f..fbbc109 100644 --- a/homeConfigs/modules/wayland/hyprland.nix +++ b/homeConfigs/modules/wayland/hyprland.nix @@ -107,6 +107,7 @@ misc = { force_default_wallpaper = 1; disable_hyprland_logo = true; + mouse_move_focuses_monitor = false; }; dwindle = { diff --git a/osConfigs/hosts/laptop.nix b/osConfigs/hosts/laptop.nix index 07fbeac..3d30bca 100644 --- a/osConfigs/hosts/laptop.nix +++ b/osConfigs/hosts/laptop.nix @@ -1,10 +1,12 @@ -{ inputs, pkgs, ... }: +{ pkgs, ... }: { boot.kernelParams = [ "kvm.enable_virt_at_load=0" ]; boot.initrd.luks.devices.cryptroot.device = "/dev/disk/by-uuid/a4593b01-069d-4a5d-a550-74a762b89b3f"; + services.xserver.videoDrivers = [ "amdgpu" ]; + networking.hostName = "patate-douce"; networking.wireless.enable = true; networking.networkmanager.enable = false;