From 7874797f87ca898e64cf74ebb5732f6d45d2e669 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Fri, 16 Jun 2023 23:29:53 -0400 Subject: [PATCH] gamescope window rules --- home-manager/linux/programs/hyprland.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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