diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-05-11 19:18:12 +0200 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-05-11 19:18:12 +0200 |
commit | 22d20736ec4f5d4ed58d9023cb5ae243a8e8606d (patch) | |
tree | 24c8968f7714ae1aec5d3bf0be47b46abf9c8ed2 | |
parent | 91b416dc35d5b5347b86b8b0636b3efc01a72b32 (diff) |
Fast profile and auto-safe hwdec on mpv
-rw-r--r-- | dot_config/aliasrc | 2 | ||||
-rw-r--r-- | dot_xprofile | 1 |
2 files changed, 2 insertions, 1 deletions
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" |