diff options
| author | Ahmed Abdelhalim <[email protected]> | 2023-04-05 11:20:39 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2023-04-05 11:20:39 +0200 |
| commit | d8103e601202af0588d89b69b8eae3377667f370 (patch) | |
| tree | b9b79dc8010013ece91519a90c640510f8d23f31 /.amethyst.yml | |
| parent | bcda2bbeab13e22eff4da613eb8224af6cfac63e (diff) | |
Add HUD options
Diffstat (limited to '.amethyst.yml')
| -rw-r--r-- | .amethyst.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.amethyst.yml b/.amethyst.yml index 46af891..e726411 100644 --- a/.amethyst.yml +++ b/.amethyst.yml @@ -30,6 +30,10 @@ mod2: - shift - control +# HUD info +enables-layout-hud-on-space-change: false +enables-layout-hud: true + # Floating applications are automatically tiled and the rest is floating float-small-windows: true floating-is-blacklist: false @@ -56,6 +60,7 @@ mouse-follows-focus: false focus-follows-mouse: false mouse-swaps-windows: true mouse-resizes-windows: false + # Disable mouse focus toggling toggle-focus-follows-mouse: mod: mod |
