Files
Hyprland-config/basic/plugins.conf
2026-03-10 18:57:53 -05:00

134 lines
4.8 KiB
Plaintext

#####################
### PLUGINS ###
#####################
# .config/hypr/plugins.conf
plugin {
hyprexpo {
columns = 2
gap_size = 5
bg_col = rgb(111111)
workspace_method = first 1 # [center/first] [workspace] e.g. first 1 or center m+1
# gesture_distance = 300 # how far is the "max" for the gesture
skip_empty = true
}
hy3 {
# disable gaps when only one window is onscreen
# 0 - always show gaps
# 1 - hide gaps with a single window onscreen
# 2 - 1 but also show the window border
no_gaps_when_only = 1 # default: 0
# policy controlling what happens when a node is removed from a group,
# leaving only a group
# 0 = remove the nested group
# 1 = keep the nested group
# 2 = keep the nested group only if its parent is a tab group
node_collapse_policy = 2 # default: 2
# offset from group split direction when only one window is in a group
# group_inset = > # default: 10
# if a tab group will automatically be created for the first window spawned in a workspace
tab_first_window = false
# tab group settings
tabs {
# height of the tab bar
height = 22 # default: 22
# padding between the tab bar and its focused node
# padding = <int> # default: 6
# the tab bar should animate in/out from the top instead of below the window
# from_top = <bool> # default: false
# radius of tab bar corners
# radius = <int> # default: 6
# tab bar border width
# border_width = <int> # default: 2
# render the window title on the bar
# render_text = <bool> # default: true
# center the window title
# text_center = <bool> # default: true
# font to render the window title with
# text_font = <string> # default: Sans
# height of the window title
# text_height = <int> # default: 8
# left padding of the window title
# text_padding = <int> # default: 3
# active tab bar segment colors
# col.active = <color> # default: rgba(33ccff40)
# col.active.border = <color> # default: rgba(33ccffee)
# col.active.text = <color> # default: rgba(ffffffff)
# active tab bar segment colors for bars on an unfocused monitor
# col.active_alt_monitor = <color> # default: rgba(60606040)
# col.active_alt_monitor.border = <color> # default: rgba(808080ee)
# col.active_alt_monitor.text = <color> # default: rgba(ffffffff)
# # focused tab bar segment colors (focused node in unfocused container)
# col.focused = <color> # default: rgba(60606040)
# col.focused.border = <color> # default: rgba(808080ee)
# col.focused.text = <color> # default: rgba(ffffffff)
# # inactive tab bar segment colors
# col.inactive = <color> # default: rgba(30303020)
# col.inactive.border = <color> # default: rgba(606060aa)
# col.inactive.text = <color> # default: rgba(ffffffff)
# # urgent tab bar segment colors
# col.urgent = <color> # default: rgba(ff223340)
# col.urgent.border = <color> # default: rgba(ff2233ee)
# col.urgent.text = <color> # default: rgba(ffffffff)
# # urgent tab bar segment colors
# col.locked = <color> # default: rgba(90903340)
# col.locked.border = <color> # default: rgba(909033ee)
# col.locked.text = <color> # default: rgba(ffffffff)
# # if tab backgrounds should be blurred
# # Blur is only visible when the above colors are not opaque.
# blur = <bool> # default: true
# opacity multiplier for tabs
# Applies to blur as well as the given colors.
# opacity = <float> # default: 1.0
}
# autotiling settings
autotile {
# enable autotile
# enable = <bool> # default: false
# make autotile-created groups ephemeral
# ephemeral_groups = <bool> # default: true
# if a window would be squished smaller than this width, a vertical split will be created
# -1 = never automatically split vertically
# 0 = always automatically split vertically
# <number> = pixel width to split at
# trigger_width = <int> # default: 0
# if a window would be squished smaller than this height, a horizontal split will be created
# -1 = never automatically split horizontally
# 0 = always automatically split horizontally
# <number> = pixel height to split at
# trigger_height = <int> # default: 0
# a space or comma separated list of workspace ids where autotile should be enabled
# it's possible to create an exception rule by prefixing the definition with "not:"
# workspaces = 1,2 # autotiling will only be enabled on workspaces 1 and 2
# workspaces = not:1,2 # autotiling will be enabled on all workspaces except 1 and 2
# workspaces = <string> # default: all
}
}
}