Skip to content

Commit

Permalink
Config amethyst
Browse files Browse the repository at this point in the history
  • Loading branch information
nadavspi committed Mar 15, 2024
1 parent a2db337 commit cbe2b68
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ function layout() {
name: "Custom column",
initialState: {
mainCount: 1,
mainRatio: 0.5,
mainRatio: 0.6,
},
commands: {
command1: {
Expand Down
23 changes: 16 additions & 7 deletions home/dot_config/amethyst/amethyst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,21 @@

# layouts - Ordered list of layouts to use by layout key (default tall, wide, fullscreen, and column).
layouts:
- custom-column
- custom-two-pane
- tall-right
- center
- middle-wide
- column
- fullscreen
# - floating
# - middle-wide
# - column
# - fullscreen
# - tall
# - wide
- two-pane
# - two-pane
# - middle-wide
# - 3column-right
# - 4column-left
# - 4column-right
# - row
- floating
# - widescreen-tall
# - widescreen-tall-right
# - bsp
Expand Down Expand Up @@ -72,14 +73,22 @@ cycle-layout-backward:

# Shrink the main pane by a percentage of the screen dimension as defined by window-resize-step. Note that not all layouts respond to this command.
shrink-main:
mod: mod1
mod: mod2
key: h

# Expand the main pane by a percentage of the screen dimension as defined by window-resize-step. Note that not all layouts respond to this command.
expand-main:
mod: mod2
key: l

command1:
mod: mod1
key: l

command2:
mod: mod1
key: h

# Increase the number of windows in the main pane. Note that not all layouts respond to this command.
increase-main:
mod: mod1
Expand Down

0 comments on commit cbe2b68

Please sign in to comment.