📦️ deps(hypr): enable hyprsplit
explicit integration with hyprspace
This commit is contained in:
parent
fcda6c4593
commit
e19c9c5c35
2 changed files with 4 additions and 8 deletions
|
@ -16,10 +16,6 @@ exec-once = $HOME/.config/hypr/scripts/autostart/apps
|
||||||
# Plugins
|
# Plugins
|
||||||
exec-once = hyprpm reload -n
|
exec-once = hyprpm reload -n
|
||||||
|
|
||||||
# Hyprsplit
|
|
||||||
# exec-once = hyprpm enable hyprsplit
|
|
||||||
# source = ~/.config/hypr/plugins/hyprsplit.conf
|
|
||||||
|
|
||||||
# Hyprtrails
|
# Hyprtrails
|
||||||
# exec-once = hyprpm enable hyprtrails
|
# exec-once = hyprpm enable hyprtrails
|
||||||
# source = ~/.config/hypr/plugins/hyprtrails.conf
|
# source = ~/.config/hypr/plugins/hyprtrails.conf
|
||||||
|
@ -28,6 +24,9 @@ exec-once = hyprpm reload -n
|
||||||
# exec-once = hyprpm enable hyprexpo
|
# exec-once = hyprpm enable hyprexpo
|
||||||
# source = ~/.config/hypr/plugins/hyprexpo.conf
|
# source = ~/.config/hypr/plugins/hyprexpo.conf
|
||||||
|
|
||||||
|
# Hyprsplit
|
||||||
|
exec-once = hyprpm enable hyprsplit
|
||||||
|
source = ~/.config/hypr/plugins/hyprsplit.conf
|
||||||
|
|
||||||
# Hyprspace
|
# Hyprspace
|
||||||
exec-once = hyprpm enable hyprspace
|
exec-once = hyprpm enable hyprspace
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Conf
|
# Conf
|
||||||
plugin {
|
plugin {
|
||||||
hyprsplit {
|
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, 7, split:workspace, 7
|
||||||
bind = SUPER, 8, split:workspace, 8
|
bind = SUPER, 8, split:workspace, 8
|
||||||
bind = SUPER, 9, split:workspace, 9
|
bind = SUPER, 9, split:workspace, 9
|
||||||
bind = SUPER, 0, split:workspace, 10
|
|
||||||
|
|
||||||
# Moving windows to other workspaces
|
# Moving windows to other workspaces
|
||||||
bind = SUPERSHIFT, 1, split:movetoworkspace, 1
|
bind = SUPERSHIFT, 1, split:movetoworkspace, 1
|
||||||
|
@ -27,7 +26,6 @@ bind = SUPERSHIFT, 6, split:movetoworkspace, 6
|
||||||
bind = SUPERSHIFT, 7, split:movetoworkspace, 7
|
bind = SUPERSHIFT, 7, split:movetoworkspace, 7
|
||||||
bind = SUPERSHIFT, 8, split:movetoworkspace, 8
|
bind = SUPERSHIFT, 8, split:movetoworkspace, 8
|
||||||
bind = SUPERSHIFT, 9, split:movetoworkspace, 9
|
bind = SUPERSHIFT, 9, split:movetoworkspace, 9
|
||||||
bind = SUPERSHIFT, 0, split:movetoworkspace, 10
|
|
||||||
|
|
||||||
# Moving windows to other workspaces (silent)
|
# Moving windows to other workspaces (silent)
|
||||||
bind = SUPERALT, 1, split:movetoworkspacesilent, 1
|
bind = SUPERALT, 1, split:movetoworkspacesilent, 1
|
||||||
|
@ -39,4 +37,3 @@ bind = SUPERALT, 6, split:movetoworkspacesilent, 6
|
||||||
bind = SUPERALT, 7, split:movetoworkspacesilent, 7
|
bind = SUPERALT, 7, split:movetoworkspacesilent, 7
|
||||||
bind = SUPERALT, 8, split:movetoworkspacesilent, 8
|
bind = SUPERALT, 8, split:movetoworkspacesilent, 8
|
||||||
bind = SUPERALT, 9, split:movetoworkspacesilent, 9
|
bind = SUPERALT, 9, split:movetoworkspacesilent, 9
|
||||||
bind = SUPERALT, 0, split:movetoworkspacesilent, 10
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue