22 lines
649 B
Plaintext
22 lines
649 B
Plaintext
source = ~/.config/hypr/autostart.conf
|
|
source = ~/.config/hypr/monitors.conf
|
|
source = ~/.config/hypr/programs.conf
|
|
source = ~/.config/hypr/bindings.conf
|
|
source = ~/.config/hypr/input.conf
|
|
source = ~/.config/hypr/looknfeel.conf
|
|
source = ~/.config/hypr/environment.conf
|
|
|
|
##############################
|
|
### WINDOWS AND WORKSPACES ###
|
|
##############################
|
|
|
|
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
|
# See https://wiki.hyprland.org/Configuring/Workspace-Rules/ for workspace rules
|
|
|
|
# Example windowrule v1
|
|
# windowrule = float, ^(kitty)$
|
|
|
|
# Example windowrule v2
|
|
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
|
|
|