From e34d6dd1208b1508ba3280b8a52a7137f5418774 Mon Sep 17 00:00:00 2001 From: Jakub Date: Wed, 24 Sep 2025 19:07:01 +0800 Subject: [PATCH] for my own usage --- README.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.org b/README.org index 1fd735d..9df2cc7 100644 --- a/README.org +++ b/README.org @@ -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