added kanshi config and nvidia sway mode
This commit is contained in:
parent
ebe6f70c56
commit
bdfed6df15
2 changed files with 10 additions and 3 deletions
|
|
@ -4,6 +4,11 @@ profile dock {
|
||||||
output "Dell Inc. DELL U2723QE 49D0FH3" mode 3840x2160 position 3072,0 scale 1.25
|
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 {
|
profile default {
|
||||||
output eDP-1 enable scale 1.25
|
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
|
output eDP-1 enable scale 1.25 position 3072,0
|
||||||
}
|
}
|
||||||
|
|
||||||
profile Desktop {
|
profile uni {
|
||||||
output 'Dell Inc. DELL U2718Q FN84K9B408AL' mode 3840x2160 position 0,0 scale 1.25
|
output 'Dell Inc. DELL U2720Q 12MMY83' mode 3840x2160 position 0,0 scale 1.25
|
||||||
|
output eDP-1 enable scale 1.25 position 3072,0
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,5 +8,6 @@ then
|
||||||
export SDL_VIDEODRIVER='wayland,x11'
|
export SDL_VIDEODRIVER='wayland,x11'
|
||||||
# avoid lagging cursor under load
|
# avoid lagging cursor under load
|
||||||
export WLR_NO_HARDWARE_CURSOR=1
|
export WLR_NO_HARDWARE_CURSOR=1
|
||||||
exec sway
|
#
|
||||||
|
exec sway --unsupported-gpu
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue