brightnessctl nvim-plugins
This commit is contained in:
parent
f50bd38a76
commit
aa0f005523
@ -47,6 +47,7 @@ packagesPacman=(
|
||||
"tumbler"
|
||||
"xautolock"
|
||||
"blueman"
|
||||
"brightnessctl"
|
||||
"papirus-icon-theme"
|
||||
"ly"
|
||||
"hyprland"
|
||||
|
@ -22,3 +22,7 @@ set ttyfast " Speed up scrolling in Vim
|
||||
" set spell " enable spell check (may need to download language package)
|
||||
" set noswapfile " disable creating swap file
|
||||
" set backupdir=~/.cache/vim " Directory to store backup files.
|
||||
|
||||
call plug#begin('~/.local/share/nvim/site/plugged')
|
||||
Plug 'elkowar/yuck.vim'
|
||||
call plug#end()
|
||||
|
3
scripts/wlogout.sh
Executable file
3
scripts/wlogout.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
wlogout
|
Loading…
x
Reference in New Issue
Block a user