23 lines
447 B
KDL
23 lines
447 B
KDL
// ────────────── Gestures ──────────────
|
|
|
|
gestures {
|
|
dnd-edge-view-scroll {
|
|
trigger-width 30
|
|
delay-ms 100
|
|
max-speed 6000
|
|
}
|
|
|
|
dnd-edge-workspace-switch {
|
|
trigger-height 50
|
|
delay-ms 100
|
|
max-speed 3000
|
|
}
|
|
|
|
hot-corners {
|
|
off
|
|
// top-left
|
|
// top-right
|
|
// bottom-left
|
|
// bottom-right
|
|
}
|
|
} |