add: hyprland configs for x250

This commit is contained in:
x250 Toniiz
2025-05-22 23:09:28 -07:00
parent b852b0f2f2
commit 50e7ad34f7
13 changed files with 374 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
env = XCURSOR_SIZE,24
env = HYPRCURSOR_SIZE,24
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
dwindle {
pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
preserve_split = true # You probably want this
}
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
master {
new_status = master
}
# https://wiki.hyprland.org/Configuring/Variables/#misc
misc {
force_default_wallpaper = 1 # Set to 0 or 1 to disable the anime mascot wallpapers
disable_hyprland_logo = true # If true disables the random hyprland logo / anime girl background. :(
disable_splash_rendering = true
font_family = "Maple Mono"
focus_on_activate = false
}
xwayland {
enabled = true
force_zero_scaling = true
}