add: Emergence for hyprland, files are split into different config files, gruvbox based
This commit is contained in:
29
configs/hyprland_l/Emergence/Gruvbox/hyprvariables.conf
Normal file
29
configs/hyprland_l/Emergence/Gruvbox/hyprvariables.conf
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user