mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
sxhkd dox and perks
This commit is contained in:
parent
6169f18131
commit
797055a9b5
@ -15,3 +15,4 @@ cfmb ~/.config/ncmpcpp/bindings
|
||||
cfmc ~/.config/ncmpcpp/config
|
||||
er ~/Documents/referbib
|
||||
cfB ~/.config/i3blocks/config
|
||||
cfk ~/.config/sxhkd/sxhkdrc
|
||||
|
||||
@ -17,6 +17,7 @@ Plug 'vimwiki/vimwiki'
|
||||
Plug 'bling/vim-airline'
|
||||
Plug 'tpope/vim-commentary'
|
||||
Plug 'vifm/vifm.vim'
|
||||
Plug 'kovetskiy/sxhkd-vim'
|
||||
call plug#end()
|
||||
|
||||
set bg=light
|
||||
@ -104,6 +105,9 @@ set clipboard=unnamedplus
|
||||
" When shortcut files are updated, renew bash and vifm configs with new material:
|
||||
autocmd BufWritePost ~/.config/bmdirs,~/.config/bmfiles !shortcuts
|
||||
|
||||
" Update binds when sxhkdrc is updated.
|
||||
autocmd BufWritePost *sxhkdrc !pkill -USR1 sxhkd
|
||||
|
||||
" Run xrdb whenever Xdefaults or Xresources are updated.
|
||||
autocmd BufWritePost *Xresources,*Xdefaults !xrdb %
|
||||
|
||||
|
||||
@ -102,7 +102,8 @@ This will give you the bindings of what program you want. You can also press
|
||||
specific programs or concepts directly from YouTube.
|
||||
.HEADING 1 "Key Bindings"
|
||||
.PP
|
||||
All of the bindings below are in the file \f(CW~/.config/i3/config\fP (easily accessible by typing \f(CWcfi\fP in the terminal) and can all be easily changed.
|
||||
All of the bindings below are in either r\f(CW~/.config/sxhkd/sxhkdrrc\fP (for general bindings) or in \f(CW~/.config/i3/config\fP (for i3-specific commands).
|
||||
You can change them in either of these files to what you want and both files can be accessed respectively by running \f(CWcfk\fP or \f(CWcfi\fP respectively in the terminal.
|
||||
.HEADING 2 "Window basics"
|
||||
.PP
|
||||
Notice the case sensitivity of the shortcuts\c
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user