AutoYADM commit: 2025-03-02 11:30:03
This commit is contained in:
parent
72d2d349fb
commit
deac5a9f8e
2 changed files with 13 additions and 7 deletions
|
@ -245,7 +245,7 @@ layer-rule {
|
|||
// Fuzzel defaults to 10 px rounded corners.
|
||||
// geometry-corner-radius 10
|
||||
}
|
||||
// Example: enable rounded corners for all windows.// (This example rule is commented out with a "/-" in front.)
|
||||
// Example: enable rounded corners for all windows.// (This example rule is commented out with a "/-" in front.)
|
||||
/-window-rule {
|
||||
geometry-corner-radius 12
|
||||
clip-to-geometry true
|
||||
|
@ -486,6 +486,12 @@ binds {
|
|||
// To avoid scrolling through workspaces really fast, you can use
|
||||
// the cooldown-ms property. The bind will be rate-limited to this value.
|
||||
// You can set a cooldown on any bind, but it's most useful for the wheel.
|
||||
Mod+MouseForward {
|
||||
focus-column-right
|
||||
}
|
||||
Mod+MouseBack {
|
||||
focus-column-left
|
||||
}
|
||||
Mod+WheelScrollDown cooldown-ms=150 {
|
||||
focus-workspace-down
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue