sxhkd dox and perks

This commit is contained in:
Luke Smith 2019-05-23 19:35:07 -04:00
parent 6169f18131
commit 797055a9b5
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252
3 changed files with 7 additions and 1 deletions

View File

@ -15,3 +15,4 @@ cfmb ~/.config/ncmpcpp/bindings
cfmc ~/.config/ncmpcpp/config
er ~/Documents/referbib
cfB ~/.config/i3blocks/config
cfk ~/.config/sxhkd/sxhkdrc

View File

@ -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 %

View File

@ -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