for my own usage

This commit is contained in:
Jakub 2025-09-24 19:07:01 +08:00
parent 9c2671dae3
commit e34d6dd120

View file

@ -41,6 +41,10 @@ If using =bspwm= and =sxhkd=, I suggest the following keyinds to make use of eve
super + ctrl + e
bspc rule -a '*' -o state=floating; emacsclient --create-frame -e '(progn (select-frame-set-input-focus (selected-frame)) (org-capture))'
# focus the node in the given direction
super + {_,shift + }{Left,Down,Up,Right}
bspc node -{f,s} {west,south,north,east}
#+end_src
* Opinionated Stuff