tweaked i3 with some toggles for splitting windows and tabbed view
This commit is contained in:
parent
8212d1f5e2
commit
e7462827d5
16
i3/config
16
i3/config
@ -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_Down exec --no-startup-id bash ~/.scripts/ultrawide
|
||||||
bindsym $mod+KP_Next exec --no-startup-id bash ~/.scripts/tf2
|
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
|
# Use Mouse+$mod to drag floating windows to their wanted position
|
||||||
floating_modifier $mod
|
floating_modifier $mod
|
||||||
@ -150,10 +152,13 @@ bindsym $mod+Shift+bracketleft move output left
|
|||||||
bindsym $mod+Shift+bracketright move output right
|
bindsym $mod+Shift+bracketright move output right
|
||||||
|
|
||||||
# split in horizontal orientation
|
# split in horizontal orientation
|
||||||
bindsym $mod+semicolon split h
|
#bindsym $mod+semicolon split h
|
||||||
|
|
||||||
# split in vertical orientation
|
# 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
|
# enter fullscreen mode for the focused container
|
||||||
bindsym $mod+f fullscreen toggle
|
bindsym $mod+f fullscreen toggle
|
||||||
@ -161,7 +166,8 @@ bindsym $mod+f fullscreen toggle
|
|||||||
# change container layout (stacked, tabbed, toggle split)
|
# change container layout (stacked, tabbed, toggle split)
|
||||||
#bindsym $mod+s layout stacking
|
#bindsym $mod+s layout stacking
|
||||||
#bindsym $mod+w layout tabbed
|
#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
|
# toggle tiling / floating
|
||||||
bindsym $mod+space floating toggle
|
bindsym $mod+space floating toggle
|
||||||
@ -170,7 +176,7 @@ bindsym $mod+space floating toggle
|
|||||||
bindsym $mod+Shift+space focus mode_toggle
|
bindsym $mod+Shift+space focus mode_toggle
|
||||||
|
|
||||||
# focus the parent container
|
# focus the parent container
|
||||||
bindsym $mod+a focus parent
|
#bindsym $mod+a focus parent
|
||||||
|
|
||||||
# focus the child container
|
# focus the child container
|
||||||
#bindsym $mod+d focus child
|
#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+c exec gnome-calendar
|
||||||
bindsym $mod+Shift+b exec blueman-manager
|
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+p exec passmenu -l 30
|
||||||
bindsym $mod+Shift+p exec gpodder
|
bindsym $mod+Shift+p exec gpodder
|
||||||
bindsym $mod+Shift+f exec --no-startup-id nautilus
|
bindsym $mod+Shift+f exec --no-startup-id nautilus
|
||||||
|
@ -118,8 +118,8 @@ let g:fzf_nvim_statusline = 0 " disable statusline overwriting
|
|||||||
nnoremap <silent> <leader><space> :Files<CR>
|
nnoremap <silent> <leader><space> :Files<CR>
|
||||||
nnoremap <silent> <leader>w :Windows<CR>
|
nnoremap <silent> <leader>w :Windows<CR>
|
||||||
nnoremap <silent> <leader>h :History<CR>
|
nnoremap <silent> <leader>h :History<CR>
|
||||||
nnoremap <silent> <leader>G<space> :GFiles<CR>
|
nnoremap <silent> <leader>G :GFiles<CR>
|
||||||
nnoremap <silent> <leader>GS :GFiles?<CR>
|
" nnoremap <silent> <leader>GS :GFiles?<CR>
|
||||||
|
|
||||||
" Easy to update and reload nvim init file
|
" Easy to update and reload nvim init file
|
||||||
nnoremap <Leader>e :e $MYVIMRC<CR>
|
nnoremap <Leader>e :e $MYVIMRC<CR>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user