Compare commits

...

4 Commits

Author SHA1 Message Date
82fa918b98 xkeyboared 2025-11-30 14:05:55 +00:00
nnduc
2ff6bc5cf5 Merge remote-tracking branch 'refs/remotes/origin/2025' into 2025 2025-10-23 01:41:36 +07:00
nnduc
fa47d246c9 fix spell check 2025-10-23 01:41:16 +07:00
537275d3ef Update README.md 2025-09-17 07:15:58 +00:00
3 changed files with 11 additions and 3 deletions

View File

@@ -45,7 +45,8 @@ sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
```
#### Vim
```curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
```sh
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
```
### Conquer of Completion

View File

@@ -41,7 +41,8 @@ call plug#end()
"set background=light
colorscheme gruvbox
let g:gruvbox_contrast_light = 'hard'
hi clear SpellBad
hi SpellBad cterm=underline ctermfg=red
"Open NERDTree

View File

@@ -54,7 +54,7 @@ separator-foreground = ${colors.disabled}
font-0 = 0xProto Nerd Font:pixelsize=14;3
modules-left = xworkspaces xwindow
modules-right = polytiramisu memory cpu date battery
modules-right = polytiramisu memory cpu date battery xkeyboard
cursor-click = pointer
cursor-scroll = ns-resize
@@ -68,6 +68,12 @@ enable-ipc = true
; wm-restack = i3
; override-redirect = true
[module/xkeyboard]
type = internal/xkeyboard
; List of indicators to ignore
blacklist-0 = num lock
blacklist-1 = scroll lock
[module/xworkspaces]
type = internal/xworkspaces