Compare commits

..

2 Commits

Author SHA1 Message Date
tux
42b938cdb0 feat(hyprland): add workspace swipe using gesture's 2025-12-29 11:56:49 +05:30
tux
8e31454fa0 chore: update tpanel flake input 2025-12-29 11:56:16 +05:30
2 changed files with 7 additions and 3 deletions

6
flake.lock generated
View File

@@ -1714,11 +1714,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1766614554, "lastModified": 1766989073,
"narHash": "sha256-RjOWcnItZGJWhpwNDw1Xv0/nk/vnCCjmMMfej8qdQKU=", "narHash": "sha256-M+j+od64DTdkj2xAm8QcaBY+06Fl/3i0JfXyiLWLQe0=",
"owner": "tuxdotrs", "owner": "tuxdotrs",
"repo": "tpanel", "repo": "tpanel",
"rev": "b0d22ef4bcfae0e904e576b0b2e3d6c9e2aa4b78", "rev": "f46e52d427fc1eaaaf391ad59d2e8f6e4580b904",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -190,6 +190,10 @@
}; };
}; };
gesture = [
"3, horizontal, workspace"
];
bindm = [ bindm = [
"SUPER,mouse:273,resizewindow" "SUPER,mouse:273,resizewindow"
"SUPER,mouse:272,movewindow" "SUPER,mouse:272,movewindow"