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" ];