diff --git a/.config/kanshi/config b/.config/kanshi/config index 456d3ba..9ca2f4d 100644 --- a/.config/kanshi/config +++ b/.config/kanshi/config @@ -4,6 +4,11 @@ profile dock { output "Dell Inc. DELL U2723QE 49D0FH3" mode 3840x2160 position 3072,0 scale 1.25 } +profile dock_single { + output "Dell Inc. DELL U2718Q FN84K9B408AL" mode 3840x2160 position 0,0 scale 1.25 + output eDP-1 enable scale 1.25 position 3072,0 +} + profile default { output eDP-1 enable scale 1.25 } @@ -18,6 +23,7 @@ profile still_water_right { output eDP-1 enable scale 1.25 position 3072,0 } -profile Desktop { - output 'Dell Inc. DELL U2718Q FN84K9B408AL' mode 3840x2160 position 0,0 scale 1.25 +profile uni { + output 'Dell Inc. DELL U2720Q 12MMY83' mode 3840x2160 position 0,0 scale 1.25 + output eDP-1 enable scale 1.25 position 3072,0 } diff --git a/home/.zprofile b/home/.zprofile index e6e5a2b..541b978 100644 --- a/home/.zprofile +++ b/home/.zprofile @@ -8,5 +8,6 @@ then export SDL_VIDEODRIVER='wayland,x11' # avoid lagging cursor under load export WLR_NO_HARDWARE_CURSOR=1 - exec sway + # + exec sway --unsupported-gpu fi