hyprland window rolling
This commit is contained in:
parent
c274be5ab9
commit
bfe67b1c8e
2 changed files with 3 additions and 24 deletions
|
|
@ -51,7 +51,7 @@ in {
|
|||
animations = {
|
||||
enabled = true;
|
||||
animation = [
|
||||
"windows, 1, 1, default, popin"
|
||||
"windows, 1, 3, default, popin"
|
||||
"border, 1, 1, default"
|
||||
"fade, 1, 1, default"
|
||||
"workspaces, 1, 1, default"
|
||||
|
|
@ -71,8 +71,8 @@ in {
|
|||
"${modifier}_SHIFT, X, killactive"
|
||||
|
||||
# master layout
|
||||
"${modifier}, j, layoutmsg, cyclenext"
|
||||
"${modifier}, k, layoutmsg, cycleprev"
|
||||
"${modifier}, j, layoutmsg, rollnext"
|
||||
"${modifier}, k, layoutmsg, rollprev"
|
||||
"${modifier}, space, layoutmsg, swapwithmaster master"
|
||||
"${modifier}, W, layoutmsg, orientationtop"
|
||||
"${modifier}_SHIFT, W, layoutmsg, orientationleft"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue