diff --git a/home/user/.config/i3/config b/home/user/.config/i3/config index 28267b0..589b175 100644 --- a/home/user/.config/i3/config +++ b/home/user/.config/i3/config @@ -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$"] \ No newline at end of file diff --git a/install b/install index 7bbc248..085d77a 100755 --- a/install +++ b/install @@ -209,4 +209,3 @@ case "$executed_command" in *) shift; cmd_install "$executed_command" "$@" ;; esac exit 0 -