dotfiles

dotfiles
git clone git://git.wimdupont.com/dotfiles.git
Log | Files | Refs | README | LICENSE

commit 35323fb2d8f0d5859e28563c7c9c8de71a309f15
parent 7362a5d5428f7d96a56dd32fb605ccd59db5dc7d
Author: Wim Dupont <wim@wimdupont.com>
Date:   Sat, 13 Apr 2024 19:26:30 +0200

vimrc update and removed unmaintained xresources

Diffstat:
DXresources | 52----------------------------------------------------
Mvimrc | 2++
2 files changed, 2 insertions(+), 52 deletions(-)

diff --git a/Xresources b/Xresources @@ -1,52 +0,0 @@ -URxvt.scrollBar: false - -! fake transparancy (displays wallpaper) -URxvt*transparent: true -urxvt*shading: 18 - -! special -*.foreground: #e7e7cb -*.background: #1e1e1e -*.cursorColor: #e7e7cb - -! black -*.color0: #1e1e1e -*.color8: #5f5a60 - -! red -*.color1: #cf6a4c -*.color9: #cf6a4c - -! green -*.color2: #8f9d6a -*.color10: #8f9d6a - -! yellow -*.color3: #f9ee98 -*.color11: #f9ee98 - -! blue -*.color4: #6280DB -*.color12: #6280DB - -! magenta -*.color5: #9b859d -*.color13: #9b859d - -! cyan -*.color6: #afc4db -*.color14: #afc4db - -! white -*.color7: #a7a7a7 -*.color15: #ffffff - -URxvt*font:xft:Monospace:bold:pixelsize=15 -URxvt*boldFont: xft:Monospace:bold:pixelsize=15 - -URxvt.perl-ext-common: default,resize-font - -URxvt.keysym.C-j: resize-font:smaller -URxvt.keysym.C-k: resize-font:bigger -URxvt.keysym.C-equal: resize-font:reset -URxvt.keysym.C-h: resize-font:show diff --git a/vimrc b/vimrc @@ -60,6 +60,8 @@ function! Clear_whitespace() :%s/\ *\ /\ /g endfunction +autocmd BufWritePost,FileWritePost config.def.h !sudo rm config.h && sudo make install + nnoremap <leader>t : call Toggle_transparent()<CR> nnoremap <leader>b : call Toggle_bookmode()<CR> nnoremap <leader>f : call Format()<CR>