~israeldahl/jwm-settings-manager/trunk

« back to all changes in this revision

Viewing changes to data/defaults/.jwmrc

  • Committer: Israel Dahl
  • Date: 2014-07-06 02:48:28 UTC
  • Revision ID: israeldahl@gmail.com-20140706024828-1bt17riyy2ep06bt
actually added the themes, buttons, etc...
* Alpha Version update
 * Desktop
 - Added Rox checkers, and getters and setters, but haven't finished/enabled it
 - Finished gradient support
 - finished Single color support
 - moved the image setting code to flDesktop(h/cpp)
 * Window
 - fixed Window icon code to reliably open the directory containing icons
 - added 'BoxShaped' window buttons

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<JWM>
 
3
        <!--Includes the separate files -->
 
4
    <Include>.jwm/panel</Include>
 
5
    <Include>.jwm/window</Include>
 
6
    <Include>.jwm/desktop</Include>
 
7
    <Include>.jwm/keyboard</Include>
 
8
    <Include>.jwm/mouse</Include>
 
9
    <Include>.jwm/icons</Include>
 
10
    <Include>.jwm/autostart</Include>
 
11
    <PopupStyle>
 
12
        <Font>ubuntu-12:antialias=true</Font>
 
13
        <Outline>black</Outline>
 
14
        <Foreground>white</Foreground>
 
15
        <Background>#383838</Background>
 
16
    </PopupStyle>
 
17
</JWM>