Changeset 7e5a3ec for x/wm/openbox.xml


Ignore:
Timestamp:
08/07/2019 03:11:05 AM (5 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0129b143
Parents:
e915fec
Message:

remove weird role="user" attributes in openbox, and add a remap attribute to
LVM2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21906 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/wm/openbox.xml

    re915fec r7e5a3ec  
    195195      </para>
    196196
    197 <screen role="user"><userinput>cp -rf /etc/xdg/openbox ~/.config</userinput></screen>
     197<screen><userinput>cp -rf /etc/xdg/openbox ~/.config</userinput></screen>
    198198      <para>
    199199
     
    229229      </para>
    230230
    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>
    232232    </sect3>
    233233
     
    240240      </para>
    241241
    242 <screen role="user"><userinput>echo openbox &gt; ~/.xinitrc</userinput></screen>
     242<screen><userinput>echo openbox &gt; ~/.xinitrc</userinput></screen>
    243243
    244244      <para>
     
    248248      </para>
    249249
    250 <screen role="user"><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
     250<screen role="nodump"><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
    251251<literal>display -backdrop -window root /path/to/beautiful/picture.jpeg
    252252exec openbox</literal>
     
    259259      </para>
    260260
    261 <screen role="user"><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
     261<screen role="nodump"><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
    262262<literal># make an array which lists the pictures:
    263263picture_list=(~/.config/backgrounds/*)
     
    277277      </para>
    278278
    279 <screen role="user"><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
     279<screen role="nodump"><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
    280280<literal>. /etc/profile
    281281picture_list=(~/.config/backgrounds/*)
Note: See TracChangeset for help on using the changeset viewer.