Made steam & discord into floating

lightmode
E. Almqvist 4 years ago
parent db86d480d7
commit a45518cc86
  1. 5
      i3/config
  2. 7
      vimrc

@ -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

@ -59,7 +59,12 @@ vnoremap <C-r> "hy:%s/<C-r>h//gc<left><left><left>
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

Loading…
Cancel
Save