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
|
cfmc ~/.config/ncmpcpp/config
|
||||||
er ~/Documents/referbib
|
er ~/Documents/referbib
|
||||||
cfB ~/.config/i3blocks/config
|
cfB ~/.config/i3blocks/config
|
||||||
|
cfk ~/.config/sxhkd/sxhkdrc
|
||||||
|
|||||||
@ -17,6 +17,7 @@ Plug 'vimwiki/vimwiki'
|
|||||||
Plug 'bling/vim-airline'
|
Plug 'bling/vim-airline'
|
||||||
Plug 'tpope/vim-commentary'
|
Plug 'tpope/vim-commentary'
|
||||||
Plug 'vifm/vifm.vim'
|
Plug 'vifm/vifm.vim'
|
||||||
|
Plug 'kovetskiy/sxhkd-vim'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
set bg=light
|
set bg=light
|
||||||
@ -104,6 +105,9 @@ set clipboard=unnamedplus
|
|||||||
" When shortcut files are updated, renew bash and vifm configs with new material:
|
" When shortcut files are updated, renew bash and vifm configs with new material:
|
||||||
autocmd BufWritePost ~/.config/bmdirs,~/.config/bmfiles !shortcuts
|
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.
|
" Run xrdb whenever Xdefaults or Xresources are updated.
|
||||||
autocmd BufWritePost *Xresources,*Xdefaults !xrdb %
|
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.
|
specific programs or concepts directly from YouTube.
|
||||||
.HEADING 1 "Key Bindings"
|
.HEADING 1 "Key Bindings"
|
||||||
.PP
|
.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"
|
.HEADING 2 "Window basics"
|
||||||
.PP
|
.PP
|
||||||
Notice the case sensitivity of the shortcuts\c
|
Notice the case sensitivity of the shortcuts\c
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user