How do I get special workspace to slide in from top? #1757
Unanswered
matthewsia98
asked this question in
Q&A
Replies: 3 comments 7 replies
|
The configuration lists that you have to configure it with the keyboard In your case it would be |
6 replies
|
Hey, |
0 replies
|
it works if you use slidefadevert instead of slidevert: |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
I have this line in my config
animation = specialWorkspace, 1, $animation_fast_speed, myBezier, slidevertwhich makes the special workspace slide in from the bottom.How do I get it to slide in from the top?
For regular workspaces, I have this line
animation = workspaces, 1, $animation_slow_speed, myBezier, slidevertand I can see that sliding can be from the top going down or bottom going up depending on whether I am switching to the next or previous workspace. So it seems like the mechanism exists, I just don't see how to achieve this from reading the wiki.All reactions