mirror of
https://github.com/szymon-jozef/superior_dotfiles.git
synced 2026-09-07 20:20:38 +02:00
Update .config/hypr/hyprland.conf Add .config/hypr/hyprland/binds/display.conf Update .config/hypr/hyprland/decoration.conf Update .config/hypr/hyprland/general.conf Add .config/hypr/hyprland/rules/share_picker.conf Add .config/hypr/hyprland/rules/xdg.conf Add .config/hypr/hyprsunset.conf
20 lines
485 B
Plaintext
20 lines
485 B
Plaintext
general {
|
|
gaps_in = 4
|
|
gaps_out = 6
|
|
|
|
border_size = 4
|
|
|
|
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
|
|
col.active_border = $blue $sky
|
|
col.inactive_border = $overlay1
|
|
|
|
# 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
|
|
}
|
|
|