diff --git a/.bcrc b/.bcrc index 9bd81d1..d27178a 100644 --- a/.bcrc +++ b/.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) } - diff --git a/.flake8 b/.flake8 index 5502dc2..791f075 100644 --- a/.flake8 +++ b/.flake8 @@ -1,3 +1,2 @@ [flake8] max-line-length = 119 - diff --git a/.gvimrc b/.gvimrc index ecb9a6c..664fcc0 100644 --- a/.gvimrc +++ b/.gvimrc @@ -9,4 +9,3 @@ highlight Pmenu guibg=darkviolet " HTML: tabs have a white background, change that highlight htmlHead guibg=NONE - diff --git a/.vimrc b/.vimrc index 39d1d28..6efe796 100644 --- a/.vimrc +++ b/.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 map <2-MiddleMouse> map <3-MiddleMouse> map <4-MiddleMouse> -"imap -"imap <2-MiddleMouse> -"imap <3-MiddleMouse> -"imap <4-MiddleMouse> " Keyboard mappings @@ -70,7 +62,7 @@ nnoremap :set number! " If the current buffer has never been saved, it will have no name, " 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('%')) \| browse confirm write \| else @@ -154,4 +146,3 @@ imap u map Q :qa " Because I always type q: too fast, which opens the command history... map q: :q - diff --git a/.xprofile b/.xprofile index 5942f59..2c9abea 100644 --- a/.xprofile +++ b/.xprofile @@ -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 - diff --git a/_local/kanaya/.bashrc.local b/_local/kanaya/.bashrc.local index 4352b55..6abb443 100644 --- a/_local/kanaya/.bashrc.local +++ b/_local/kanaya/.bashrc.local @@ -17,4 +17,3 @@ #else # PS1="${TGREEN}\u@\h ${TBLUE}\w ${TWHITEB}\$ ${TRESET}" #fi - diff --git a/_local/kanaya/.config/i3/config b/_local/kanaya/.config/i3/config index 5c2d8fb..0d3601e 100644 --- a/_local/kanaya/.config/i3/config +++ b/_local/kanaya/.config/i3/config @@ -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 - diff --git a/_local/kanaya/.config/i3status/config b/_local/kanaya/.config/i3status/config index acfa74a..225adc7 100644 --- a/_local/kanaya/.config/i3status/config +++ b/_local/kanaya/.config/i3status/config @@ -61,4 +61,3 @@ cpu_temperature 0 { load { format = "%1min" } - diff --git a/_local/kanaya/.profile.local b/_local/kanaya/.profile.local index c545510..7bbab44 100644 --- a/_local/kanaya/.profile.local +++ b/_local/kanaya/.profile.local @@ -2,4 +2,3 @@ # Use GTK2 theme for Qt5 for a consistent look and feel export QT_QPA_PLATFORMTHEME=gtk2 -