From 7cec25fdb9b324549ebf69ea339c5effeb76373a Mon Sep 17 00:00:00 2001 From: kenji Date: Wed, 16 Jul 2025 09:15:26 -0500 Subject: [PATCH] fix: steam bind --- flake.lock | 16 ++++++++-------- packages/hyprland/config/binds.nix | 6 ++++-- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/flake.lock b/flake.lock index 83ddac9..7b207b5 100644 --- a/flake.lock +++ b/flake.lock @@ -52,11 +52,11 @@ "caelestia-cli-src": { "flake": false, "locked": { - "lastModified": 1752673247, - "narHash": "sha256-0zEy8aVBZ66RWRx2NPzgURF3iv1pRHuTB3Zld5KkZLU=", + "lastModified": 1752675126, + "narHash": "sha256-59+MWBaONDfdxilixFacHhG0vXe8nqaEi+Dzaj6GlwI=", "ref": "refs/heads/main", - "rev": "e5f1231749bc7c795302b9dc004c891ce162fb2b", - "revCount": 260, + "rev": "e71b0fe41f6c48bfdf2e467bf8abdc1b70c64d00", + "revCount": 262, "type": "git", "url": "https://git.sakamoto.dev/kenji/caelestia-cli" }, @@ -77,11 +77,11 @@ "quickshell": "quickshell" }, "locked": { - "lastModified": 1752673285, - "narHash": "sha256-rXEB4fG2MK7vEiAww7JsGNK0oYGWbW12m9T0g1IwiVM=", + "lastModified": 1752675169, + "narHash": "sha256-TayhnJDXxdUYE+Bo5eo6PQ7bezs1mcIoDtcm6ChO9Hk=", "ref": "refs/heads/master", - "rev": "d51d8ee1d4dbd8db0367423bc7b3be5c15c8a1bc", - "revCount": 9, + "rev": "aad2fc02dd487ad560850396bc1a189fd5c52f71", + "revCount": 10, "type": "git", "url": "https://git.sakamoto.dev/kenji/caelestia-nix" }, diff --git a/packages/hyprland/config/binds.nix b/packages/hyprland/config/binds.nix index 3676665..c09cf93 100644 --- a/packages/hyprland/config/binds.nix +++ b/packages/hyprland/config/binds.nix @@ -138,8 +138,10 @@ "$mod, G, togglespecialworkspace, gaming" "$mod SHIFT, G, movetoworkspace, special:gaming" - "$mod, T, togglespecialworkspace, special:steam" - "$mod SHIFT, T, movetoworkspace, special:steam" + "$mod, T, exec, caelestia toggle steam" + + # "$mod, T, togglespecialworkspace, special:steam" + # "$mod SHIFT, T, movetoworkspace, special:steam" # Toggle special workspace "$mod, S, exec, caelestia toggle specialws"