Fix new binds
This commit is contained in:
parent
042550145a
commit
d9dd31d813
|
@ -179,8 +179,8 @@ in with lib; {
|
||||||
bind = SUPER SHIFT, 0, movetoworkspace, 10
|
bind = SUPER SHIFT, 0, movetoworkspace, 10
|
||||||
|
|
||||||
# Scroll through existing workspaces with F23 and F24
|
# Scroll through existing workspaces with F23 and F24
|
||||||
bind = , F23, workspace, e-1
|
bind = , code:201, workspace, e-1
|
||||||
bind = , F24, workspace, e+1
|
bind = , code:202, workspace, e+1
|
||||||
|
|
||||||
# Move/resize windows with mainMod + LMB/RMB and dragging
|
# Move/resize windows with mainMod + LMB/RMB and dragging
|
||||||
bindm = SUPER, mouse:272, movewindow
|
bindm = SUPER, mouse:272, movewindow
|
||||||
|
|
Loading…
Reference in New Issue