✨ feat(hypr): add new plugin for overview the workspaces like in gnome or macos
This commit is contained in:
parent
4219e53840
commit
fcda6c4593
2 changed files with 36 additions and 5 deletions
|
@ -25,9 +25,10 @@ exec-once = hyprpm reload -n
|
|||
# source = ~/.config/hypr/plugins/hyprtrails.conf
|
||||
|
||||
# Hyprexpo
|
||||
exec-once = hyprpm enable hyprexpo
|
||||
source = ~/.config/hypr/plugins/hyprexpo.conf
|
||||
# exec-once = hyprpm enable hyprexpo
|
||||
# source = ~/.config/hypr/plugins/hyprexpo.conf
|
||||
|
||||
# Hyprbars
|
||||
# exec-once = hyprpm enable hyprbars
|
||||
# source = ~/.config/hypr/plugins/hyprbars.conf
|
||||
|
||||
# Hyprspace
|
||||
exec-once = hyprpm enable hyprspace
|
||||
source = ~/.config/hypr/plugins/hyprspace.conf
|
||||
|
|
30
.config/hypr/plugins/hyprspace.conf
Normal file
30
.config/hypr/plugins/hyprspace.conf
Normal file
|
@ -0,0 +1,30 @@
|
|||
source = ../themes/luna/colors.conf
|
||||
|
||||
# Conf
|
||||
plugin {
|
||||
overview {
|
||||
# Colors
|
||||
panelColor = rgb($surface0Alpha)
|
||||
panelBorderColor = rgb($surface0Alpha)
|
||||
workspaceActiveBorder = rgb($lavenderAlpha)
|
||||
workspaceInactiveBorder = rgb($surface1Alpha)
|
||||
dragAlpha = 1
|
||||
|
||||
# Layout
|
||||
onBottom = true
|
||||
centerAligned = true
|
||||
hideTopLayers = true
|
||||
hideOverlayLayers = true
|
||||
hideRealLayers = true
|
||||
affectStrut = true
|
||||
workspaceBorderSize = 3
|
||||
|
||||
# Behaviors
|
||||
exitOnClick = false
|
||||
showNewWorkspace = false
|
||||
showEmptyWorkspace = true
|
||||
}
|
||||
}
|
||||
|
||||
# Keybinds
|
||||
bind = ALT, TAB, overview:toggle
|
Loading…
Add table
Reference in a new issue