i3 move workspaces
This commit is contained in:
parent
493b8cc03e
commit
2ac5a535c0
2 changed files with 6 additions and 1 deletions
|
@ -84,11 +84,15 @@ bindsym $mod+v split h
|
|||
# split in vertical orientation
|
||||
bindsym $mod+n split v
|
||||
|
||||
# move focused workspace between monitors
|
||||
bindsym $mod+Ctrl+greater move workspace to output right
|
||||
bindsym $mod+Ctrl+less move workspace to output left
|
||||
|
||||
# enter fullscreen mode for the focused container
|
||||
bindsym $mod+f fullscreen toggle
|
||||
|
||||
# change container layout (stacked, tabbed, toggle split)
|
||||
bindsym $mod+s layout stacking
|
||||
#bindsym $mod+s layout stacking
|
||||
bindsym $mod+w layout tabbed
|
||||
bindsym $mod+e layout toggle split
|
||||
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
`mod + shift + <n>` verschiebe fenster zu workspace <n>
|
||||
`mod + shift + r` reload config
|
||||
`mod + r` toggle resize mode
|
||||
``mod + Strg + <` move Workspace to on the left/right
|
||||
|
||||
## Resize-Mode
|
||||
`hl/links/rechts` breite +-
|
||||
|
|
Loading…
Reference in a new issue