init
This commit is contained in:
35
hypr/configs/misc.conf
Normal file
35
hypr/configs/misc.conf
Normal file
@@ -0,0 +1,35 @@
|
||||
general {
|
||||
allow_tearing = false
|
||||
}
|
||||
|
||||
misc {
|
||||
always_follow_on_dnd = true
|
||||
disable_hyprland_logo = true
|
||||
vrr = 0
|
||||
animate_manual_resizes = true
|
||||
animate_mouse_windowdragging = false
|
||||
enable_swallow = true
|
||||
font_family = JetBrainsMono Nerd Font
|
||||
enable_anr_dialog = false
|
||||
}
|
||||
|
||||
binds {
|
||||
movefocus_cycles_fullscreen = false
|
||||
}
|
||||
|
||||
xwayland {
|
||||
force_zero_scaling = true
|
||||
}
|
||||
|
||||
dwindle {
|
||||
pseudotile = yes # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
||||
preserve_split = yes # You probably want this
|
||||
pseudotile = true # Enable pseudotiling on dwindle
|
||||
force_split = 0
|
||||
preserve_split = true
|
||||
}
|
||||
|
||||
gestures {
|
||||
workspace_swipe = yes
|
||||
workspace_swipe_fingers = 4
|
||||
}
|
||||
Reference in New Issue
Block a user