Skip to content

Commit 1a60a58

Browse files
committed
config/graphical-session/xorg: use a more generic example program
for xinitrc "starting arbitrary programs". starting pipewire in the xinitrc isn't practical unless using a user dbus service.
1 parent 3ae5e4e commit 1a60a58

File tree

1 file changed

+4
-4
lines changed
  • src/config/graphical-session

1 file changed

+4
-4
lines changed

src/config/graphical-session/xorg.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,13 @@ be used to start X sessions from the console. For example, to start
105105

106106
To start arbitrary programs together with an X session, add them in `~/.xinitrc`
107107
before the last line. For example, to start
108-
[pipewire(1)](https://man.voidlinux.org/pipewire.1) before starting i3, add
109-
`pipewire &` before the last line.
108+
[xscreensaver(1)](https://man.voidlinux.org/xscreensaver.1) before starting i3,
109+
add `xscreensaver &` before the last line.
110110

111-
A `~/.xinitrc` file which starts `pipewire` and `i3` is shown below:
111+
A `~/.xinitrc` file which starts `xscreensaver` and `i3` is shown below:
112112

113113
```
114-
pipewire &
114+
xscreensaver &
115115
exec /bin/i3
116116
```
117117

0 commit comments

Comments
 (0)