From a05bf2a1fc1f26bd7fd5ac777d84383e3fa69f1c Mon Sep 17 00:00:00 2001 From: Pablu23 Date: Fri, 19 Jul 2024 01:51:01 +0200 Subject: [PATCH] Add steam games, and make resize holdable --- .config/hypr/config/binds.conf | 8 ++++---- .config/hypr/config/rules.conf | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.config/hypr/config/binds.conf b/.config/hypr/config/binds.conf index 951c2b6..130a83b 100644 --- a/.config/hypr/config/binds.conf +++ b/.config/hypr/config/binds.conf @@ -98,7 +98,7 @@ bind = $mainMod SHIFT, right, movewindow, r bind = $mainMod SHIFT, up, movewindow, u bind = $mainMod SHIFT, down, movewindow, d -bind = $mainMod CONTROL, H, resizeactive, -10 0 -bind = $mainMod CONTROL, L, resizeactive, 10 0 -bind = $mainMod CONTROL, K, resizeactive, 0 -10 -bind = $mainMod CONTROL, J, resizeactive, 0 10 +binde = $mainMod CONTROL, H, resizeactive, -10 0 +binde = $mainMod CONTROL, L, resizeactive, 10 0 +binde = $mainMod CONTROL, K, resizeactive, 0 -10 +binde = $mainMod CONTROL, J, resizeactive, 0 10 diff --git a/.config/hypr/config/rules.conf b/.config/hypr/config/rules.conf index c008213..204fc5a 100644 --- a/.config/hypr/config/rules.conf +++ b/.config/hypr/config/rules.conf @@ -20,6 +20,7 @@ windowrulev2 = monitor DP-2, initialclass:(steam) # Game rules windowrulev2 = monitor DP-3, class:^steam_app_.*$ +windowrulev2 = fullscreen, class:^steam_app_.*$ windowrulev2 = monitor DP-3, class:^ffxiv*$ windowrulev2 = fullscreen, class:^ffxiv*$