improve zsh conf
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user