mirror of
https://github.com/hexolan/dotfiles.git
synced 2026-03-26 10:11:15 +00:00
Barebones default configurations (pending publication of my 'rice'). Has some basic layout tweaks from the default `hyprland` config + some integration of `swaync` into `waybar`.
39 lines
855 B
Plaintext
39 lines
855 B
Plaintext
##############################
|
|
### WINDOWS AND WORKSPACES ###
|
|
##############################
|
|
|
|
# See https://wiki.hypr.land/Configuring/Window-Rules/ for more
|
|
# See https://wiki.hypr.land/Configuring/Workspace-Rules/ for workspace rules
|
|
|
|
# Example windowrules that are useful
|
|
|
|
windowrule {
|
|
# Ignore maximize requests from all apps. You'll probably like this.
|
|
name = suppress-maximize-events
|
|
match:class = .*
|
|
|
|
suppress_event = maximize
|
|
}
|
|
|
|
windowrule {
|
|
# Fix some dragging issues with XWayland
|
|
name = fix-xwayland-drags
|
|
match:class = ^$
|
|
match:title = ^$
|
|
match:xwayland = true
|
|
match:float = true
|
|
match:fullscreen = false
|
|
match:pin = false
|
|
|
|
no_focus = true
|
|
}
|
|
|
|
# Hyprland-run windowrule
|
|
windowrule {
|
|
name = move-hyprland-run
|
|
|
|
match:class = hyprland-run
|
|
|
|
move = 20 monitor_h-120
|
|
# float = yes
|
|
} |