diff --git a/entropy/kanshi/config b/entropy/kanshi/config index 2cb72de..ef1f093 100644 --- a/entropy/kanshi/config +++ b/entropy/kanshi/config @@ -1,7 +1,12 @@ profile office { output eDP-1 mode 3840x2160 position 0,420 scale 2 - output "Dell Inc. DELL U2419HC 6Z7JSS2" mode 1920x1080 position 1920,420 - output "Dell Inc. DELL U2419HC 879JSS2" mode 1920x1080 position 3840,0 transform 90 + # output eDP-1 disable + # output "Dell Inc. DELL U2415 08DXD6121ARL" mode 1920x1200 position 0,0 transform 90 + # output "Dell Inc. DELL S3221QS 4HMVTB3" mode 3840x2160@30Hz position 1200,400 scale 1.25 + output "Dell Inc. DELL S3221QS 4HMVTB3" mode 3840x2160@30Hz position 1920,0 scale 1.25 + # output "Dell Inc. DELL S3221QS 4HMVTB3" mode 2560x1440 position 1920,0 + # output "Dell Inc. DELL U2419HC 6Z7JSS2" mode 1920x1080 position 1920,420 + # output "Dell Inc. DELL U2419HC 879JSS2" mode 1920x1080 position 3840,0 transform 90 } profile home-docked { diff --git a/entropy/nixos/modules/sway.nix b/entropy/nixos/modules/sway.nix index 2efd370..1f2a9cb 100644 --- a/entropy/nixos/modules/sway.nix +++ b/entropy/nixos/modules/sway.nix @@ -82,7 +82,7 @@ in export MOZ_DBUS_REMOTE=1 # override VA-API driver - export LIBVA_DRIVER_NAME=iHD + # export LIBVA_DRIVER_NAME=iHD ''; };