Xinitrc - Debian Wiki
wiki.debian.org › XinitrcIf no specific client program is given on the command line, xinit will look for a hidden file in the user's home_directory called .xinitrc to run as a shell script to start up client programs. A .xinitrc sample is: # ~/.xinitrc # This file is sourced when running startx and # other programs which call xinit # As in all Bash/sh scripts lines ...
xinit - ArchWiki - Arch Linux
https://wiki.archlinux.org/title/Xinitxinitrc. ~/.xinitrc is handy to run programs depending on X and set environment variables on X server startup. If it is present in a user's home directory, startx and xinit execute it. Otherwise startx will run the default /etc/X11/xinit/xinitrc . Note: Xinit has its own default behaviour instead of executing the file.
Xinitrc - Debian Wiki
https://wiki.debian.org/XinitrcThe xinit program is used to start the X Window System server and a first client program on systems that cannot start X directly from /etc/init or in environments that use multiple window systems. When this first client exits, xinit will kill the X server and then terminate. If no specific client program is given on the command line, xinit will ...
xinit - ArchWiki - Arch Linux
wiki.archlinux.org › title › Xinitxinitrc. ~/.xinitrc is handy to run programs depending on X and set environment variables on X server startup. If it is present in a user's home directory, startx and xinit execute it. Otherwise startx will run the default /etc/X11/xinit/xinitrc . Note: Xinit has its own default behaviour instead of executing the file.
.xinitrc - FreeBSDwiki
www.freebsdwiki.net › indexIf your .xinitrc has one of these lines in it, it will execute the Desktop Environment when you run startx. Otherwise you'll have to run startx and feed it the Desktop Environment as an argument or run the desktop init script manually. Another approach is to alias the desktop script to another command in your shell profile; such as placing. in ...
.xinitrc - FreeBSDwiki
www.freebsdwiki.net/index.php/.xinitrcIf you want to start KDE, you'll have to put this line in it: exec startkde If you want to start XFCE, you'll have to put this line in it: exec startxfce If you want to start Gnome, the line is: exec gnome-session If your .xinitrc has one of these lines in it, it will execute the …