From 22d20736ec4f5d4ed58d9023cb5ae243a8e8606d Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Sun, 11 May 2025 19:18:12 +0200 Subject: Update mpv alias and add syncthing to xprofile autostart Fast profile and auto-safe hwdec on mpv --- dot_config/aliasrc | 2 +- dot_xprofile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dot_config/aliasrc b/dot_config/aliasrc index d7ab000..61a46ca 100644 --- a/dot_config/aliasrc +++ b/dot_config/aliasrc @@ -1,6 +1,6 @@ #!/bin/sh -alias mpv='mpv --input-ipc-server=/tmp/mpvsoc$(date +%s)' \ +alias mpv='mpv --input-ipc-server=/tmp/mpvsoc$(date +%s) --profile=fast --hwdec=auto-safe' \ xi="sudo xbps-install" \ xr="sudo xbps-remove" \ xq="xbps-query" \ diff --git a/dot_xprofile b/dot_xprofile index bf56cba..f48275e 100644 --- a/dot_xprofile +++ b/dot_xprofile @@ -6,6 +6,7 @@ xset r rate 300 50 & # Speed xrate up #unclutter & # Remove mouse when idle #dunst & # dunst for notifications +syncthing --no-browser & autostart="xcompmgr dunst" #unclutter" -- cgit v1.2.3