From 059730186b2918c47838a6d514c290f3cc2f7a0d Mon Sep 17 00:00:00 2001 From: self Date: Sat, 19 Feb 2022 15:56:04 +0000 Subject: Added a temporary command to change volume and mnx, mprv, etc. for audio control --- zsh/.zshrc | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'zsh/.zshrc') diff --git a/zsh/.zshrc b/zsh/.zshrc index 42a02d4..97bd726 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -62,6 +62,8 @@ alias mc="mpc" alias mpp="mpc pause" alias mpl="mpc play" alias mps="mpc stop" +alias mnx="mpc next" +alias mprv="mpc prev" # backgrounds, wal... @@ -75,6 +77,15 @@ alias atw="mn anime-towatch" # Anime I should watch alias ac="mn anime-completed" # Anime I have completed alias ad="mn anime-dropped" # Anime I have dropped +# documents +alias p="zathura" +alias o="libreoffice --writer" + +# pulseaudio - this is a temporary solution +sv() { + pactl set-sink-volume 0 $1% +} + # git # TODO: add command to push to all remote repos, e.g. github, origin and gitlab alias gb="git branch" -- cgit v1.2.1