diff options
| author | marcellus <msimon_fr@hotmail.com> | 2023-05-12 17:49:56 +0200 |
|---|---|---|
| committer | marcellus <msimon_fr@hotmail.com> | 2023-05-12 17:49:56 +0200 |
| commit | 13673af51e280878478940148971717491822ffc (patch) | |
| tree | 99a880e0c0b4e2d3d3e9ebc0d115dcd835143277 | |
| parent | 7796cbf9687b8355755f3002372e8fe86c06616a (diff) | |
fix: small patch of dmenutimer
| -rwxr-xr-x | scripts/dmenutimer | 2 | ||||
| -rw-r--r-- | zsh/.zshrc | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/scripts/dmenutimer b/scripts/dmenutimer index 9a28f04..00ccb4e 100755 --- a/scripts/dmenutimer +++ b/scripts/dmenutimer @@ -3,4 +3,4 @@ TIME=$(printf '' | dmenu -i -sb '#4E3524' -p 'New timer: ') -st -c "arttime" -e arttime --nolearn --random all --style 1 -t "Timer" -g $TIME +st -c "arttime" -o - -e arttime --nolearn --random all --style 1 -t "Timer" -g $TIME 2>/dev/null | grep goal @@ -25,6 +25,7 @@ alias cz="$HOME/.config/zsh" alias gs="git status" alias rps="echo help | nc ratakor.com 9998" alias nv="nvim" +alias cdmnt="sudo mount -t iso9660 -o ro /dev/sr0 $HOME/cdrom" autoload -U compinit zstyle ':completion:*' menu select |
