i3 mapping

This commit is contained in:
thek4n 2024-01-24 10:19:14 +03:00
parent 4dde884f8c
commit 29cbfba4fb
2 changed files with 5 additions and 11 deletions

View File

@ -97,10 +97,10 @@ bindsym $mod+Shift+Right move right
# enter fullscreen mode for the focused container # enter fullscreen mode for the focused container
bindsym $mod+f fullscreen toggle bindsym $mod+f fullscreen toggle
# change container layout (stacked, tabbed, toggle split) # change container layout (tabbed, toggle split)
bindsym $mod+s layout stacking bindsym $mod+t layout tabbed
bindsym $mod+w layout tabbed bindsym $mod+v layout toggle split
bindsym $mod+e layout toggle split bindsym $mod+a focus parent
# toggle tiling / floating # toggle tiling / floating
bindsym $mod+Shift+slash floating toggle 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 # Use Mouse+$mod to drag floating windows to their wanted position
floating_modifier $mod 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. # Define names for default workspaces for which we configure key bindings later on.
# We use variables to avoid repeating the names in multiple places. # We use variables to avoid repeating the names in multiple places.
set $ws1 "1 Browser" set $ws1 "1 Browser"

View File

@ -209,4 +209,3 @@ case "$executed_command" in
*) shift; cmd_install "$executed_command" "$@" ;; *) shift; cmd_install "$executed_command" "$@" ;;
esac esac
exit 0 exit 0