From c0ad3a4acbe1d0af3f1396d9291a608fbe3712bb Mon Sep 17 00:00:00 2001 From: kenji Date: Wed, 20 Aug 2025 14:28:38 -0500 Subject: [PATCH] added custom conf hypr --- .config/hypr/custom/keybinds.conf | 6 ++++++ .config/hypr/custom/rules.conf | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/.config/hypr/custom/keybinds.conf b/.config/hypr/custom/keybinds.conf index 5b1e14f5c..87538b02b 100644 --- a/.config/hypr/custom/keybinds.conf +++ b/.config/hypr/custom/keybinds.conf @@ -34,3 +34,9 @@ bind = Super+Shift, 0, movetoworkspace, 0 # [hidden] bindd = Super+Ctrl, K, Toggle on-screen keyboard, global, quickshell:oskToggle # Toggle on-screen keyboard bindd = Super+Ctrl, J, Toggle bar, global, quickshell:barToggle # Toggle bar +# gaming +bind = Super, G, togglespecialworkspace, gaming +bind = Super+Shift, G, movetoworkspace, special:gaming +bind = Super, T, togglespecialworkspace, steam +bind = Super+Shift, T, movetoworkspace, special:steam + diff --git a/.config/hypr/custom/rules.conf b/.config/hypr/custom/rules.conf index 159de0915..c09f85835 100644 --- a/.config/hypr/custom/rules.conf +++ b/.config/hypr/custom/rules.conf @@ -1,3 +1,9 @@ # You can put custom rules here # Window/layer rules: https://wiki.hyprland.org/Configuring/Window-Rules/ # Workspace rules: https://wiki.hyprland.org/Configuring/Workspace-Rules/ +windowrule = workspace special:steam, class:steam +windowrule = workspace special:gaming, class:^(steam_app).* + +workspace = special:gaming, monitor:DP-2, persistent:true +workspace = special:steam, monitor:DP-2, persistent:true, on-created-empty:steam +