File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/config/graphical-session Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -105,13 +105,13 @@ be used to start X sessions from the console. For example, to start
105105
106106To start arbitrary programs together with an X session, add them in ` ~/.xinitrc `
107107before 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 &
115115exec /bin/i3
116116```
117117
You can’t perform that action at this time.
0 commit comments