Tweak hyprland
This commit is contained in:
parent
c78eaddef2
commit
728acefdfe
|
@ -115,6 +115,10 @@ in with lib; {
|
||||||
workspace_swipe = false
|
workspace_swipe = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
xwayland {
|
||||||
|
force_zero_scaling = true
|
||||||
|
}
|
||||||
|
|
||||||
bind = SUPER, Q, exec, alacritty
|
bind = SUPER, Q, exec, alacritty
|
||||||
bind = SUPER, C, killactive,
|
bind = SUPER, C, killactive,
|
||||||
# bind = SUPER, M, exit,
|
# bind = SUPER, M, exit,
|
||||||
|
|
|
@ -23,6 +23,7 @@
|
||||||
# disable 10 bit output for now as this breaks screenshots
|
# disable 10 bit output for now as this breaks screenshots
|
||||||
misc {
|
misc {
|
||||||
vrr = 1
|
vrr = 1
|
||||||
|
no_direct_scanout = false
|
||||||
}
|
}
|
||||||
monitor=DP-3,preferred,auto,1.4
|
monitor=DP-3,preferred,auto,1.4
|
||||||
input {
|
input {
|
||||||
|
|
Loading…
Reference in New Issue