File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,10 @@ alias ssy screenSizeY
15
15
alias 80cols 675
16
16
# }}}
17
17
# Position Aliases {{{
18
- alias center-normal move ${sox}+${ssx}/4;${soy} ${ssx}/2;${ssy}
19
- alias cntr-80-cols move (${sox}+${ssx}/2)-${80cols}/2;${soy} ${80cols};${ssy}
18
+ alias center-normal move ${sox}+${ssx}/4;${soy} ${ssx}/2;${ssy}
19
+ alias cntr-80-cols move (${sox}+${ssx}/2)-${80cols}/2;${soy} ${80cols};${ssy}
20
+ alias center-half move (${sox}+${ssx}/2)-${80cols}/2;${soy} ${80cols};${ssy}/2
21
+ alias cen-half-bot move (${sox}+${ssx}/2)-${80cols}/2;${soy}+${ssy}/2 ${80cols};${ssy}/2
20
22
alias top-r move ${sox}+${ssx}/2;${soy} ${ssx}/2;${ssy}/2
21
23
alias top-r-80 move (${sox}+${ssx}/2)+${80cols}/2;${soy} (${ssx}/2)-${80cols}/2;${ssy}/2
22
24
alias top-r-half move ${sox}+${ssx}/2+${ssx}/4;${soy} ${ssx}/4;${ssy}/2
@@ -59,7 +61,7 @@ bind h:alt chain ${h-left} | ${h-left-80} | ${h-left-80rev}
59
61
bind h:alt;shift chain ${top-l} | ${top-l-80} | ${bot-l}
60
62
bind l:alt chain ${h-right} | ${h-right-80} | ${h-right-80rev}
61
63
bind l:alt;shift chain ${top-r} | ${top-r-80} | ${bot-r}
62
- bind c:alt chain ${center-normal} | ${cntr-80-cols}
64
+ bind c:alt chain ${center-normal} | ${cntr-80-cols} | ${center-half} | ${cen-half-bot}
63
65
bind 8:alt ${h-top}
64
66
bind 9:alt ${h-bottom}
65
67
bind m:shift;alt ${maximize}
You can’t perform that action at this time.
0 commit comments