add: Emergence for hyprland, files are split into different config files, gruvbox based

This commit is contained in:
Toni
2025-08-19 15:32:48 -07:00
parent 20fbc9714d
commit cfee9a8d29
12 changed files with 391 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
env = XCURSOR_SIZE,24
env = HYPRCURSOR_SIZE,24
#env = GTK_THEME,Gruvbox-Dark-Medium
env = QT_QPA_PLATFORMTHEME,qt5ct
# 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
}