config: add sway utils
This commit is contained in:
parent
61a5c75fb9
commit
77d57c885e
|
@ -0,0 +1,3 @@
|
|||
input * xkb_layout de
|
||||
input * xkb_numlock enabled
|
||||
input * xkb_options caps:swapescape
|
|
@ -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;;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue