Package: jwm / 2.1.0+svn579-2

31-jwmrc--fonts.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
From bf1ca9fe50f4eff39767f134ee4bd63376518564 Mon Sep 17 00:00:00 2001
From: Jari Aalto <jari.aalto@cante.net>
Date: Mon, 26 Sep 2011 11:43:43 +0300
Subject: [PATCH] example.jwmrc: Change fonts (lower)
Organization: Private
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit


Signed-off-by: Jari Aalto <jari.aalto@cante.net>
---
 example.jwmrc |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

--- a/example.jwmrc
+++ b/example.jwmrc
@@ -90,7 +90,7 @@
 
    <WindowStyle>
 
-      <Font>FreeSans-9:bold</Font>
+      <Font>-*-fixed-*-r-*-*-10-*-*-*-*-*-*-*</Font>
       <Width>4</Width>
       <Height>20</Height>
 
@@ -111,7 +111,7 @@
    </WindowStyle>
 
    <TaskListStyle>
-      <Font>FreeSans-12:bold</Font>
+      <Font>-*-fixed-*-r-*-*-10-*-*-*-*-*-*-*</Font>
       <ActiveForeground>black</ActiveForeground>
       <ActiveBackground>gray80:gray90</ActiveBackground>
       <Foreground>black</Foreground>
@@ -120,7 +120,7 @@
 
    <!-- Additional TrayStyle attribute: insert -->
    <TrayStyle>
-      <Font>FreeSans-12:bold</Font>
+      <Font>-*-fixed-*-r-*-*-10-*-*-*-*-*-*-*</Font>
       <Background>gray90</Background>
       <Foreground>black</Foreground>
       <Opacity>0.75</Opacity>
@@ -135,7 +135,7 @@
    </PagerStyle>
 
    <MenuStyle>
-      <Font>FreeSans-12:bold</Font>
+      <Font>-*-fixed-*-r-*-*-10-*-*-*-*-*-*-*</Font>
       <Foreground>black</Foreground>
       <Background>gray90</Background>
       <ActiveForeground>white</ActiveForeground>
@@ -144,7 +144,7 @@
    </MenuStyle>
 
    <PopupStyle>
-      <Font>FreeSans-10</Font>
+      <Font>-*-fixed-*-r-*-*-10-*-*-*-*-*-*-*</Font>
       <Outline>black</Outline>
       <Foreground>black</Foreground>
       <Background>yellow</Background>