From 7cadace240ad7667c8cf6f04917775f02bd39ddf Mon Sep 17 00:00:00 2001 From: kenji Date: Sat, 7 Mar 2026 07:16:33 -0600 Subject: [PATCH] feat(binds): exchanged wiremix bind to that of steam steam is mouse-based application; preferrable to have a commonly used bind use only one hand. --- apps/waybar/default.nix | 2 +- modules/home/gaming.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/waybar/default.nix b/apps/waybar/default.nix index ff2d847..b9bf3a3 100644 --- a/apps/waybar/default.nix +++ b/apps/waybar/default.nix @@ -62,7 +62,7 @@ in { "SUPER, Escape, exec, hakase-popup-launch btop" "SUPER, N, exec, hakase-popup-launch impala" "SUPER, B, exec, hakase-popup-launch bluetui" - "SUPER, A, exec, hakase-popup-launch wiremix" + "SUPER, T, exec, hakase-popup-launch wiremix" ]; windowrulev2 = [ diff --git a/modules/home/gaming.nix b/modules/home/gaming.nix index a5b9d31..5d6c535 100644 --- a/modules/home/gaming.nix +++ b/modules/home/gaming.nix @@ -54,8 +54,8 @@ in { ]; bindd = [ - "SUPER, T, Toggle Steam, togglespecialworkspace, steam" - "SUPER SHIFT, T, Move to Steam Special Workspace, movetoworkspace, special:steam" + "SUPER, A, Toggle Steam, togglespecialworkspace, steam" + "SUPER SHIFT, A, Move to Steam Special Workspace, movetoworkspace, special:steam" "SUPER, G, Switch to Gaming Workspace, workspace, name:gaming" ];