diff options
Diffstat (limited to 'home/xyz/.profile')
-rw-r--r-- | home/xyz/.profile | 2 |
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 |