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.
|
// Fuzzel defaults to 10 px rounded corners.
|
||||||
// geometry-corner-radius 10
|
// 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 {
|
/-window-rule {
|
||||||
geometry-corner-radius 12
|
geometry-corner-radius 12
|
||||||
clip-to-geometry true
|
clip-to-geometry true
|
||||||
|
@ -486,6 +486,12 @@ binds {
|
||||||
// To avoid scrolling through workspaces really fast, you can use
|
// To avoid scrolling through workspaces really fast, you can use
|
||||||
// the cooldown-ms property. The bind will be rate-limited to this value.
|
// 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.
|
// 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 {
|
Mod+WheelScrollDown cooldown-ms=150 {
|
||||||
focus-workspace-down
|
focus-workspace-down
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,8 +10,8 @@ hash = "43019cca17a4d7b41746c2e0a6b8f33f"
|
||||||
|
|
||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
use = "Reledia/glow"
|
use = "Reledia/glow"
|
||||||
rev = "5ce76dc"
|
rev = "c76bf4f"
|
||||||
hash = "52e5f5c602962e7cbf874da28f52ba45"
|
hash = "a6b78bf9af5390e3a85a6951fbb7b93"
|
||||||
|
|
||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
use = "Reledia/miller"
|
use = "Reledia/miller"
|
||||||
|
@ -20,12 +20,12 @@ hash = "2d6d77583162aaf0a599e7a3091b5878"
|
||||||
|
|
||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
use = "Reledia/hexyl"
|
use = "Reledia/hexyl"
|
||||||
rev = "39d3d4e"
|
rev = "228a9ef"
|
||||||
hash = "dd624cbaff94af65f39fd86bc57b340"
|
hash = "cdc65cfe4e60e1bf5afe5769d074fa9c"
|
||||||
|
|
||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
use = "Sonico98/exifaudio"
|
use = "Sonico98/exifaudio"
|
||||||
rev = "d794614"
|
rev = "4379fcf"
|
||||||
hash = "a8e15d3c21c02a5af41d46ed04778a02"
|
hash = "a8e15d3c21c02a5af41d46ed04778a02"
|
||||||
|
|
||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
|
@ -50,5 +50,5 @@ hash = "ada10d1213f2117878e0fd90df708619"
|
||||||
|
|
||||||
[[flavor.deps]]
|
[[flavor.deps]]
|
||||||
use = "ashen-org/ashen:ashen"
|
use = "ashen-org/ashen:ashen"
|
||||||
rev = "42ed408"
|
rev = "ee0708d"
|
||||||
hash = "a6f097910912721681300869a94d1fd8"
|
hash = "a6f097910912721681300869a94d1fd8"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue