mirror of
https://github.com/EdenQwQ/nixos.git
synced 2025-12-26 10:14:58 +08:00
maomao add gesture
This commit is contained in:
parent
4851a35f73
commit
d33e169b1c
2 changed files with 12 additions and 3 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -582,11 +582,11 @@
|
|||
"treefmt-nix": "treefmt-nix"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1743518755,
|
||||
"narHash": "sha256-Kclqxi3ocB0xYVljlrbbmc1Z32lZ5OxZ3v2ikFRqVFQ=",
|
||||
"lastModified": 1743821376,
|
||||
"narHash": "sha256-IEiro5RTX3vcbJLi0W69RldDkeEkpzPkaQkPgxxHZBo=",
|
||||
"owner": "DreamMaoMao",
|
||||
"repo": "maomaowm",
|
||||
"rev": "d77fe3a2475b8f9189cb32db3e803ef4ce0ef087",
|
||||
"rev": "60a561f3dfe4acd210f6330d9f7171add6317840",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
|||
|
|
@ -292,6 +292,15 @@
|
|||
mousebind=NONE,btn_left,toggleoverview,-1
|
||||
mousebind=NONE,btn_right,killclient,0
|
||||
|
||||
gesturebind=NONE,left,3,focusdir,left
|
||||
gesturebind=NONE,right,3,focusdir,right
|
||||
gesturebind=NONE,up,3,focusdir,up
|
||||
gesturebind=NONE,down,3,focusdir,down
|
||||
gesturebind=NONE,left,4,viewtoleft_have_client
|
||||
gesturebind=NONE,right,4,viewtoright_have_client
|
||||
gesturebind=NONE,up,4,toggleoverview
|
||||
gesturebind=NONE,down,4,toggleoverview
|
||||
|
||||
# Axis Bindings
|
||||
axisbind=SUPER,UP,viewtoleft_have_client
|
||||
axisbind=SUPER,DOWN,viewtoright_have_client
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue