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.
This commit is contained in:
kenji
2026-03-07 07:16:33 -06:00
parent f097c9e15f
commit 7cadace240
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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 = [
+2 -2
View File
@@ -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"
];