mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-29 09:44:59 +01:00
Fix broken hyprland config
This commit is contained in:
parent
63dc8acc10
commit
a2285204a6
|
@ -117,18 +117,11 @@ misc {
|
|||
force_default_wallpaper = -1 # Set to 0 to disable the anime mascot wallpapers
|
||||
}
|
||||
|
||||
# Example per-device config
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more
|
||||
device:epic-mouse-v1 {
|
||||
sensitivity = -0.5
|
||||
}
|
||||
|
||||
# Example windowrule v1
|
||||
# windowrule = float, ^(kitty)$
|
||||
# Example windowrule v2
|
||||
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
|
||||
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
||||
windowrulev2 = nomaximizerequest, class:.* # You'll probably like this.
|
||||
|
||||
# Make xwaylandvideobridge work - for screensharing wayland apps to x11 apps
|
||||
windowrulev2 = opacity 0.0 override 0.0 override,class:^(xwaylandvideobridge)$
|
||||
|
|
Loading…
Reference in a new issue