config: add sway utils

This commit is contained in:
xeruf 2022-01-07 19:15:25 +01:00
parent 61a5c75fb9
commit 77d57c885e
3 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,3 @@
input * xkb_layout de
input * xkb_numlock enabled
input * xkb_options caps:swapescape

View File

@ -17,6 +17,8 @@ case $1 in
(kdeconnect*) kdeconnect-cli --help-all "${@:2}" | $paginate;;
(vlc) unbuffer vlc --full-help "${@:2}" | $paginate;;
(pandoc) man pandoc; highlight "Extensions" && pandoc --list-extensions;;
(swaymsg) test $# -gt 1 && man sway "${@:2}" || man swaymsg;;
(swaymsg-*) man sway "${1#swaymsg-}";;
(*) man "$@" ||
{ info "$1" -w | grep -v "manpages" && pinfo "$@"; } ||
if which "$1" >/dev/null; then "$@" --help; "$@" -help 2>&1 | $paginate; fi;;

View File

@ -57,7 +57,8 @@ makepkg -si
- productivity :: activitywatch-bin jrnl
- sync :: syncthing
: systemctl enable --now syncthing
- personal aur utils (need configuration) :: [[https://github.com/mookid/diffr][diffr]] bat-extras-git rdictcc-git neovim-symlinks stderred-git
- personal aur utils (only useful with dotfiles) :: [[https://github.com/mookid/diffr][diffr]] bat-extras neovim-symlinks stderred-git
rdictcc-git
: pip install beautifulsoup4
- experiments :: kakoune
** Graphical