diff --git a/i3/config b/i3/config index 6b72ab7..dddc82e 100644 --- a/i3/config +++ b/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_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 diff --git a/nvim/init.vim b/nvim/init.vim index e0f5dcd..3e6835c 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -118,8 +118,8 @@ let g:fzf_nvim_statusline = 0 " disable statusline overwriting nnoremap :Files nnoremap w :Windows nnoremap h :History -nnoremap G :GFiles -nnoremap GS :GFiles? +nnoremap G :GFiles +" nnoremap GS :GFiles? " Easy to update and reload nvim init file nnoremap e :e $MYVIMRC