Set up switchtes between floating/tiling to be v based.

This commit is contained in:
Marty Oehme 2019-03-04 10:51:02 +01:00
parent 126328dc5c
commit 61f26f4708
3 changed files with 2528 additions and 3 deletions

View file

@ -72,7 +72,6 @@ bindsym $mod+Shift+Right move right
bindsym $mod+odiaeresis split h
# split in vertical orientation
bindsym $mod+v split v
bindsym $mod+Shift+odiaeresis split v
# enter fullscreen mode for the focused container
@ -84,10 +83,10 @@ bindsym $mod+w layout tabbed
bindsym $mod+e layout toggle split
# toggle tiling / floating
bindsym $mod+Shift+space floating toggle
bindsym $mod+Shift+v floating toggle
# change focus between tiling / floating windows
#bindsym $mod+space focus mode_toggle
bindsym $mod+v focus mode_toggle
# focus the parent container
bindsym $mod+a focus parent

0
.config/nvim/init.vim Normal file
View file

File diff suppressed because it is too large Load diff