Update

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)
-rw-r--r-- .vimrc 2
-rw-r--r-- .xinitrc 0
2 files changed, 8 insertions, 2 deletions
diff --git a/.vimrc b/.vimrc
...
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')
...
diff --git a/.xinitrc b/.xinitrc
  
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 &