diff --git a/i3/config b/i3/config index bf09378..93fb2ec 100644 --- a/i3/config +++ b/i3/config @@ -213,9 +213,12 @@ gaps outer 4 # 29 gaps inner 8 # Wallpaper -# exec_always feh --bg-fill $HOME/.wallpaper.jpg exec_always nitrogen --restore +# Floating for some stuff +for_window [class="discord"] floating enable +for_window [class="Steam"] floating enable + # Monitor stuff exec_always xrandr --output DP-0 --off --output DP-1 --off --output DP-2 --primary --mode 2560x1080 --pos 1920x0 --rotate normal --output DP-3 --off --output HDMI-0 --mode 1920x1080 --pos 0x0 --rotate normal --output DP-4 --off --output DP-5 --off diff --git a/vimrc b/vimrc index 1ea60dd..a87f74d 100644 --- a/vimrc +++ b/vimrc @@ -59,7 +59,12 @@ vnoremap "hy:%s/h//gc set t_Co=256 colorscheme base16-default-dark let &showbreak = '↳ ' -" hi Normal guibg=NONE ctermbg=NONE + +hi Normal guibg=NONE ctermbg=NONE + +highlight clear LineNr +highlight LineNr ctermfg=grey ctermbg=NONE + set termguicolors let base16colorspace=256