diff options
-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" |