improve zsh conf

This commit is contained in:
Johannes Knopp
2026-07-01 17:18:21 +02:00
parent 5ad06b3c9e
commit 3a1899cae1
5 changed files with 15 additions and 5 deletions

View File

@ -64,6 +64,7 @@ env = WLR_NO_HARDWARE_CURSORS,1
env = CLUTTER_BACKEND,wayland
env = SDL_VIDEODRIVER,wayland,x11
env = GDK_BACKEND,wayland,x11
env = SDL_AUDIODRIVER,pipewire
# jetbrains
env = _JAVA_AWT_WM_NONREPARENTING, 1
@ -109,11 +110,13 @@ general {
resize_on_border = false
# Please see https://wiki.hypr.land/Configuring/Tearing/ before you turn this on
allow_tearing = false
allow_tearing = true
layout = dwindle
}
# windowrule = immediate, class:^(cs2)$
# --- Decorations / cosmic glass ---
decoration {
@ -216,6 +219,7 @@ misc {
force_default_wallpaper = 0 # 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. :(
middle_click_paste = false
vrr = 2
}