Files
superior_dotfiles/private_dot_config/hypr/hyprland/general.conf
Szymon P da28cf16d8 Add .config/hypr/colors.conf
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
2025-09-23 19:09:24 +02:00

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
}