dotfiles

My dotfiles.
Log | Files | Refs | LICENSE

commit af43f661d5ff394b0cfcf613eb1f3ccc8b251a99
parent 54d8e089f213cb035f00f0882590d10404fa0d3e
Author: Ryan Jeffrey <ryan@ryanmj.xyz>
Date:   Fri,  2 Oct 2020 20:41:08 -0700

emacs keybind section

Diffstat:
M.config/sxhkd/sxhkdrc | 9++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc @@ -43,6 +43,13 @@ super + n super + l mpc prev +# emacs +super + m + emacsclient -c -e '(mu4e)' + +super + t + emacsclient -c + # send the newest marked node to the newest preselected node #super + y # bspc node newest.marked.local -n newest.!automatic.local @@ -56,7 +63,7 @@ super + g # # set the window state -super + {t,shift + t,shift + @space,f} +super + {a,shift + t,shift + @space,f} xdo above -t $(xdo id -n root) $(xdo id -n polybar) && bspc node -t {tiled,pseudo_tiled,'~floating','~fullscreen'} # set the node flags