Compare commits

..

No commits in common. "b7cd81cad2e4c1427f5b8af2842c5ecc50ff4263" and "089a44c0313e79f59d0ff5e7813a13216a9342ec" have entirely different histories.

3 changed files with 2 additions and 10 deletions

View File

@ -26,8 +26,3 @@ set fish_greeting ""
# Enable Vi bindings # Enable Vi bindings
fish_vi_key_bindings fish_vi_key_bindings
bind -M insert \ce accept-autosuggestion -m default
bind -M default \ce execute
set __fish_git_prompt_showdirtystate 1

View File

@ -16,10 +16,7 @@ function fish_right_prompt
set usercolor (set_color $col) set usercolor (set_color $col)
end end
printf '%s ' \ printf '%s%s@%s%s' $usercolor \
(fish_git_prompt)
printf '%s%s@%s%s'\
$usercolor \
(echo $USER | string shorten -m 5 -c '') \ (echo $USER | string shorten -m 5 -c '') \
(echo $hostname | string shorten -m 1 -c '') \ (echo $hostname | string shorten -m 1 -c '') \
(set_color normal) (set_color normal)

View File

@ -7,7 +7,7 @@ if [ "$DUNST_APP_NAME" = "soundboard" ]; then
fi fi
if pactl list short sinks | grep -q virtual_mic; then if pactl list short sinks | grep -q virtual_mic; then
mpv ~/.local/bin/deskutils/notif.wav --audio-device=pulse/alsa_output.usb-C-Media_Electronics_Inc._USB_Audio_Device-00.analog-stereo mpv ~/.local/bin/deskutils/notif.wav --audio-device=pulse/c1_out
else else
mpv ~/.local/bin/deskutils/notif.wav mpv ~/.local/bin/deskutils/notif.wav
fi fi