hyprland window rolling

This commit is contained in:
Tristan 2024-02-12 13:04:57 +00:00
parent c274be5ab9
commit bfe67b1c8e
2 changed files with 3 additions and 24 deletions

View file

@ -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"