Changeset 7e5a3ec
- Timestamp:
- 08/07/2019 03:11:05 AM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.0, 9.1, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 0129b143
- Parents:
- e915fec
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
postlfs/filesystems/lvm2.xml
re915fec r7e5a3ec 160 160 </para> 161 161 162 <screen role="root" ><userinput>make -C tools install_tools_dynamic &&162 <screen role="root" remap="test"><userinput>make -C tools install_tools_dynamic && 163 163 make -C udev install && 164 164 make -C libdm install</userinput></screen> -
x/wm/openbox.xml
re915fec r7e5a3ec 195 195 </para> 196 196 197 <screen role="user"><userinput>cp -rf /etc/xdg/openbox ~/.config</userinput></screen>197 <screen><userinput>cp -rf /etc/xdg/openbox ~/.config</userinput></screen> 198 198 <para> 199 199 … … 229 229 </para> 230 230 231 <screen role=" user"><userinput>ls -d /usr/share/themes/*/openbox-3 | sed 's#.*es/##;s#/o.*##'</userinput></screen>231 <screen role="nodump"><userinput>ls -d /usr/share/themes/*/openbox-3 | sed 's#.*es/##;s#/o.*##'</userinput></screen> 232 232 </sect3> 233 233 … … 240 240 </para> 241 241 242 <screen role="user"><userinput>echo openbox > ~/.xinitrc</userinput></screen>242 <screen><userinput>echo openbox > ~/.xinitrc</userinput></screen> 243 243 244 244 <para> … … 248 248 </para> 249 249 250 <screen role=" user"><userinput>cat > ~/.xinitrc << "EOF"250 <screen role="nodump"><userinput>cat > ~/.xinitrc << "EOF" 251 251 <literal>display -backdrop -window root /path/to/beautiful/picture.jpeg 252 252 exec openbox</literal> … … 259 259 </para> 260 260 261 <screen role=" user"><userinput>cat > ~/.xinitrc << "EOF"261 <screen role="nodump"><userinput>cat > ~/.xinitrc << "EOF" 262 262 <literal># make an array which lists the pictures: 263 263 picture_list=(~/.config/backgrounds/*) … … 277 277 </para> 278 278 279 <screen role=" user"><userinput>cat > ~/.xinitrc << "EOF"279 <screen role="nodump"><userinput>cat > ~/.xinitrc << "EOF" 280 280 <literal>. /etc/profile 281 281 picture_list=(~/.config/backgrounds/*)
Note:
See TracChangeset
for help on using the changeset viewer.