##################### ### 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 = # default: 6 # the tab bar should animate in/out from the top instead of below the window # from_top = # default: false # radius of tab bar corners # radius = # default: 6 # tab bar border width # border_width = # default: 2 # render the window title on the bar # render_text = # default: true # center the window title # text_center = # default: true # font to render the window title with # text_font = # default: Sans # height of the window title # text_height = # default: 8 # left padding of the window title # text_padding = # default: 3 # active tab bar segment colors # col.active = # default: rgba(33ccff40) # col.active.border = # default: rgba(33ccffee) # col.active.text = # default: rgba(ffffffff) # active tab bar segment colors for bars on an unfocused monitor # col.active_alt_monitor = # default: rgba(60606040) # col.active_alt_monitor.border = # default: rgba(808080ee) # col.active_alt_monitor.text = # default: rgba(ffffffff) # # focused tab bar segment colors (focused node in unfocused container) # col.focused = # default: rgba(60606040) # col.focused.border = # default: rgba(808080ee) # col.focused.text = # default: rgba(ffffffff) # # inactive tab bar segment colors # col.inactive = # default: rgba(30303020) # col.inactive.border = # default: rgba(606060aa) # col.inactive.text = # default: rgba(ffffffff) # # urgent tab bar segment colors # col.urgent = # default: rgba(ff223340) # col.urgent.border = # default: rgba(ff2233ee) # col.urgent.text = # default: rgba(ffffffff) # # urgent tab bar segment colors # col.locked = # default: rgba(90903340) # col.locked.border = # default: rgba(909033ee) # col.locked.text = # default: rgba(ffffffff) # # if tab backgrounds should be blurred # # Blur is only visible when the above colors are not opaque. # blur = # default: true # opacity multiplier for tabs # Applies to blur as well as the given colors. # opacity = # default: 1.0 } # autotiling settings autotile { # enable autotile # enable = # default: false # make autotile-created groups ephemeral # ephemeral_groups = # 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 # = pixel width to split at # trigger_width = # 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 # = pixel height to split at # trigger_height = # 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 = # default: all } } }