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 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
|
||||
highlight htmlHead guibg=NONE
|
||||
|
||||
|
|
|
|||
11
.vimrc
11
.vimrc
|
|
@ -1,7 +1,3 @@
|
|||
" Load pathogen
|
||||
" TODO
|
||||
"execute pathogen#infect()
|
||||
|
||||
" Visual settings
|
||||
set t_Co=16
|
||||
set bg=dark
|
||||
|
|
@ -49,15 +45,11 @@ autocmd BufNewFile,BufRead * set formatoptions-=o
|
|||
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 <2-MiddleMouse> <Nop>
|
||||
map <3-MiddleMouse> <Nop>
|
||||
map <4-MiddleMouse> <Nop>
|
||||
"imap <MiddleMouse> <Nop>
|
||||
"imap <2-MiddleMouse> <Nop>
|
||||
"imap <3-MiddleMouse> <Nop>
|
||||
"imap <4-MiddleMouse> <Nop>
|
||||
|
||||
|
||||
" Keyboard mappings
|
||||
|
|
@ -154,4 +146,3 @@ imap <C-U> <C-O>u
|
|||
map Q :qa<CR>
|
||||
" Because I always type q: too fast, which opens the command history...
|
||||
map q: :q
|
||||
|
||||
|
|
|
|||
|
|
@ -28,4 +28,3 @@ POLKIT_AUTH_AGENT=/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
|||
|
||||
# Include host-specific .xprofile
|
||||
[ -f ~/.xprofile.local ] && source ~/.xprofile.local
|
||||
|
||||
|
|
|
|||
|
|
@ -17,4 +17,3 @@
|
|||
#else
|
||||
# PS1="${TGREEN}\u@\h ${TBLUE}\w ${TWHITEB}\$ ${TRESET}"
|
||||
#fi
|
||||
|
||||
|
|
|
|||
|
|
@ -330,6 +330,7 @@ for_window [class="^jetbrains-" title="Commit Changes"] floating disable
|
|||
|
||||
# ~~ Steam
|
||||
for_window [class="^Steam$"] layout tabbed
|
||||
for_window [title="^Friends List"] floating disable
|
||||
|
||||
# ~~ Misc other apps
|
||||
for_window [class="^Pavucontrol$"] floating enable
|
||||
|
|
@ -376,4 +377,3 @@ exec --no-startup-id sh /home/lexi/.xprofile.i3
|
|||
# ~~ Run background applications
|
||||
exec --no-startup-id redshift-gtk
|
||||
exec --no-startup-id nextcloud
|
||||
|
||||
|
|
|
|||
|
|
@ -61,4 +61,3 @@ cpu_temperature 0 {
|
|||
load {
|
||||
format = "%1min"
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -2,4 +2,3 @@
|
|||
|
||||
# Use GTK2 theme for Qt5 for a consistent look and feel
|
||||
export QT_QPA_PLATFORMTHEME=gtk2
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue