38 lines
860 B
Plaintext
38 lines
860 B
Plaintext
|
|
# GENERAL
|
||
|
|
general {
|
||
|
|
sensitivity = 1.00
|
||
|
|
|
||
|
|
# Set to true enable resizing windows by clicking and dragging on borders and gaps
|
||
|
|
resize_on_border = false
|
||
|
|
|
||
|
|
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
|
||
|
|
allow_tearing = false
|
||
|
|
|
||
|
|
layout = dwindle
|
||
|
|
}
|
||
|
|
|
||
|
|
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
|
||
|
|
}
|
||
|
|
|
||
|
|
master {
|
||
|
|
# new_is_master = true
|
||
|
|
}
|
||
|
|
|
||
|
|
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. :(
|
||
|
|
}
|
||
|
|
|
||
|
|
binds {
|
||
|
|
# allow_workspace_cycles = true
|
||
|
|
workspace_back_and_forth = true
|
||
|
|
}
|
||
|
|
|
||
|
|
# INPUT
|
||
|
|
gestures {
|
||
|
|
workspace_swipe = true
|
||
|
|
}
|
||
|
|
|