diff options
author | xyz <gky44px1999@gmail.com> | 2021-07-28 19:52:22 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-07-28 19:52:22 -0700 |
commit | 82349fb8d151c61961f8011d6a0e29f691ac7d07 (patch) | |
tree | 3526793428bf45935c8525cae09676b498d927e0 | |
parent | b5b8292697f35e9db97011c54666389232a9a578 (diff) |
patch
-rw-r--r-- | .bash_profile | 2 | ||||
-rw-r--r-- | .config/sxhkd/sxhkdrc | 2 | ||||
-rwxr-xr-x | .local/bin/qmmi | 1 |
3 files changed, 2 insertions, 3 deletions
diff --git a/.bash_profile b/.bash_profile index 1b47b3ee..07bb893b 100644 --- a/.bash_profile +++ b/.bash_profile @@ -12,7 +12,7 @@ export PATH="$(find ~/.local/bin -type d -printf %p:)$PATH" export HISTSIZE=4000 export HISTFILESIZE=4000 -export MANPAGER="nvim +Man!" +export MANPAGER='nvim +Man!' export EDITOR=nvim export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket" diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index de738ae8..2ceeea47 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -1,5 +1,5 @@ alt + Print - ffmpeg -f x11grab -i $DISPLAY -vframes 1 $HOME/pictures/screenshots/$(time.uuid).png + ffmpeg -f x11grab -i "$DISPLAY" -vframes 1 "$HOME"/pictures/screenshots/"$(time.uuid)".png XF86Audio{RaiseVolume,LowerVolume,Mute} amixer set Master {5%+,5%-,toggle} diff --git a/.local/bin/qmmi b/.local/bin/qmmi index 328f36e6..af56c085 100755 --- a/.local/bin/qmmi +++ b/.local/bin/qmmi @@ -18,4 +18,3 @@ else cd "$origin" || exit 1 done fi - |