From 35ca5f207041f48c9e6bbab3a1398abeacdb628e Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Sun, 13 Nov 2016 19:06:04 +0100 Subject: [PATCH] update XCompose so that it also loads system language files. --- x/.XCompose | 3 +++ x/.config/i3/config | 2 +- x/.config/i3status/config | 6 +++--- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/x/.XCompose b/x/.XCompose index 1b9757e..80d69a4 100644 --- a/x/.XCompose +++ b/x/.XCompose @@ -1,3 +1,4 @@ +include "%L" # Lowercase greek letters. : "α" U03B1 : "β" U03B2 @@ -92,6 +93,8 @@ : "⏎" U23CE # Fractions + <0> <3> : "↉" U2189 + <1> : "⅟" U215f <1> <4> : "¼" onequarter <1> <2> : "½" onehalf <3> <4> : "¾" threequarters diff --git a/x/.config/i3/config b/x/.config/i3/config index 884f6e8..1bd00f5 100644 --- a/x/.config/i3/config +++ b/x/.config/i3/config @@ -138,6 +138,6 @@ bindsym $mod+p mode "resize" # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) bar { - status_command ~/conky.sh + status_command i3status font pango:$font $fontsize } diff --git a/x/.config/i3status/config b/x/.config/i3status/config index 9dc0115..77fb7fe 100644 --- a/x/.config/i3status/config +++ b/x/.config/i3status/config @@ -5,7 +5,7 @@ general { order += "wireless wlan0" order += "ethernet eth0" -order += "keyboard" +#order += "keyboard" order += "volume master" order += "disk /" order += "battery 0" @@ -45,5 +45,5 @@ disk "/" { format = "%free/%total free" } -keyboard { -} +#keyboard { +#} -- 2.20.1