diff --git a/i3/config b/i3/config index 93fb2ec..8a0ea9d 100644 --- a/i3/config +++ b/i3/config @@ -43,6 +43,9 @@ floating_modifier $mod # start a terminal bindsym $mod+Return exec termite +# start a terminal but in floating mode +bindsym $mod+Shift+Return exec termite --role floating + # kill focused window bindsym $mod+Shift+q kill @@ -218,6 +221,7 @@ exec_always nitrogen --restore # Floating for some stuff for_window [class="discord"] floating enable for_window [class="Steam"] floating enable +for_window [window_role="^floating$"] 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/polybar/config b/polybar/config index 95daa05..9ba4dd2 100644 --- a/polybar/config +++ b/polybar/config @@ -27,7 +27,7 @@ wm-restack = i3 #width = 80% height = 24 -#bottom = true +bottom = true #offset-x = 10% #offset-y = 5 @@ -48,8 +48,8 @@ padding-right = 1 module-margin = 1 modules-left = i3 title -modules-center = time -modules-right = cmus pavolume date +modules-center = +modules-right = cmus pavolume time date ############################################# # MODULES # diff --git a/rofi/onedark.rasi b/rofi/onedark.rasi index 35bbf66..d380527 100644 --- a/rofi/onedark.rasi +++ b/rofi/onedark.rasi @@ -35,6 +35,8 @@ window { fullscreen: false; background-color: #151515dd; width: 29%; + /*location: North West; + margin: 40px 0 0 0;*/ } mainbox { diff --git a/vimrc b/vimrc index a87f74d..cc8ba92 100644 --- a/vimrc +++ b/vimrc @@ -57,10 +57,11 @@ vnoremap "hy:%s/h//gc " Theme set t_Co=256 -colorscheme base16-default-dark +colorscheme base16-default-dark +color hybrid_material let &showbreak = '↳ ' -hi Normal guibg=NONE ctermbg=NONE +" hi Normal guibg=NONE ctermbg=NONE highlight clear LineNr highlight LineNr ctermfg=grey ctermbg=NONE