fix: xwayland scaling
This commit is contained in:
@@ -24,7 +24,7 @@ autogenerated = 0 # remove this line to remove the warning
|
|||||||
|
|
||||||
# See https://wiki.hypr.land/Configuring/Monitors/
|
# See https://wiki.hypr.land/Configuring/Monitors/
|
||||||
monitor=,preferred,auto,auto
|
monitor=,preferred,auto,auto
|
||||||
exec-once = swaybg -i /usr/share/backgrounds/gnome/vnc-d.png
|
#exec-once = swaybg -i /usr/share/backgrounds/gnome/vnc-d.png
|
||||||
|
|
||||||
|
|
||||||
###################
|
###################
|
||||||
@@ -36,7 +36,7 @@ exec-once = swaybg -i /usr/share/backgrounds/gnome/vnc-d.png
|
|||||||
# Set programs that you use
|
# Set programs that you use
|
||||||
$terminal = kitty
|
$terminal = kitty
|
||||||
$fileManager = nautilus
|
$fileManager = nautilus
|
||||||
$menu = wofi --show drun -GI
|
$menu = wofi --show drun -Gn -L 4
|
||||||
|
|
||||||
|
|
||||||
#################
|
#################
|
||||||
@@ -104,7 +104,7 @@ general {
|
|||||||
col.inactive_border = rgba(595959aa)
|
col.inactive_border = rgba(595959aa)
|
||||||
|
|
||||||
# Set to true enable resizing windows by clicking and dragging on borders and gaps
|
# Set to true enable resizing windows by clicking and dragging on borders and gaps
|
||||||
resize_on_border = false
|
resize_on_border = true
|
||||||
|
|
||||||
# Please see https://wiki.hypr.land/Configuring/Tearing/ before you turn this on
|
# Please see https://wiki.hypr.land/Configuring/Tearing/ before you turn this on
|
||||||
allow_tearing = false
|
allow_tearing = false
|
||||||
@@ -124,7 +124,7 @@ decoration {
|
|||||||
inactive_opacity = 1.0
|
inactive_opacity = 1.0
|
||||||
|
|
||||||
shadow {
|
shadow {
|
||||||
enabled = true
|
enabled = false
|
||||||
range = 4
|
range = 4
|
||||||
render_power = 3
|
render_power = 3
|
||||||
color = rgba(1a1a1aee)
|
color = rgba(1a1a1aee)
|
||||||
@@ -132,7 +132,7 @@ decoration {
|
|||||||
|
|
||||||
# https://wiki.hypr.land/Configuring/Variables/#blur
|
# https://wiki.hypr.land/Configuring/Variables/#blur
|
||||||
blur {
|
blur {
|
||||||
enabled = true
|
enabled = false
|
||||||
size = 3
|
size = 3
|
||||||
passes = 1
|
passes = 1
|
||||||
|
|
||||||
@@ -144,6 +144,7 @@ decoration {
|
|||||||
animations {
|
animations {
|
||||||
enabled = yes, please :)
|
enabled = yes, please :)
|
||||||
|
|
||||||
|
|
||||||
# Default curves, see https://wiki.hypr.land/Configuring/Animations/#curves
|
# Default curves, see https://wiki.hypr.land/Configuring/Animations/#curves
|
||||||
# NAME, X0, Y0, X1, Y1
|
# NAME, X0, Y0, X1, Y1
|
||||||
bezier = easeOutQuint, 0.23, 1, 0.32, 1
|
bezier = easeOutQuint, 0.23, 1, 0.32, 1
|
||||||
@@ -196,10 +197,16 @@ master {
|
|||||||
|
|
||||||
# https://wiki.hypr.land/Configuring/Variables/#misc
|
# https://wiki.hypr.land/Configuring/Variables/#misc
|
||||||
misc {
|
misc {
|
||||||
force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers
|
force_default_wallpaper = 0 # Set to 0 or 1 to disable the anime mascot wallpapers
|
||||||
disable_hyprland_logo = false # If true disables the random hyprland logo / anime girl background. :(
|
disable_hyprland_logo = true# If true disables the random hyprland logo / anime girl background. :(
|
||||||
}
|
}
|
||||||
|
|
||||||
|
xwayland {
|
||||||
|
force_zero_scaling = true
|
||||||
|
}
|
||||||
|
env = GTK_SCALE,2
|
||||||
|
env = XCURSOR_SIZE,32
|
||||||
|
|
||||||
|
|
||||||
#############
|
#############
|
||||||
### INPUT ###
|
### INPUT ###
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
/*font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif; */
|
/*font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif; */
|
||||||
/*font-family: "JetBrainsMono NF";*/
|
/*font-family: "JetBrainsMono NF";*/
|
||||||
font-family: "JetBrainsMonoNFM-Regular";
|
font-family: "JetBrainsMonoNFM-Regular";
|
||||||
font-size: 13px;
|
font-size: 14px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user