You are not logged in.
Pages: 1
Hi,
I'm experiencing the problem explained in this post:
https://bbs.archlinux.org/viewtopic.php?id=202782
A suggested solution is to "source the /etc/X11/xinit/xinitrc.d/50-systemd-user.sh file at .xinitrc "
So how does "sourcing" work? Is there a universal way/command? Does it mean just to execute the desired script or to link it to one of the present variables ("userresources", "sysresources" or other I find in /etc/X11/xinit/xinitrc) ?
In a comment on the bug report, one user suggested a script for sourcing. But as it's a common concept/practical skill required for using Arch, I would be thankful for a general explanation.
Last edited by zencefil (2015-11-01 21:10:42)
Offline
Follow the advice in the ArchWiki page about .xinitrc
cp /etc/X11/xinit/xinitrc ~/.xinitrcThis will create a template which will start the necessary scripts -- modify to your needs.
https://wiki.archlinux.org/index.php/Xi … figuration
To source a file, use:
source $FILELast edited by Head_on_a_Stick (2015-11-01 16:31:49)
Jin, Jîyan, Azadî
Offline
'source' is a builtin command in bash shell.
look at bash man page for details.
Offline
great, thank you for the explanations!
Offline
Pages: 1