summaryrefslogtreecommitdiff
path: root/home/xyz/.profile
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2022-02-05 23:53:39 -0800
committerxyz <gky44px1999@gmail.com>2022-02-05 23:53:39 -0800
commitb7aeba6afbd57326b63f0bc089516324e0b1e101 (patch)
tree8ea4d879bba2138bd4f91319e716b319bd78b2b3 /home/xyz/.profile
parent44e6f1d2494d72a5f7418cfbf5a3e89ba3377473 (diff)
.profile, start playerctld daemon
Diffstat (limited to 'home/xyz/.profile')
-rw-r--r--home/xyz/.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/home/xyz/.profile b/home/xyz/.profile
index b63168f2..9a1b63cc 100644
--- a/home/xyz/.profile
+++ b/home/xyz/.profile
@@ -82,6 +82,8 @@ export SCR_HEIGHT=900
#export GDK_SCALE=2
#export GDK_DPI_SCALE=0.5
+playerctld daemon
+
# must source .bashrc after export _ZO_ECHO=1 and INPUTRC=..., else these two env will has no effect, don't know why
# here `. ~/.bashrc` same as `source ~/.bashrc`, see `source filename` in `man bash`, and `. file` in `man dash`
# `. file` is POSIX compliant, while `source file` is not