diff options
| author | bh <qn+git@epicurus.dev> | 2026-01-05 23:11:46 +0800 |
|---|---|---|
| committer | bh <qn+git@epicurus.dev> | 2026-01-05 23:11:46 +0800 |
| commit | 57f2eaad3cf5b80acff904b468ac033eda5f2436 (patch) | |
| tree | df42f440bff60e64828949403dfd4618f8df941a | |
| parent | fd38f6bcd8975e5ee23f92e7bd39a5831b8e4689 (diff) | |
Tweaked zsh correction
| -rw-r--r-- | mpd/.config/mpd/log | 2 | ||||
| -rw-r--r-- | mpd/.config/mpd/pid | 2 | ||||
| -rw-r--r-- | mpd/.config/mpd/state | 4 | ||||
| -rw-r--r-- | zsh/.zshrc | 2 |
4 files changed, 6 insertions, 4 deletions
diff --git a/mpd/.config/mpd/log b/mpd/.config/mpd/log index 427849a..d115f5b 100644 --- a/mpd/.config/mpd/log +++ b/mpd/.config/mpd/log @@ -387,3 +387,5 @@ 2025-12-12T15:52:36 player: played "The Beatles/08 - Sgt. Pepper's Lonely Hearts Club Band/13 - A Day In The Life.flac" 2025-12-20T13:53:25 player: played "The Beatles/08 - Sgt. Pepper's Lonely Hearts Club Band/09 - When I'm Sixty-Four.flac" 2025-12-22T00:35:19 player: played "The Beatles/08 - Sgt. Pepper's Lonely Hearts Club Band/09 - When I'm Sixty-Four.flac" +2025-12-31T12:06:35 player: played "The Beatles/08 - Sgt. Pepper's Lonely Hearts Club Band/02 - With A Little Help From My Friends.flac" +2026-01-04T16:12:00 player: played "The Beatles/08 - Sgt. Pepper's Lonely Hearts Club Band/02 - With A Little Help From My Friends.flac" diff --git a/mpd/.config/mpd/pid b/mpd/.config/mpd/pid index 8163eed..b7f96df 100644 --- a/mpd/.config/mpd/pid +++ b/mpd/.config/mpd/pid @@ -1 +1 @@ -850 +862 diff --git a/mpd/.config/mpd/state b/mpd/.config/mpd/state index a2048ad..6b4aed6 100644 --- a/mpd/.config/mpd/state +++ b/mpd/.config/mpd/state @@ -2,8 +2,8 @@ sw_volume: 100 audio_device_state:1:PipeWire Output audio_device_state:1:Visualizer state: pause -current: 8 -time: 110.99000000000001 +current: 1 +time: 93.72 random: 0 repeat: 0 single: 0 @@ -125,7 +125,7 @@ HISTFILE=~/.histfile HISTSIZE=10000 SAVEHIST=1000000000 setopt beep notify -setopt CORRECT_ALL +setopt CORRECT # bindkey -v # Map Ctrl+G to switch to normal mode (like Escape) # bindkey '^G' vi-cmd-mode |
