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

21
flake.lock generated
View file

@ -238,26 +238,6 @@
"type": "github" "type": "github"
} }
}, },
"hycov": {
"inputs": {
"hyprland": [
"hyprland"
]
},
"locked": {
"lastModified": 1707562554,
"narHash": "sha256-4iEBDTqGyYdGjUbPlEkhychq5kj8fLKQ2c58pH94x1g=",
"owner": "DreamMaoMao",
"repo": "hycov",
"rev": "654a92d4c8c9bc7faa58158700598122467f6b6b",
"type": "github"
},
"original": {
"owner": "DreamMaoMao",
"repo": "hycov",
"type": "github"
}
},
"hyprland": { "hyprland": {
"inputs": { "inputs": {
"hyprland-protocols": "hyprland-protocols", "hyprland-protocols": "hyprland-protocols",
@ -378,7 +358,6 @@
"root": { "root": {
"inputs": { "inputs": {
"home-manager": "home-manager", "home-manager": "home-manager",
"hycov": "hycov",
"hyprland": "hyprland", "hyprland": "hyprland",
"nixpkgs": "nixpkgs_2", "nixpkgs": "nixpkgs_2",
"stable-nixpkgs": "stable-nixpkgs", "stable-nixpkgs": "stable-nixpkgs",

View file

@ -51,7 +51,7 @@ in {
animations = { animations = {
enabled = true; enabled = true;
animation = [ animation = [
"windows, 1, 1, default, popin" "windows, 1, 3, default, popin"
"border, 1, 1, default" "border, 1, 1, default"
"fade, 1, 1, default" "fade, 1, 1, default"
"workspaces, 1, 1, default" "workspaces, 1, 1, default"
@ -71,8 +71,8 @@ in {
"${modifier}_SHIFT, X, killactive" "${modifier}_SHIFT, X, killactive"
# master layout # master layout
"${modifier}, j, layoutmsg, cyclenext" "${modifier}, j, layoutmsg, rollnext"
"${modifier}, k, layoutmsg, cycleprev" "${modifier}, k, layoutmsg, rollprev"
"${modifier}, space, layoutmsg, swapwithmaster master" "${modifier}, space, layoutmsg, swapwithmaster master"
"${modifier}, W, layoutmsg, orientationtop" "${modifier}, W, layoutmsg, orientationtop"
"${modifier}_SHIFT, W, layoutmsg, orientationleft" "${modifier}_SHIFT, W, layoutmsg, orientationleft"