Small clean up
This commit is contained in:
parent
5981b030c1
commit
ed46c03b5a
1
.bcrc
1
.bcrc
|
|
@ -10,4 +10,3 @@ define cos_grad(x) { return c(x * pi/180) }
|
||||||
|
|
||||||
define ln(x) { return l(x) }
|
define ln(x) { return l(x) }
|
||||||
define log2(x) { return l(x)/l(2) }
|
define log2(x) { return l(x)/l(2) }
|
||||||
|
|
||||||
|
|
|
||||||
1
.gvimrc
1
.gvimrc
|
|
@ -9,4 +9,3 @@ highlight Pmenu guibg=darkviolet
|
||||||
|
|
||||||
" HTML: tabs have a white background, change that
|
" HTML: tabs have a white background, change that
|
||||||
highlight htmlHead guibg=NONE
|
highlight htmlHead guibg=NONE
|
||||||
|
|
||||||
|
|
|
||||||
13
.vimrc
13
.vimrc
|
|
@ -1,7 +1,3 @@
|
||||||
" Load pathogen
|
|
||||||
" TODO
|
|
||||||
"execute pathogen#infect()
|
|
||||||
|
|
||||||
" Visual settings
|
" Visual settings
|
||||||
set t_Co=16
|
set t_Co=16
|
||||||
set bg=dark
|
set bg=dark
|
||||||
|
|
@ -49,15 +45,11 @@ autocmd BufNewFile,BufRead * set formatoptions-=o
|
||||||
let g:clang_complete_auto=0
|
let g:clang_complete_auto=0
|
||||||
|
|
||||||
|
|
||||||
" Disable middle mouse button paste (in vim and gvim)
|
" Disable middle mouse button paste when in normal mode
|
||||||
map <MiddleMouse> <Nop>
|
map <MiddleMouse> <Nop>
|
||||||
map <2-MiddleMouse> <Nop>
|
map <2-MiddleMouse> <Nop>
|
||||||
map <3-MiddleMouse> <Nop>
|
map <3-MiddleMouse> <Nop>
|
||||||
map <4-MiddleMouse> <Nop>
|
map <4-MiddleMouse> <Nop>
|
||||||
"imap <MiddleMouse> <Nop>
|
|
||||||
"imap <2-MiddleMouse> <Nop>
|
|
||||||
"imap <3-MiddleMouse> <Nop>
|
|
||||||
"imap <4-MiddleMouse> <Nop>
|
|
||||||
|
|
||||||
|
|
||||||
" Keyboard mappings
|
" Keyboard mappings
|
||||||
|
|
@ -70,7 +62,7 @@ nnoremap <F3> :set number!<CR>
|
||||||
|
|
||||||
" If the current buffer has never been saved, it will have no name,
|
" If the current buffer has never been saved, it will have no name,
|
||||||
" call the file browser to save it, otherwise just save it.
|
" call the file browser to save it, otherwise just save it.
|
||||||
command! -nargs=0 -bar Update if &modified
|
command! -nargs=0 -bar Update if &modified
|
||||||
\| if empty(bufname('%'))
|
\| if empty(bufname('%'))
|
||||||
\| browse confirm write
|
\| browse confirm write
|
||||||
\| else
|
\| else
|
||||||
|
|
@ -154,4 +146,3 @@ imap <C-U> <C-O>u
|
||||||
map Q :qa<CR>
|
map Q :qa<CR>
|
||||||
" Because I always type q: too fast, which opens the command history...
|
" Because I always type q: too fast, which opens the command history...
|
||||||
map q: :q
|
map q: :q
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -28,4 +28,3 @@ POLKIT_AUTH_AGENT=/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||||
|
|
||||||
# Include host-specific .xprofile
|
# Include host-specific .xprofile
|
||||||
[ -f ~/.xprofile.local ] && source ~/.xprofile.local
|
[ -f ~/.xprofile.local ] && source ~/.xprofile.local
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,4 +17,3 @@
|
||||||
#else
|
#else
|
||||||
# PS1="${TGREEN}\u@\h ${TBLUE}\w ${TWHITEB}\$ ${TRESET}"
|
# PS1="${TGREEN}\u@\h ${TBLUE}\w ${TWHITEB}\$ ${TRESET}"
|
||||||
#fi
|
#fi
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -330,6 +330,7 @@ for_window [class="^jetbrains-" title="Commit Changes"] floating disable
|
||||||
|
|
||||||
# ~~ Steam
|
# ~~ Steam
|
||||||
for_window [class="^Steam$"] layout tabbed
|
for_window [class="^Steam$"] layout tabbed
|
||||||
|
for_window [title="^Friends List"] floating disable
|
||||||
|
|
||||||
# ~~ Misc other apps
|
# ~~ Misc other apps
|
||||||
for_window [class="^Pavucontrol$"] floating enable
|
for_window [class="^Pavucontrol$"] floating enable
|
||||||
|
|
@ -376,4 +377,3 @@ exec --no-startup-id sh /home/lexi/.xprofile.i3
|
||||||
# ~~ Run background applications
|
# ~~ Run background applications
|
||||||
exec --no-startup-id redshift-gtk
|
exec --no-startup-id redshift-gtk
|
||||||
exec --no-startup-id nextcloud
|
exec --no-startup-id nextcloud
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -61,4 +61,3 @@ cpu_temperature 0 {
|
||||||
load {
|
load {
|
||||||
format = "%1min"
|
format = "%1min"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,4 +2,3 @@
|
||||||
|
|
||||||
# Use GTK2 theme for Qt5 for a consistent look and feel
|
# Use GTK2 theme for Qt5 for a consistent look and feel
|
||||||
export QT_QPA_PLATFORMTHEME=gtk2
|
export QT_QPA_PLATFORMTHEME=gtk2
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue