tweaked i3 with some toggles for splitting windows and tabbed view
This commit is contained in:
@@ -103,6 +103,8 @@ bindsym $mod+KP_End exec --no-startup-id bash ~/.scripts/laptop
|
||||
bindsym $mod+KP_Down exec --no-startup-id bash ~/.scripts/ultrawide
|
||||
bindsym $mod+KP_Next exec --no-startup-id bash ~/.scripts/tf2
|
||||
|
||||
# Make a note and push via gotify
|
||||
bindsym $mod+n exec --no-startup-id bash ~/.scripts/gnote
|
||||
|
||||
# Use Mouse+$mod to drag floating windows to their wanted position
|
||||
floating_modifier $mod
|
||||
@@ -150,10 +152,13 @@ bindsym $mod+Shift+bracketleft move output left
|
||||
bindsym $mod+Shift+bracketright move output right
|
||||
|
||||
# split in horizontal orientation
|
||||
bindsym $mod+semicolon split h
|
||||
#bindsym $mod+semicolon split h
|
||||
|
||||
# split in vertical orientation
|
||||
bindsym $mod+v split v
|
||||
# bindsym $mod+v split v
|
||||
|
||||
# toggle split windows
|
||||
bindsym $mod+semicolon split toggle
|
||||
|
||||
# enter fullscreen mode for the focused container
|
||||
bindsym $mod+f fullscreen toggle
|
||||
@@ -161,7 +166,8 @@ bindsym $mod+f fullscreen toggle
|
||||
# change container layout (stacked, tabbed, toggle split)
|
||||
#bindsym $mod+s layout stacking
|
||||
#bindsym $mod+w layout tabbed
|
||||
bindsym $mod+s layout toggle split
|
||||
#bindsym $mod+s layout toggle tabbed
|
||||
bindsym $mod+Tab layout toggle tabbed split
|
||||
|
||||
# toggle tiling / floating
|
||||
bindsym $mod+space floating toggle
|
||||
@@ -170,7 +176,7 @@ bindsym $mod+space floating toggle
|
||||
bindsym $mod+Shift+space focus mode_toggle
|
||||
|
||||
# focus the parent container
|
||||
bindsym $mod+a focus parent
|
||||
#bindsym $mod+a focus parent
|
||||
|
||||
# focus the child container
|
||||
#bindsym $mod+d focus child
|
||||
@@ -205,7 +211,7 @@ bindsym $mod+Shift+d exec rofi -show drun -show-icons true
|
||||
|
||||
bindsym $mod+c exec gnome-calendar
|
||||
bindsym $mod+Shift+b exec blueman-manager
|
||||
bindsym $mod+Shift+t exec lyx &
|
||||
#bindsym $mod+Shift+t exec lyx & # No longer used
|
||||
bindsym $mod+p exec passmenu -l 30
|
||||
bindsym $mod+Shift+p exec gpodder
|
||||
bindsym $mod+Shift+f exec --no-startup-id nautilus
|
||||
|
||||
Reference in New Issue
Block a user