diff --git a/i3/config b/i3/config index 315af0c..bf09378 100644 --- a/i3/config +++ b/i3/config @@ -209,11 +209,12 @@ hide_edge_borders both bindsym $mod+Shift+s sticky toggle # gaps -gaps outer 29 +gaps outer 4 # 29 gaps inner 8 # Wallpaper -exec_always feh --bg-fill $HOME/.wallpaper.jpg +# exec_always feh --bg-fill $HOME/.wallpaper.jpg +exec_always nitrogen --restore # 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/picom/picom.conf b/picom/picom.conf index dd10dc7..6b487ff 100644 --- a/picom/picom.conf +++ b/picom/picom.conf @@ -75,11 +75,11 @@ fading = true; # Opacity change between steps while fading in. (0.01 - 1.0, defaults to 0.028) # fade-in-step = 0.028 -fade-in-step = 0.04; +fade-in-step = 0.045; # Opacity change between steps while fading out. (0.01 - 1.0, defaults to 0.03) # fade-out-step = 0.03 -fade-out-step = 0.04; +fade-out-step = 0.045; # The time between steps in fade step, in milliseconds. (> 0, defaults to 10) # fade-delta = 10 @@ -141,7 +141,7 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ]; # Parameters for background blurring, see the *BLUR* section for more information. blur-method = "dual_kawase"; -blur-strength = 4; +blur-strength = 8; # blur-size = 2; # # blur-deviation = false diff --git a/polybar/config b/polybar/config index df93f6a..19135ce 100644 --- a/polybar/config +++ b/polybar/config @@ -1,5 +1,5 @@ [colors] -background = #be242424 +background = #df242424 # ef1d1f21 foreground = #a4abb3 # 707880 @@ -21,14 +21,14 @@ scroll-up = i3wm-wsnext scroll-down = i3wm-wsprev fixed-center = true -override-redirect = true +#override-redirect = true wm-restack = i3 -width = 80% -height = 28 +#width = 80% +height = 22 -offset-x = 10% -offset-y = 5 +#offset-x = 10% +#offset-y = 5 background = ${colors.background} foreground = ${colors.foreground} diff --git a/termite/config b/termite/config index 8ae2448..28000b4 100644 --- a/termite/config +++ b/termite/config @@ -1,5 +1,6 @@ [options] font = Source Code Pro 10 +size_hints = true [colors] # Base16 Default Dark @@ -11,7 +12,7 @@ cursor = #d8d8d8 # 181818 (HEX) default cursor_foreground = rgba(24, 24, 24, 0.94) -background = rgba(24, 24, 24, 0.62) +background = rgba(24, 24, 24, 0.72) # a=0.94 highlight = #4c566a diff --git a/vimrc b/vimrc index d6af9f5..57ca9d5 100644 --- a/vimrc +++ b/vimrc @@ -33,7 +33,7 @@ vmap >gv vmap :Goyo x100% set t_Co=256 colorscheme base16-default-dark let &showbreak = '↳ ' -hi Normal guibg=NONE ctermbg=NONE +" hi Normal guibg=NONE ctermbg=NONE set termguicolors let base16colorspace=256 @@ -90,3 +90,12 @@ endfunction autocmd! User GoyoEnter nested call goyo_enter() autocmd! User GoyoLeave nested call goyo_leave() + +" YCM +set completeopt-=preview + +" Tabs +nnoremap :tabprevious +nnoremap :tabnext +nnoremap :tabprevious +nnoremap :tabnext