Squashed commit of the following:

- mpv
    - i3
    - changed zsh ps1
    - added swapscape to backup-tol2
    - removed floating
    - show hidden on word search telescope
    - added mod+r to leave resize
This commit is contained in:
2025-08-06 12:15:13 -05:00
parent 83318afdb6
commit 968141f8a7
9 changed files with 228 additions and 23 deletions

View File

@@ -15,7 +15,7 @@ fsyncb () {
fi
}
syncfile=".surf/styles .urlview .local/bin/lf-gadgets .local/share/applications/custom .config/newsboat .config/zsh .keepass .config/Pinta .config/cmus stuff/notes stuff/openvpn-cons stuff/media/ICE stuff/scripts/iceys-linux-stuffs"
syncfile=".surf/styles .urlview .local/bin/lf-gadgets .local/share/applications/custom .config/newsboat .config/zsh .keepass .config/Pinta .config/cmus stuff/notes stuff/openvpn-cons stuff/media/ICE stuff/scripts/iceys-linux-stuffs .config/swapscape.map"
# stuff/scripts .gnupg

View File

@@ -18,7 +18,7 @@ cd "$view_dir"
while :; do
open_file=$(fzf --preview "$Preview_file {} $FZF_PREVIEW_LINES $FZF_PREVIEW_COLUMN")
if [ "$open_file" ]; then
vlc "$open_file" & disown
mpv "$open_file" & disown
else
break
fi