add fish shell alias

This commit is contained in:
DACHXY 2024-12-25 17:15:51 +08:00
parent 36b9f4e2b0
commit 3b8a896dde
2 changed files with 17 additions and 1 deletions

View file

@ -32,6 +32,10 @@ bind = $mainMod, l, movefocus, r
bind = $mainMod, k, movefocus, u
bind = $mainMod, j, movefocus, d
# Workspace Scroll
bind = $mainMod, mouse_down, workspace, e-1
bind = $mainMod, mouse_up, workspace, e+1
bind = $mainMod, 1, workspace, 1
bind = $mainMod, 2, workspace, 2
bind = $mainMod, 3, workspace, 3