diff options
| author | Ahmed Abdelhalim <[email protected]> | 2024-04-18 14:21:36 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2024-04-18 14:21:36 +0200 |
| commit | 9cf827790d0739c7f99f09ef72458e1ad5b837a1 (patch) | |
| tree | d643c6fc7c453513c455c87f9df6948e9e9db7b0 /.amethyst.yml | |
| parent | 2610fa0dd1a05746e2a08ab940cbf9355bc6ed17 (diff) | |
Update amethyst config to include all the options
Diffstat (limited to '.amethyst.yml')
| -rw-r--r-- | .amethyst.yml | 184 |
1 files changed, 160 insertions, 24 deletions
diff --git a/.amethyst.yml b/.amethyst.yml index 98a6477..88ce20d 100644 --- a/.amethyst.yml +++ b/.amethyst.yml @@ -4,31 +4,31 @@ use-canary-build: false # Used Layouts layouts: - - two-pane - - fullscreen - - tall - - tall-right - # - wide - # - middle-wide - - 3column-left - - 3column-right - # - 4column-left - # - 4column-right - # - column - # - row - # - floating - # - widescreen-tall - # - widescreen-tall-right - # - bsp + - two-pane + - fullscreen + - tall + # - tall-right + # - wide + # - middle-wide + # - 3column-left + # - 3column-right + # - 4column-left + # - 4column-right + # - column + # - row + # - floating + # - widescreen-tall + # - widescreen-tall-right + # - bsp # Configure mod keys mod1: - - option - - shift + - option + - shift mod2: - - option - - shift - - control + - option + - shift + - control # HUD info enables-layout-hud-on-space-change: false @@ -66,8 +66,144 @@ focus-follows-mouse: false mouse-swaps-windows: true mouse-resizes-windows: false -# Disable mouse focus toggling +# Disable some shortcuts +# Ref: https://github.com/ianyh/Amethyst/blob/development/docs/configuration-files.md +increase-main: + mod: mod + key: x + +decrease-main: + mod: mod + key: x + +focus-main: + mod: mod + key: x + +throw-space-left: + mod: mod + key: x +throw-space-right: + mod: mod + key: x + +throw-space-1: + mod: mod + key: x +throw-space-2: + mod: mod + key: x +throw-space-3: + mod: mod + key: x +throw-space-4: + mod: mod + key: x +throw-space-5: + mod: mod + key: x +throw-space-6: + mod: mod + key: x +throw-space-7: + mod: mod + key: x +throw-space-8: + mod: mod + key: x +throw-space-9: + mod: mod + key: x +throw-space-10: + mod: mod + key: x + +focus-screen-1: + mod: mod + key: x +throw-screen-1: + mod: mod + key: x +focus-screen-2: + mod: mod + key: x +throw-screen-2: + mod: mod + key: x +focus-screen-3: + mod: mod + key: x +throw-screen-3: + mod: mod + key: x +focus-screen-4: + mod: mod + key: x +throw-screen-4: + mod: mod + key: x + +toggle-float: + mod: mod + key: x + +display-current-layout: + mod: mod + key: x + toggle-focus-follows-mouse: - mod: mod - key: x + mod: mod + key: x + +toggle-tiling: + mod: mod + key: x +select-tall-layout: + mod: mod + key: x +select-tall-right-layout: + mod: mod + key: x +select-wide-layout: + mod: mod + key: x +select-two-pane-layout: + mod: mod + key: x +select-middle-wide-layout: + mod: mod + key: x +select-3column-left-layout: + mod: mod + key: x +select-3column-right-layout: + mod: mod + key: x +select-4column-left-layout: + mod: mod + key: x +select-4column-right-layout: + mod: mod + key: x +select-fullscreen-layout: + mod: mod + key: x +select-column-layout: + mod: mod + key: x +select-row-layout: + mod: mod + key: x +select-floating-layout: + mod: mod + key: x +select-widescreen-tall-layout: + mod: mod + key: x +select-widescreen-tall-right-layout: + mod: mod + key: x +select-bsp-layout: + mod: mod + key: x |
