diff --git a/home-manager/linux/programs/hyprland.nix b/home-manager/linux/programs/hyprland.nix index c46b087..4984704 100644 --- a/home-manager/linux/programs/hyprland.nix +++ b/home-manager/linux/programs/hyprland.nix @@ -199,6 +199,12 @@ in with lib; { # Notif bind bind = $mainMod, T, exec, swaync-client -t -sw + ## Floating window rules + # Gamescope + windowrulev2 = float,class:^(.gamescope-wrapped)$ + windowrulev2 = noborder,class:^(.gamescope-wrapped)$ + windowrulev2 = rounding 0,class:^(.gamescope-wrapped)$ + # Clipboard history management exec-once=wl-paste --watch cliphist store bind = $mainMod, X, exec, cliphist list | ${fuzzel-command} --dmenu | cliphist decode | wl-copy