📦️ deps(hypr): enable hyprsplit

explicit integration with hyprspace
This commit is contained in:
Sergio Laín 2024-05-05 20:10:41 +02:00
parent fcda6c4593
commit e19c9c5c35
No known key found for this signature in database
GPG key ID: FB00AF7015FFE76B
2 changed files with 4 additions and 8 deletions

View file

@ -16,10 +16,6 @@ exec-once = $HOME/.config/hypr/scripts/autostart/apps
# Plugins
exec-once = hyprpm reload -n
# Hyprsplit
# exec-once = hyprpm enable hyprsplit
# source = ~/.config/hypr/plugins/hyprsplit.conf
# Hyprtrails
# exec-once = hyprpm enable hyprtrails
# source = ~/.config/hypr/plugins/hyprtrails.conf
@ -28,6 +24,9 @@ exec-once = hyprpm reload -n
# exec-once = hyprpm enable hyprexpo
# source = ~/.config/hypr/plugins/hyprexpo.conf
# Hyprsplit
exec-once = hyprpm enable hyprsplit
source = ~/.config/hypr/plugins/hyprsplit.conf
# Hyprspace
exec-once = hyprpm enable hyprspace

View file

@ -1,7 +1,7 @@
# Conf
plugin {
hyprsplit {
num_workspaces = 10
num_workspaces = 9
}
}
@ -15,7 +15,6 @@ bind = SUPER, 6, split:workspace, 6
bind = SUPER, 7, split:workspace, 7
bind = SUPER, 8, split:workspace, 8
bind = SUPER, 9, split:workspace, 9
bind = SUPER, 0, split:workspace, 10
# Moving windows to other workspaces
bind = SUPERSHIFT, 1, split:movetoworkspace, 1
@ -27,7 +26,6 @@ bind = SUPERSHIFT, 6, split:movetoworkspace, 6
bind = SUPERSHIFT, 7, split:movetoworkspace, 7
bind = SUPERSHIFT, 8, split:movetoworkspace, 8
bind = SUPERSHIFT, 9, split:movetoworkspace, 9
bind = SUPERSHIFT, 0, split:movetoworkspace, 10
# Moving windows to other workspaces (silent)
bind = SUPERALT, 1, split:movetoworkspacesilent, 1
@ -39,4 +37,3 @@ bind = SUPERALT, 6, split:movetoworkspacesilent, 6
bind = SUPERALT, 7, split:movetoworkspacesilent, 7
bind = SUPERALT, 8, split:movetoworkspacesilent, 8
bind = SUPERALT, 9, split:movetoworkspacesilent, 9
bind = SUPERALT, 0, split:movetoworkspacesilent, 10