blob: 46af891d186ee8906d75a0038eca349359692fd5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
# 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
- com.microsoft.Outlook
- com.microsoft.teams
- chat.rocket
# 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
|