diff --git a/i3/config b/i3/config index ae044fa..50bb92e 100644 --- a/i3/config +++ b/i3/config @@ -80,7 +80,7 @@ bindsym $mod+v split v bindsym $mod+f fullscreen toggle # change container layout (stacked, tabbed, toggle split) -bindsym $mod+s layout stacking +# bindsym $mod+s layout stacking bindsym $mod+w layout tabbed bindsym $mod+e layout toggle split @@ -224,7 +224,7 @@ exec_always setxkbmap se # set keyboard layout to swedish (sv-latin1) # Binds bindsym $mod+Shift+x exec betterlockscreen --lock blur # screen lock bindsym $mod+lalt+space exec rofi -show drun # rofi menu -bindsym $mod+Print exec spectacle -r -c -b # screenshot +bindsym $mod+Print exec spectacle -r -c -b & # screenshot bindsym $mod+k exec cmus-remote --pause # Compositor diff --git a/vimrc b/vimrc index 67388e8..6331b44 100644 --- a/vimrc +++ b/vimrc @@ -17,16 +17,21 @@ " ..... " . -" Logic set mouse=a set wrap set noet -" Tabbing lines +set autoindent +set noexpandtab " If this doesn't work for a lang change the $LANG.vim and append this here +set tabstop=4 +set shiftwidth=4 +" ~/.vim/plugged/vim-polyglot/ftplugin/(LANG).vim +" If not there try: +" :verbose set et? (remove that line) + vmap >gv vmap :NERDTreeToggle diff --git a/wallpaper.jpg b/wallpaper.jpg index 1acaf50..87c4ed5 100644 Binary files a/wallpaper.jpg and b/wallpaper.jpg differ