Skip to content

Commit

Permalink
Update i3-like-config-example
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitabobko committed Oct 28, 2023
1 parent 2ce6f5f commit 20af045
Showing 1 changed file with 17 additions and 20 deletions.
37 changes: 17 additions & 20 deletions config-examples/i3-like-config-example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,28 +47,25 @@ alt-8 = 'workspace 8'
alt-9 = 'workspace 9'
alt-0 = 'workspace 10'

#todo support parsing
#alt-shift-1 = 'move container to workspace 1'
#alt-shift-2 = 'move container to workspace 2'
#alt-shift-3 = 'move container to workspace 3'
#alt-shift-4 = 'move container to workspace 4'
#alt-shift-5 = 'move container to workspace 5'
#alt-shift-6 = 'move container to workspace 6'
#alt-shift-7 = 'move container to workspace 7'
#alt-shift-8 = 'move container to workspace 8'
#alt-shift-9 = 'move container to workspace 9'
#alt-shift-0 = 'move container to workspace 10'
alt-shift-1 = 'move-container-to-workspace 1'
alt-shift-2 = 'move-container-to-workspace 2'
alt-shift-3 = 'move-container-to-workspace 3'
alt-shift-4 = 'move-container-to-workspace 4'
alt-shift-5 = 'move-container-to-workspace 5'
alt-shift-6 = 'move-container-to-workspace 6'
alt-shift-7 = 'move-container-to-workspace 7'
alt-shift-8 = 'move-container-to-workspace 8'
alt-shift-9 = 'move-container-to-workspace 9'
alt-shift-0 = 'move-container-to-workspace 10'

alt-shift-c = 'reload-config'

alt-r = 'mode resize'

#todo support parsing
#[mode.resize.binding]
## todo does it work?
#h = 'resize shrink width 10'
#j = 'resize grow height 10'
#k = 'resize shrink height 10'
#l = 'resize grow width 10'
#enter = 'mode main'
#esc = 'mode esc'
[mode.resize.binding]
h = 'resize width -50'
j = 'resize height +50'
k = 'resize height -50'
l = 'resize width +50'
enter = 'mode main'
esc = 'mode esc'

0 comments on commit 20af045

Please sign in to comment.