mirror of
https://github.com/mrfluffy-dev/dotfiles.git
synced 2026-01-17 13:50:34 +00:00
finaly fixed special ws and added float toggle
This commit is contained in:
@@ -122,6 +122,9 @@ bind=ALTSHIFT,L,movewindow,r
|
||||
bind=ALTSHIFT,K,movewindow,u
|
||||
bind=ALTSHIFT,J,movewindow,d
|
||||
|
||||
#floating toggle
|
||||
bind=ALT,T,togglefloating,
|
||||
|
||||
# move window with mouse
|
||||
bindm=ALT,mouse:272,movewindow
|
||||
bindm=ALT,mouse:273,resizewindow
|
||||
@@ -136,8 +139,6 @@ bind=,k,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
|
||||
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,9,workspace,9
|
||||
bind=ALT,0,workspace,10
|
||||
bind=ALT,51,togglespecialworkspace
|
||||
|
||||
bind=ALTSHIFT,1,movetoworkspace,1
|
||||
bind=ALTSHIFT,2,movetoworkspace,2
|
||||
@@ -174,6 +176,7 @@ bind=ALTSHIFT,7,movetoworkspace,7
|
||||
bind=ALTSHIFT,8,movetoworkspace,8
|
||||
bind=ALTSHIFT,9,movetoworkspace,9
|
||||
bind=ALTSHIFT,0,movetoworkspace,10
|
||||
bind=ALT,48,movetoworkspace,special
|
||||
|
||||
bind=SUPER,mouse_down,workspace,e+1
|
||||
bind=SUPER,mouse_up,workspace,e-1
|
||||
|
||||
Reference in New Issue
Block a user