diff options
Diffstat (limited to '.config/sxhkd')
-rw-r--r-- | .config/sxhkd/README.org | 6 | ||||
-rw-r--r-- | .config/sxhkd/sxhkdrc | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.config/sxhkd/README.org b/.config/sxhkd/README.org index e4345c7..17f5edf 100644 --- a/.config/sxhkd/README.org +++ b/.config/sxhkd/README.org @@ -32,7 +32,7 @@ - [[#expand-a-window-by-moving-one-of-its-side-outward][Expand a window by moving one of its side outward]] - [[#contract-a-window-by-moving-one-of-its-side-inward][Contract a window by moving one of its side inward]] - [[#move-a-floating-window][Move a floating window]] -- [[#some-quick-launch-apps][Some quick launch apps]] +- [[#some-custom-quick-launch-apps][Some custom quick launch apps]] - [[#xf86-keys][XF86 keys]] * About @@ -211,12 +211,12 @@ super + {Left,Down,Up,Right} /usr/local/bin/bspc node -v {-20 0,0 20,0 -20,20 0} #+END_SRC -* Some quick launch apps +* Some custom quick launch apps #+BEGIN_SRC text super + 1 /usr/local/bin/alacritty -e vifm super + 2 - /usr/local/bin/alacritty + /usr/local/bin/emacsclient -c super + 3 /usr/local/bin/firefox --kiosk https://start.duckduckgo.com/ super + 4 diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index eeb5e9d..8925c5d 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -97,7 +97,7 @@ super + {Left,Down,Up,Right} super + 1 /usr/local/bin/alacritty -e vifm super + 2 - /usr/local/bin/alacritty + /usr/local/bin/emacsclient -c super + 3 /usr/local/bin/firefox --kiosk https://start.duckduckgo.com/ super + 4 |