finaly fixed special ws and added float toggle

This commit is contained in:
Zastian Pretorius
2022-10-05 14:24:23 +01:00
parent 004f24ff5a
commit 686360a652

View File

@@ -122,6 +122,9 @@ bind=ALTSHIFT,L,movewindow,r
bind=ALTSHIFT,K,movewindow,u bind=ALTSHIFT,K,movewindow,u
bind=ALTSHIFT,J,movewindow,d bind=ALTSHIFT,J,movewindow,d
#floating toggle
bind=ALT,T,togglefloating,
# move window with mouse # move window with mouse
bindm=ALT,mouse:272,movewindow bindm=ALT,mouse:272,movewindow
bindm=ALT,mouse:273,resizewindow bindm=ALT,mouse:273,resizewindow
@@ -136,8 +139,6 @@ bind=,k,resizeactive,0 -30
bind=,j,resizeactive,0 30 bind=,j,resizeactive,0 30
bind=ALT,48,togglespecialworkspace
bind=ALT,51,movetoworkspace,special
bind=,escape,submap,reset # use reset to go back to the global submap bind=,escape,submap,reset # use reset to go back to the global submap
submap=reset # will reset the submap, meaning end the current one and return to the global one. submap=reset # will reset the submap, meaning end the current one and return to the global one.
@@ -163,6 +164,7 @@ bind=ALT,7,workspace,7
bind=ALT,8,workspace,8 bind=ALT,8,workspace,8
bind=ALT,9,workspace,9 bind=ALT,9,workspace,9
bind=ALT,0,workspace,10 bind=ALT,0,workspace,10
bind=ALT,51,togglespecialworkspace
bind=ALTSHIFT,1,movetoworkspace,1 bind=ALTSHIFT,1,movetoworkspace,1
bind=ALTSHIFT,2,movetoworkspace,2 bind=ALTSHIFT,2,movetoworkspace,2
@@ -174,6 +176,7 @@ bind=ALTSHIFT,7,movetoworkspace,7
bind=ALTSHIFT,8,movetoworkspace,8 bind=ALTSHIFT,8,movetoworkspace,8
bind=ALTSHIFT,9,movetoworkspace,9 bind=ALTSHIFT,9,movetoworkspace,9
bind=ALTSHIFT,0,movetoworkspace,10 bind=ALTSHIFT,0,movetoworkspace,10
bind=ALT,48,movetoworkspace,special
bind=SUPER,mouse_down,workspace,e+1 bind=SUPER,mouse_down,workspace,e+1
bind=SUPER,mouse_up,workspace,e-1 bind=SUPER,mouse_up,workspace,e-1