diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-04-15 12:48:54 +0000 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-04-15 12:48:54 +0000 |
| commit | cdc9fff5a4ff5444460609ccd9d7b6d3f8e7c297 (patch) | |
| tree | 666f895d21bbdf5d9ab144cce3d6748d04cd1ccd | |
| parent | 74cb5bc7d649a8a7c541db2564b6026b263034b6 (diff) | |
| download | dotfiles-cdc9fff5a4ff5444460609ccd9d7b6d3f8e7c297.tar.gz | |
Update
| -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 & | ||
