From 58f6aa8956d7e5b512fccc4dbc83704de3e0719a Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Tue, 16 Jul 2024 15:02:20 +0200 Subject: checkpoint --- bin/common/gt | 3 --- bin/menuscripts/mpass | 2 +- config/X/x11/xinitrc | 1 - config/common/mpv/input.conf | 3 --- 4 files changed, 1 insertion(+), 8 deletions(-) diff --git a/bin/common/gt b/bin/common/gt index 1965ed1..8890ebb 100755 --- a/bin/common/gt +++ b/bin/common/gt @@ -103,6 +103,3 @@ while getopts ":a:c:f:lsheu" opt; do ;; esac done ->&2 printf '*: %s\n' "$*" - -# eval "herbe $(status | sed 's/"/\"/g;s/.*/"&"/' | tr '\n' ' ')" diff --git a/bin/menuscripts/mpass b/bin/menuscripts/mpass index f513b16..3d292c8 100755 --- a/bin/menuscripts/mpass +++ b/bin/menuscripts/mpass @@ -21,7 +21,7 @@ done [ "$file" ] || exit 1 pass show -c "$file" || exit 1 -notify-send -t 1000 "mpass" "copied: $file" +notify-send -t 1000 "mpass" "$file" [ "$WAYLAND_DISPLAY" ] && cliphist list >/dev/null && # on wayland and cliphist is running cliphist list | head -n 1 | cliphist delete diff --git a/config/X/x11/xinitrc b/config/X/x11/xinitrc index 57d628b..441c72b 100755 --- a/config/X/x11/xinitrc +++ b/config/X/x11/xinitrc @@ -37,7 +37,6 @@ ntfy transmission & # dunst & slstatus & upds & -emacs --daemon & eval "$(keychain --dir "$XDG_CONFIG_HOME/keychain" --eval --quiet --agents gpg,ssh)" unclutter --timeout 3 --jitter 50 -b exec startdwm diff --git a/config/common/mpv/input.conf b/config/common/mpv/input.conf index 1d3a486..1999437 100644 --- a/config/common/mpv/input.conf +++ b/config/common/mpv/input.conf @@ -224,9 +224,6 @@ BS script-binding osc/visibility # show chapter title alt+c script-message cycle-commands 'show-text "${chapter-metadata/title}" 100000000' 'show-text "" 0' -# display information and statistics -i script-binding stats/display-stats-toggle - x add audio-delay 0.100 # change audio/video sync by delaying the audio X add audio-delay -0.100 # change audio/video sync by shifting the audio earlier ctrl+x set audio-delay 0 -- cgit v1.2.3