diff options
| author | Ahmed Abdelhalim <[email protected]> | 2023-03-22 23:54:59 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2023-03-22 23:54:59 +0100 |
| commit | 1ad3d3c71f89caffc751b69850e88096f052898b (patch) | |
| tree | 5b850492e88808a0f99f19d7efe218a35d0cc947 /.amethyst.yml | |
| parent | a8645b0868d47064d3b3a1b7569d3a2b84770423 (diff) | |
Add amethyst configurations as a code
Diffstat (limited to '.amethyst.yml')
| -rw-r--r-- | .amethyst.yml | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/.amethyst.yml b/.amethyst.yml new file mode 100644 index 0000000..f0d384c --- /dev/null +++ b/.amethyst.yml @@ -0,0 +1,60 @@ +# https://github.com/ianyh/Amethyst/blob/development/docs/configuration-files.md +# Don't use canary builds +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 + +# Configure mod keys +mod1: + - option + - shift +mod2: + - option + - shift + - control + +# Floating applications are automatically tiled and the rest is floating +float-small-windows: true +floating-is-blacklist: false +floating: + - com.apple.Safari + - com.apple.iCal + - com.apple.mail + - com.apple.Preview + - com.apple.Terminal + - com.apple.reminders + - org.mozilla.firefox + - org.chromium.Chromium + - md.obsidian + - com.culturedcode.ThingsMac + +# Maintain layout across executions +restore-layouts-on-launch: true + +# Disable mouse actions (Except for swapping apps) +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 + key: x + |
