i3 mapping
This commit is contained in:
parent
4dde884f8c
commit
29cbfba4fb
@ -97,10 +97,10 @@ bindsym $mod+Shift+Right move right
|
||||
# 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+w layout tabbed
|
||||
bindsym $mod+e layout toggle split
|
||||
# change container layout (tabbed, toggle split)
|
||||
bindsym $mod+t layout tabbed
|
||||
bindsym $mod+v layout toggle split
|
||||
bindsym $mod+a focus parent
|
||||
|
||||
# toggle tiling / floating
|
||||
bindsym $mod+Shift+slash floating toggle
|
||||
@ -111,11 +111,6 @@ bindsym $mod+slash focus mode_toggle
|
||||
# Use Mouse+$mod to drag floating windows to their wanted position
|
||||
floating_modifier $mod
|
||||
|
||||
# split in horizontal orientation
|
||||
bindsym $mod+b split h
|
||||
# split in vertical orientation
|
||||
bindsym $mod+v split v
|
||||
|
||||
# Define names for default workspaces for which we configure key bindings later on.
|
||||
# We use variables to avoid repeating the names in multiple places.
|
||||
set $ws1 "1 Browser"
|
||||
@ -232,4 +227,4 @@ workspace hide1 output primary
|
||||
workspace hide2 output nonprimary
|
||||
bindsym $mod+q exec --no-startup-id i3-msg workspace hide1; workspace hide2
|
||||
|
||||
no_focus [title="^Peek preview$"]
|
||||
no_focus [title="^Peek preview$"]
|
||||
Loading…
x
Reference in New Issue
Block a user