dotfiles

<-- duh.
Log | Files | Refs | LICENSE

commit be9df729bc80e3c97ed27ab4efd54dbb19723c31
parent 3f5443951137b66c84af4f403846165892fcdc6c
Author: hhvn <dev@hhvn.uk>
Date:   Fri,  7 Jan 2022 17:53:04 +0000

.c/s/sxhkdrc .c/n/s/sxhkd.vim .xinitrc: keep using sh for sxhkd for now

The `{..} syntax is fucked up by sxhkd - I might patch this

Diffstat:
M.config/nvim/syntax/sxhkd.vim | 2+-
M.config/sxhkd/sxhkdrc | 8++++----
M.xinitrc | 2+-
3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.config/nvim/syntax/sxhkd.vim b/.config/nvim/syntax/sxhkd.vim @@ -17,7 +17,7 @@ highlight link sxhkd_binding_pass Constant highlight link sxhkd_brace Macro " match shell command -syntax include @sxhkd_shell syntax/rcshell.vim +syntax include @sxhkd_shell syntax/sh.vim syntax region shLine matchgroup=sxhkd_exec start=/\v^\s+\s/ end=/\v$/ contains=@sxhkd_shell let b:current_syntax = "sxhkd" diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc @@ -23,7 +23,7 @@ super + b tabbed -k -c surf -e > /tmp/tabbed.xid super + n - st -t neomutt -c neomutt -e sh -c 'neomutt; ' ^ $SHELL + st -t neomutt -c neomutt -e sh -c "neomutt; $SHELL" # I have cronjobs set # to update feeds now @@ -41,10 +41,10 @@ super + d dmenu_run super + u - plumb `$nl{xclip -o} + plumb $(xclip -o) super + e - st -e tmux -f $home/.config/tmux/config + st -e tmux -f $HOME/.config/tmux/config super + s dpass @@ -56,7 +56,7 @@ super + ctrl + s maim | hlpaste "png" @super + w - wallp $home/general/images/wallpapers/ + wallp ~/general/images/wallpapers/ super + ctrl + w wallblur diff --git a/.xinitrc b/.xinitrc @@ -6,7 +6,7 @@ setxkbmap haydenh & ( ./.scripts/dwmbar/dwmbar ) & -sxhkd & +SHELL=/bin/sh sxhkd & port.hhvn.uk/dock & port.hhvn.uk/mount & st &