diff options
| -rw-r--r-- | .vimrc | 2 | ||||
| -rw-r--r-- | .xinitrc (renamed from .xprofile) | 8 |
2 files changed, 8 insertions, 2 deletions
| @@ -16,6 +16,8 @@ set backspace=indent,eol,start completeopt=menuone path+=** | |||
| 16 | set foldmethod=syntax foldlevel=99 foldopen= lazyredraw scrolloff=10 | 16 | set foldmethod=syntax foldlevel=99 foldopen= lazyredraw scrolloff=10 |
| 17 | set wildignore+=*/.git/*,*/.hg/*,*/.svn/*,*/vendor,tags,*.o,*.a,*.so | 17 | set wildignore+=*/.git/*,*/.hg/*,*/.svn/*,*/vendor,tags,*.o,*.a,*.so |
| 18 | set grepprg=rg\ --vimgrep\ --no-heading\ --smart-case | 18 | set grepprg=rg\ --vimgrep\ --no-heading\ --smart-case |
| 19 | set omnifunc=ale#completion#OmniFunc | ||
| 20 | set completeopt=menu,menuone,popup,noselect,noinsert | ||
| 19 | colorscheme wildcharm | 21 | colorscheme wildcharm |
| 20 | 22 | ||
| 21 | if executable('rg') | 23 | if executable('rg') |
| @@ -1,9 +1,13 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | export XCURSOR_SIZE=12 | ||
| 4 | |||
| 1 | xkbset bo 50 | 5 | xkbset bo 50 |
| 2 | xset r rate 400 30 | 6 | xset r rate 400 30 |
| 3 | xset dpms 0 0 1800 | 7 | xset dpms 0 0 1800 |
| 4 | xset s 900 | 8 | xset s 900 |
| 9 | |||
| 5 | xss-lock -- xlock & | 10 | xss-lock -- xlock & |
| 6 | xinput --set-prop "pointer:Logitech MX Master 3" "libinput Accel Speed" -0.7 | 11 | xinput --set-prop "pointer:Logitech MX Master 3" "libinput Accel Speed" -0.7 |
| 7 | 12 | ||
| 8 | # picom --vsync --backend glx & | 13 | exec glitch |
| 9 | # conky -d & | ||
