add fish shell alias
This commit is contained in:
parent
36b9f4e2b0
commit
3b8a896dde
2 changed files with 17 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue