set mouse move focuses monitor to false in hyprland (finaly found it) and try to use 1920x1080 at 60 hz to no avail

This commit is contained in:
2025-03-16 02:21:38 +01:00
parent 686b85e94c
commit ea9d7a21cb
3 changed files with 6 additions and 2 deletions

View File

@ -28,6 +28,7 @@
", XF86Launch4, exec, pkill activate-linux" ", XF86Launch4, exec, pkill activate-linux"
]; ];
monitor= [ monitor= [
# "eDP-1, modeline 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync, 0x0, 1"
"eDP-1, 1920x1080@120, 0x0, 1" "eDP-1, 1920x1080@120, 0x0, 1"
"HDMI-A-1, 1920x1080@60, auto, auto" "HDMI-A-1, 1920x1080@60, auto, auto"
]; ];

View File

@ -107,6 +107,7 @@
misc = { misc = {
force_default_wallpaper = 1; force_default_wallpaper = 1;
disable_hyprland_logo = true; disable_hyprland_logo = true;
mouse_move_focuses_monitor = false;
}; };
dwindle = { dwindle = {

View File

@ -1,10 +1,12 @@
{ inputs, pkgs, ... }: { pkgs, ... }:
{ {
boot.kernelParams = [ "kvm.enable_virt_at_load=0" ]; boot.kernelParams = [ "kvm.enable_virt_at_load=0" ];
boot.initrd.luks.devices.cryptroot.device = "/dev/disk/by-uuid/a4593b01-069d-4a5d-a550-74a762b89b3f"; boot.initrd.luks.devices.cryptroot.device = "/dev/disk/by-uuid/a4593b01-069d-4a5d-a550-74a762b89b3f";
services.xserver.videoDrivers = [ "amdgpu" ];
networking.hostName = "patate-douce"; networking.hostName = "patate-douce";
networking.wireless.enable = true; networking.wireless.enable = true;
networking.networkmanager.enable = false; networking.networkmanager.enable = false;