From e92955cc8be96fc9ed1c547a4411fe78a71f8186 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 15 Feb 2015 18:30:21 +0100 Subject: mpd.conf: Removing server IP, as it is not needed for localhost. --- .config/mpd/mpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config') diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index 6d0a20d..42ff040 100644 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -19,7 +19,7 @@ audio_output { type "pulse" name "mpd" mixer_type "software" - server "127.0.0.1" +# server "127.0.0.1" } audio_output { -- cgit v1.2.3-54-g00ecf From 88567f850bd96348c27a8c5aff5f4bb7b7dbba88 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 15 Feb 2015 18:51:12 +0100 Subject: redshift.conf: Adding brighter settings for redshift --- .config/redshift.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.config') diff --git a/.config/redshift.conf b/.config/redshift.conf index f47dc59..d423561 100644 --- a/.config/redshift.conf +++ b/.config/redshift.conf @@ -1,11 +1,11 @@ ; Global settings [redshift] -temp-day=8700 +temp-day=7700 temp-night=4700 brightness-day=1.0 -brightness-night=0.8 +brightness-night=0.81 transition=0 -gamma=0.8:0.7:0.8 +gamma=0.91:0.82:0.85 location-provider=manual adjustment-method=randr -- cgit v1.2.3-54-g00ecf From a27c0d35fa23ef4cb8b742a50e2b2289e4067f9f Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 17 Feb 2015 17:34:16 +0100 Subject: compton.conf: Added shadow-exclude for GTK+3 applications (to not draw double shadow). --- .config/compton.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to '.config') diff --git a/.config/compton.conf b/.config/compton.conf index e49a70a..dc15cc4 100644 --- a/.config/compton.conf +++ b/.config/compton.conf @@ -13,7 +13,9 @@ shadow-offset-y = -7; # The top offset for shadows. (default -15) # shadow-blue = 0.0; # Blue color value of shadow. (0.0 - 1.0, defaults to 0) shadow-exclude = [ "n:e:Notification", + "class_g = 'conky'", "_GTK_FRAME_EXTENTS@:c", + "_NET_WM_OPAQUE_REGION@:c" ]; # Exclude conditions for shadows. # shadow-exclude = "n:e:Notification"; -- cgit v1.2.3-54-g00ecf From f59c8d48ec4464ff874e2e4d43a3a34af8b6484d Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 17 Feb 2015 17:39:12 +0100 Subject: khal.conf: Updating config to reflect server change. --- .config/khal/khal.conf | 37 +++++++++++++++++++++++-------------- 1 file changed, 23 insertions(+), 14 deletions(-) (limited to '.config') diff --git a/.config/khal/khal.conf b/.config/khal/khal.conf index 0284874..e67cf91 100644 --- a/.config/khal/khal.conf +++ b/.config/khal/khal.conf @@ -1,30 +1,40 @@ #/etc/khal/khal.conf.sample [calendars] -[[pool]] -path = ~/.calendars/pool +[[unix-pool]] +path = ~/.calendars/unix-pool readonly = True color = dark magenta -[[private]] -path = ~/.calendars/private +[[concerts]] +path = ~/.calendars/concerts readonly = True -color = dark cyan +color = brown -[[courses]] -path = ~/.calendars/courses +[[birthdays]] +path = ~/.calendars/contact_birthdays readonly = True -color = brown +color = white -[[frqrec]] -path = ~/.calendars/frqrec +[[courses]] +path = ~/.calendars/courses readonly = True -color = brown +color = light red [[d228]] -path = ~/.calendars/room +path = ~/.calendars/d228 readonly = True color = dark green +[[live]] +path = ~/.calendars/live +readonly = True +color = light green + +[[private]] +path = ~/.calendars/private +readonly = True +color = dark cyan + [sqlite] path = ~/.config/khal/khal.db @@ -37,10 +47,9 @@ dateformat = %d.%m. longdateformat = %d.%m.%Y datetimeformat = %d.%m. %H:%M longdatetimeformat = %d.%m.%Y %H:%M - firstweekday = 0 +weeknumbers = left [default] default_command = agenda default_calendar = private -debug = 0 -- cgit v1.2.3-54-g00ecf From c14d2ef842860b990bafc588a3a1852c5c7b5350 Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 17 Feb 2015 17:39:35 +0100 Subject: khard.conf: Updating config to reflect server change. --- .config/khard/khard.conf | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) (limited to '.config') diff --git a/.config/khard/khard.conf b/.config/khard/khard.conf index b5d5cbc..995ffdc 100644 --- a/.config/khard/khard.conf +++ b/.config/khard/khard.conf @@ -5,24 +5,18 @@ path = ~/.contacts/akt/ [[bands]] path = ~/.contacts/bands/ -[[funkhaus]] -path = ~/.contacts/funkhaus/ +[[private]] +path = ~/.contacts/private/ -[[personal]] -path = ~/.contacts/personal/ - -[[pool]] -path = ~/.contacts/pool/ - -[[restaurants]] -path = ~/.contacts/restaurants/ - -[[service]] -path = ~/.contacts/service/ +[[services]] +path = ~/.contacts/services/ [[tu-berlin]] path = ~/.contacts/tu-berlin/ +[[unixpool]] +path = ~/.contacts/unixpool/ + [[venues]] path = ~/.contacts/venues/ -- cgit v1.2.3-54-g00ecf From 8143da66ff5b0d5ac8fb246ac5ebd60d99836bed Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 17 Feb 2015 23:06:45 +0100 Subject: gtk-3.0: Adding settings to unset double shadows and make client-side decorations play nice with compton. --- .config/gtk-3.0/gtk.css | 10 ++++++++++ .config/gtk-3.0/settings.ini | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .config/gtk-3.0/gtk.css (limited to '.config') diff --git a/.config/gtk-3.0/gtk.css b/.config/gtk-3.0/gtk.css new file mode 100644 index 0000000..5dead4a --- /dev/null +++ b/.config/gtk-3.0/gtk.css @@ -0,0 +1,10 @@ +.window-frame, .window-frame:backdrop { + box-shadow: 0 0 0 black; + border-style: none; + margin: 0; + border-radius: 0; +} + +.titlebar { + border-radius: 0; +} diff --git a/.config/gtk-3.0/settings.ini b/.config/gtk-3.0/settings.ini index d19deaa..39ca34a 100644 --- a/.config/gtk-3.0/settings.ini +++ b/.config/gtk-3.0/settings.ini @@ -3,4 +3,4 @@ gtk-application-prefer-dark-theme=1 gtk-fallback-icon-theme = gnome gtk-recent-files-max-age=0 gtk-recent-files-limit=0 - +#gtk-decoration-layout=menu: -- cgit v1.2.3-54-g00ecf From 8f9eb53a23715a15fd591e930a75eedabdc91b93 Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 3 Mar 2015 15:23:10 +0100 Subject: khal.conf: Setting writable calendars writable. --- .config/khal/khal.conf | 6 ------ 1 file changed, 6 deletions(-) (limited to '.config') diff --git a/.config/khal/khal.conf b/.config/khal/khal.conf index e67cf91..7931720 100644 --- a/.config/khal/khal.conf +++ b/.config/khal/khal.conf @@ -2,12 +2,10 @@ [calendars] [[unix-pool]] path = ~/.calendars/unix-pool -readonly = True color = dark magenta [[concerts]] path = ~/.calendars/concerts -readonly = True color = brown [[birthdays]] @@ -17,22 +15,18 @@ color = white [[courses]] path = ~/.calendars/courses -readonly = True color = light red [[d228]] path = ~/.calendars/d228 -readonly = True color = dark green [[live]] path = ~/.calendars/live -readonly = True color = light green [[private]] path = ~/.calendars/private -readonly = True color = dark cyan [sqlite] -- cgit v1.2.3-54-g00ecf From 66f420275f5ab3fb99c737169001e4a5b71a3a1d Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 3 Mar 2015 15:31:46 +0100 Subject: termite/config: Lowering alpha value of termite background. --- .config/termite/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config') diff --git a/.config/termite/config b/.config/termite/config index fec0056..877362c 100644 --- a/.config/termite/config +++ b/.config/termite/config @@ -35,7 +35,7 @@ foreground_bold = #ffffff background = #000000 # 20% background transparency (requires a compositor) -background = rgba(00, 00, 00, 0.9) +background = rgba(00, 00, 00, 0.79) # if unset, will reverse foreground and background highlight = #2f2f2f -- cgit v1.2.3-54-g00ecf From aa359360df1dfdf3773a654244521029b495a849 Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 3 Mar 2015 19:36:05 +0100 Subject: mc/ini: Updating term-color --- .config/mc/ini | 2 ++ 1 file changed, 2 insertions(+) (limited to '.config') diff --git a/.config/mc/ini b/.config/mc/ini index d24391f..63b44a9 100644 --- a/.config/mc/ini +++ b/.config/mc/ini @@ -112,6 +112,8 @@ base_color= xterm-termite= color_terminals= +xterm-color= + [Panels] show_mini_info=true kilobyte_si=false -- cgit v1.2.3-54-g00ecf From 30b8049a57252e78d30a67332daedd9d2f61b31e Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 3 Mar 2015 21:03:19 +0100 Subject: conky: Add top, right, bottom conky config. --- .config/conky/bottom | 47 +++++++++++++++++++++++++ .config/conky/right | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++++ .config/conky/top | 47 +++++++++++++++++++++++++ 3 files changed, 191 insertions(+) create mode 100755 .config/conky/bottom create mode 100755 .config/conky/right create mode 100755 .config/conky/top (limited to '.config') diff --git a/.config/conky/bottom b/.config/conky/bottom new file mode 100755 index 0000000..aa2f13b --- /dev/null +++ b/.config/conky/bottom @@ -0,0 +1,47 @@ +use_xft yes +xftfont 123:size=8 +xftalpha 0.1 +background true +update_interval 0.1 +total_run_times 0 +own_window yes +own_window_type override +own_window_argb_visual true +own_window_argb_value 100 +own_window_hints undecorated,sticky,below,skip_taskbar,skip_pager +double_buffer yes +draw_shades no +draw_outline no +draw_borders no +draw_graph_borders no +default_color white +default_shade_color 222222 +default_outline_color green +alignment bottom_left +minimum_size 1920 30 +#maximum_width 160 +gap_x 0 +gap_y -10 +no_buffers yes +uppercase no +cpu_avg_samples 1 +net_avg_samples 1 +override_utf8_locale yes +use_spacer left +color1 EAEAEA +color2 00FF66 +color3 11EAEA +color4 EAEAEA +color5 FFA300 +color6 22FFFF +color7 FF8888 +text_buffer_size 256 +pad_percents 0 +short_units yes +format_human_readable yes +default_bar_size 100 6 +if_up_strictness link +draw_shades yes + +TEXT +${font Terminus:pixelsize=14}${color1} CPU: ${color3}${cpu cpu0}% ${goto 110}${color1}Memory: ${color3}[$memmax] $mem / $buffers / $cached ${goto 440}${color1}HD: ${color3}$diskio ${goto 540}${color1}Network: ${color3}${downspeedf wlp3s0} KB / ${upspeedf wlp3s0} KB ${goto 1750}${color5} ${time %H:%M:%S %d-%m-%Y} diff --git a/.config/conky/right b/.config/conky/right new file mode 100755 index 0000000..9ae0e97 --- /dev/null +++ b/.config/conky/right @@ -0,0 +1,97 @@ +use_xft yes +xftfont 123:size=8 +xftalpha 0.1 +background true +total_run_times 0 +own_window yes +own_window_type override +update_interval 1 +own_window_argb_visual true +own_window_argb_value 100 +own_window_hints undecorated,sticky,below,skip_taskbar,skip_pager +double_buffer yes +draw_shades no +draw_outline no +draw_borders no +draw_graph_borders no +default_color white +default_shade_color 222222 +default_outline_color green +alignment top_right +minimum_size 100 1020 +#maximum_width 160 +gap_x 0 +gap_y 30 +no_buffers yes +uppercase no +cpu_avg_samples 1 +net_avg_samples 1 +override_utf8_locale yes +use_spacer left +color1 EAEAEA +color2 00FF66 +color3 11EAEA +color4 EAEAEA +color5 FFA300 +color6 22FFFF +color7 FF8888 +text_buffer_size 512 +pad_percents 0 +short_units yes +format_human_readable yes +default_bar_size 115 5 +if_up_strictness link +draw_shades yes + +TEXT +${font Inconsolata:pixelsize=15}${color5} ${kernel} +${color1} ${loadavg} + +${color5} ${time %H:%M:%S %d-%m-%Y} + +${color5} CPU: ${color3}${freq} Mhz +${color5} total: ${color3}${cpubar cpu0} +${color1} 1: ${color3}${cpubar cpu1} +${color1} 2: ${color3}${cpubar cpu2} +${color1} 3: ${color3}${cpubar cpu3} +${color1} 4: ${color3}${cpubar cpu4} +${color1} 5: ${color3}${cpubar cpu5} +${color1} 6: ${color3}${cpubar cpu6} +${color1} 7: ${color3}${cpubar cpu7} +${color1} 8: ${color3}${cpubar cpu8} + +${color5} Memory: ${color3}$memmax +${color1} in use: ${color3}$mem +${color1} buffer: ${color3}$buffers +${color1} cached: ${color3}$cached + +${color5} HD: +${color1}/dev/sda: ${color3}${diskio /dev/sda} +${color1}/dev/sdb: ${color3}${diskio /dev/sdb} + +${color5} Network: +${if_up wlp3s0} +${color1} net: ${color3}${exec iwgetid | cut -d ":" -f2} +${color1} wlp3s0: ${color3}${addr wlp3s0} +${color1} ext: ${color3}${exec dig +short myip.opendns.com @resolver1.opendns.com} +${color1} gway: ${color3}${exec route -n | grep wlp3s0 | grep UG | awk '{print $2}'} +${color1} dns: ${color3}${exec grep "nameserver" /etc/resolv.conf | awk '{print $2}'} +${color1} speed: ${color3}${exec iwconfig wlp3s0 | grep "Bit Rate" | cut -d"=" -f2 | cut -d" " -f1} Mb/s +${color1} frq: ${color3}${exec iwconfig wlp3s0 | grep "Frequency" | cut -d":" -f3 | cut -d " " -f1} GHz +${color1} qual: ${color3}${exec iwconfig wlp3s0 | grep "Quality" | cut -d"=" -f2 | cut -d" " -f1 } +${color1} level: ${color3}${exec iwconfig wlp3s0 | grep "Signal" | cut -d"=" -f3 } +${color1} rate: ${color3}${downspeed wlp3s0} / ${upspeed wlp3s0} +${endif} +${if_up enp0s25} +${color1}enp0s25: ${color3}${addr enp0s25} +${color1} ext: ${color3}${exec dig +short myip.opendns.com @resolver1.opendns.com} +${color1} gway: ${color3}${exec route -n | grep enp0s25 | grep UG |awk '{print $2}'} +${color1} dns: ${color3}${exec grep "nameserver" /etc/resolv.conf | awk '{print $2}'} +${color1} rate: ${color3}${downspeed enp0s25} / ${upspeed enp0s25} +${endif} + +${color5} Process: +${color1}${execi 1 ps ax -o pcpu,comm,%mem --sort=-c | head -n 12 | tail -n 14} + +${color5} Connections: +${color1}${execpi 1 netstat --protocol=inet 2>/dev/null | grep -v localhost | grep ESTABLISHED | head -n 9 | sed -n "s/tcp.*\:.*\ \(.*\)\:\([^ ]*\)\ \(.*\)/ \$\{color2\}\2:\$\{color1\}\1/p" | sort | uniq } diff --git a/.config/conky/top b/.config/conky/top new file mode 100755 index 0000000..257be2a --- /dev/null +++ b/.config/conky/top @@ -0,0 +1,47 @@ +use_xft yes +xftfont 123:size=8 +xftalpha 0.1 +background true +update_interval 0.1 +total_run_times 0 +own_window yes +own_window_type override +own_window_argb_visual true +own_window_argb_value 100 +own_window_hints undecorated,sticky,below,skip_taskbar,skip_pager +double_buffer yes +draw_shades no +draw_outline no +draw_borders no +draw_graph_borders no +default_color white +default_shade_color 222222 +default_outline_color green +alignment top_left +minimum_size 1920 15 +#maximum_width 160 +gap_x 0 +gap_y 5 +no_buffers yes +uppercase no +cpu_avg_samples 1 +net_avg_samples 1 +override_utf8_locale yes +use_spacer left +color1 EAEAEA +color2 00FF66 +color3 11EAEA +color4 EAEAEA +color5 FFA300 +color6 22FFFF +color7 FF8888 +text_buffer_size 256 +pad_percents 0 +short_units yes +format_human_readable yes +default_bar_size 40 6 +if_up_strictness link +draw_shades yes + +TEXT +${font Terminus:pixelsize=14}${color2}[ ${color3}${exec ~/ownCloud/sys-pref/conky-helpers/get-tag.sh} ${color5}${exec ~/ownCloud/sys-pref/conky-helpers/get-layout.sh}${color2} ]${color1} ${goto 500}Music: ${color1}[ ${color5}${mpd_elapsed}${color1} / ${color5}${mpd_length}${color1} ] ${color2}${mpd_status} ${color3}${if_match "${mpd_artist}" == ""}${mpd_file}${endif}${if_match "${mpd_artist}" != ""}${mpd_artist}${color1} - ${color3}${mpd_title}${endif}${image ~/ownCloud/sys-pref/conky-icons/volume.png -s 12x12 -n -p 1584,1}${goto 1605}${color3}${execbar pamixer --get-volume} ${image ~/ownCloud/sys-pref/conky-icons/brightness.png -s 12x12 -n -p 1657,1}${goto 1680}${color3}${execbar xbacklight} -- cgit v1.2.3-54-g00ecf From ac7a78b40400643b33ca091bb9c30ea15354d50e Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 3 Mar 2015 21:04:30 +0100 Subject: base.cfg: Terminology base settings update --- .config/terminology/config/standard/base.cfg | Bin 2430 -> 4290 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to '.config') diff --git a/.config/terminology/config/standard/base.cfg b/.config/terminology/config/standard/base.cfg index 24826c2..ad4940a 100644 Binary files a/.config/terminology/config/standard/base.cfg and b/.config/terminology/config/standard/base.cfg differ -- cgit v1.2.3-54-g00ecf From 71eef02a23088d9b7f670e00774a7ab4d38c261f Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 6 Mar 2015 00:07:41 +0100 Subject: ardour3: Adding configs for Ardour3. --- .config/ardour3/.a3 | 0 .config/ardour3/.nevernag | 0 .config/ardour3/ardour.rc | 312 ++++++++++ .config/ardour3/ardour3_ui.conf | 506 +++++++++++++++ .config/ardour3/export/FLAC 24 bit (tagged).format | 30 + .config/ardour3/gdk-pixbuf.loaders | 125 ++++ .config/ardour3/instant.xml | 22 + .config/ardour3/pango.modules | 35 ++ .config/ardour3/pango.rc | 2 + .config/ardour3/plugin_statuses | 58 ++ .../2014_Deviser_Synth_And_Microphones.template | 678 +++++++++++++++++++++ 11 files changed, 1768 insertions(+) create mode 100644 .config/ardour3/.a3 create mode 100644 .config/ardour3/.nevernag create mode 100644 .config/ardour3/ardour.rc create mode 100644 .config/ardour3/ardour3_ui.conf create mode 100644 .config/ardour3/export/FLAC 24 bit (tagged).format create mode 100644 .config/ardour3/gdk-pixbuf.loaders create mode 100644 .config/ardour3/instant.xml create mode 100644 .config/ardour3/pango.modules create mode 100644 .config/ardour3/pango.rc create mode 100644 .config/ardour3/plugin_statuses create mode 100644 .config/ardour3/templates/2014_Deviser_Synth_And_Microphones/2014_Deviser_Synth_And_Microphones.template (limited to '.config') diff --git a/.config/ardour3/.a3 b/.config/ardour3/.a3 new file mode 100644 index 0000000..e69de29 diff --git a/.config/ardour3/.nevernag b/.config/ardour3/.nevernag new file mode 100644 index 0000000..e69de29 diff --git a/.config/ardour3/ardour.rc b/.config/ardour3/ardour.rc new file mode 100644 index 0000000..29fed35 --- /dev/null +++ b/.config/ardour3/ardour.rc @@ -0,0 +1,312 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.config/ardour3/ardour3_ui.conf b/.config/ardour3/ardour3_ui.conf new file mode 100644 index 0000000..c309b9c --- /dev/null +++ b/.config/ardour3/ardour3_ui.conf @@ -0,0 +1,506 @@ + + + + + + + diff --git a/.config/ardour3/export/FLAC 24 bit (tagged).format b/.config/ardour3/export/FLAC 24 bit (tagged).format new file mode 100644 index 0000000..d45ca8c --- /dev/null +++ b/.config/ardour3/export/FLAC 24 bit (tagged).format @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.config/ardour3/gdk-pixbuf.loaders b/.config/ardour3/gdk-pixbuf.loaders new file mode 100644 index 0000000..cb25d92 --- /dev/null +++ b/.config/ardour3/gdk-pixbuf.loaders @@ -0,0 +1,125 @@ +# GdkPixbuf Image Loader Modules file +# Automatically generated file, do not edit +# Created by gdk-pixbuf-query-loaders from gdk-pixbuf-2.25.0 +# +# LoaderDir = /opt/ardour/lib/loaders +# +"/opt/ardour/lib/loaders/libpixbufloader-xbm.so" +"xbm" 4 "gdk-pixbuf" "The XBM image format" "LGPL" +"image/x-xbitmap" "" +"xbm" "" +"#define " "" 100 +"/*" "" 50 + +"/opt/ardour/lib/loaders/libpixbufloader-icns.so" +"icns" 4 "gdk-pixbuf" "The ICNS image format" "GPL" +"image/x-icns" "" +"icns" "" +"icns" "" 100 + +"/opt/ardour/lib/loaders/libpixbufloader-ani.so" +"ani" 4 "gdk-pixbuf" "The ANI image format" "LGPL" +"application/x-navi-animation" "" +"ani" "" +"RIFF ACON" " xxxx " 100 + +"/opt/ardour/lib/loaders/libpixbufloader-gif.so" +"gif" 4 "gdk-pixbuf" "The GIF image format" "LGPL" +"image/gif" "" +"gif" "" +"GIF8" "" 100 + +"/opt/ardour/lib/loaders/libpixbufloader-ras.so" +"ras" 4 "gdk-pixbuf" "The Sun raster image format" "LGPL" +"image/x-cmu-raster" "image/x-sun-raster" "" +"ras" "" +"Y\246j\225" "" 100 + +"/opt/ardour/lib/loaders/libpixbufloader-bmp.so" +"bmp" 5 "gdk-pixbuf" "The BMP image format" "LGPL" +"image/bmp" "image/x-bmp" "image/x-MS-bmp" "" +"bmp" "" +"BM" "" 100 + +"/opt/ardour/lib/loaders/libpixbufloader-pcx.so" +"pcx" 4 "gdk-pixbuf" "The PCX image format" "LGPL" +"image/x-pcx" "" +"pcx" "" +"\n \001" "" 100 +"\n\002\001" "" 100 +"\n\003\001" "" 100 +"\n\004\001" "" 100 +"\n\005\001" "" 100 + +"/opt/ardour/lib/loaders/libpixbufloader-qtif.so" +"qtif" 4 "gdk-pixbuf" "The QTIF image format" "LGPL" +"image/x-quicktime" "image/qtif" "" +"qtif" "qif" "" +"abcdidsc" "xxxx " 100 +"abcdidat" "xxxx " 100 + +"/opt/ardour/lib/loaders/libpixbufloader-png.so" +"png" 5 "gdk-pixbuf" "The PNG image format" "LGPL" +"image/png" "" +"png" "" +"\211PNG\r\n\032\n" "" 100 + +"/opt/ardour/lib/loaders/libpixbufloader-tiff.so" +"tiff" 1 "gdk-pixbuf" "The TIFF image format" "LGPL" +"image/tiff" "" +"tiff" "tif" "" +"MM *" " z " 100 +"II* " " z" 100 +"II* \020 CR\002 " " z zzz z" 0 + +"/opt/ardour/lib/loaders/libpixbufloader-xpm.so" +"xpm" 4 "gdk-pixbuf" "The XPM image format" "LGPL" +"image/x-xpixmap" "" +"xpm" "" +"/* XPM */" "" 100 + +"/opt/ardour/lib/loaders/libpixbufloader-ico.so" +"ico" 5 "gdk-pixbuf" "The ICO image format" "LGPL" +"image/x-icon" "image/x-ico" "image/x-win-bitmap" "" +"ico" "cur" "" +" \001 " "zz znz" 100 +" \002 " "zz znz" 100 + +"/opt/ardour/lib/loaders/libpixbufloader-wbmp.so" +"wbmp" 4 "gdk-pixbuf" "The WBMP image format" "LGPL" +"image/vnd.wap.wbmp" "" +"wbmp" "" +" " "zz" 1 +" `" "z " 1 +" @" "z " 1 +" " "z " 1 + +"/opt/ardour/lib/loaders/libpixbufloader-jpeg.so" +"jpeg" 5 "gdk-pixbuf" "The JPEG image format" "LGPL" +"image/jpeg" "" +"jpeg" "jpe" "jpg" "" +"\377\330" "" 100 + +"/opt/ardour/lib/loaders/libpixbufloader-tga.so" +"tga" 4 "gdk-pixbuf" "The Targa image format" "LGPL" +"image/x-tga" "" +"tga" "targa" "" +" \001\001" "x " 100 +" \001\t" "x " 100 +" \002" "xz " 99 +" \003" "xz " 100 +" \n" "xz " 100 +" \v" "xz " 100 + +"/opt/ardour/lib/loaders/libpixbufloader-pnm.so" +"pnm" 4 "gdk-pixbuf" "The PNM/PBM/PGM/PPM image format family" "LGPL" +"image/x-portable-anymap" "image/x-portable-bitmap" "image/x-portable-graymap" "image/x-portable-pixmap" "" +"pnm" "pbm" "pgm" "ppm" "" +"P1" "" 100 +"P2" "" 100 +"P3" "" 100 +"P4" "" 100 +"P5" "" 100 +"P6" "" 100 + + diff --git a/.config/ardour3/instant.xml b/.config/ardour3/instant.xml new file mode 100644 index 0000000..1621b5b --- /dev/null +++ b/.config/ardour3/instant.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/.config/ardour3/pango.modules b/.config/ardour3/pango.modules new file mode 100644 index 0000000..f335b9e --- /dev/null +++ b/.config/ardour3/pango.modules @@ -0,0 +1,35 @@ +# Pango Modules file +# Automatically generated file, do not edit +# +# ModulesPath = /opt/ardour/lib/modules +# +/opt/ardour/lib/modules/pango-tibetan-fc.so TibetanScriptEngineFc PangoEngineShape PangoRenderFc tibetan:* +/opt/ardour/lib/modules/pango-basic-x.so BasicScriptEngineX PangoEngineShape PangoRenderX common: +/opt/ardour/lib/modules/pango-arabic-lang.so ArabicScriptEngineLang PangoEngineLang PangoRenderNone arabic:* +/opt/ardour/lib/modules/pango-khmer-fc.so KhmerScriptEngineFc PangoEngineShape PangoRenderFc khmer:* +/opt/ardour/lib/modules/pango-hangul-fc.so HangulScriptEngineFc PangoEngineShape PangoRenderFc hangul:* +/opt/ardour/lib/modules/pango-arabic-fc.so ArabicScriptEngineFc PangoEngineShape PangoRenderFc arabic:* nko:* +/opt/ardour/lib/modules/pango-basic-fc.so BasicScriptEngineFc PangoEngineShape PangoRenderFc latin:* cyrillic:* greek:* armenian:* georgian:* runic:* ogham:* bopomofo:* cherokee:* coptic:* deseret:* ethiopic:* gothic:* han:* hiragana:* katakana:* old-italic:* canadian-aboriginal:* yi:* braille:* cypriot:* limbu:* osmanya:* shavian:* linear-b:* ugaritic:* glagolitic:* cuneiform:* phoenician:* common: +/opt/ardour/lib/modules/pango-indic-fc.so devaScriptEngineFc PangoEngineShape PangoRenderFc devanagari:* +/opt/ardour/lib/modules/pango-indic-fc.so bengScriptEngineFc PangoEngineShape PangoRenderFc bengali:* +/opt/ardour/lib/modules/pango-indic-fc.so guruScriptEngineFc PangoEngineShape PangoRenderFc gurmukhi:* +/opt/ardour/lib/modules/pango-indic-fc.so gujrScriptEngineFc PangoEngineShape PangoRenderFc gujarati:* +/opt/ardour/lib/modules/pango-indic-fc.so oryaScriptEngineFc PangoEngineShape PangoRenderFc oriya:* +/opt/ardour/lib/modules/pango-indic-fc.so tamlScriptEngineFc PangoEngineShape PangoRenderFc tamil:* +/opt/ardour/lib/modules/pango-indic-fc.so teluScriptEngineFc PangoEngineShape PangoRenderFc telugu:* +/opt/ardour/lib/modules/pango-indic-fc.so kndaScriptEngineFc PangoEngineShape PangoRenderFc kannada:* +/opt/ardour/lib/modules/pango-indic-fc.so mlymScriptEngineFc PangoEngineShape PangoRenderFc malayalam:* +/opt/ardour/lib/modules/pango-indic-fc.so sinhScriptEngineFc PangoEngineShape PangoRenderFc sinhala:* +/opt/ardour/lib/modules/pango-hebrew-fc.so HebrewScriptEngineFc PangoEngineShape PangoRenderFc hebrew:* +/opt/ardour/lib/modules/pango-thai-fc.so ThaiScriptEngineFc PangoEngineShape PangoRenderFc thai:* lao:* +/opt/ardour/lib/modules/pango-syriac-fc.so SyriacScriptEngineFc PangoEngineShape PangoRenderFc syriac:* +/opt/ardour/lib/modules/pango-indic-lang.so devaIndicScriptEngineLang PangoEngineLang PangoRenderNone devanagari:* +/opt/ardour/lib/modules/pango-indic-lang.so bengIndicScriptEngineLang PangoEngineLang PangoRenderNone bengali:* +/opt/ardour/lib/modules/pango-indic-lang.so guruIndicScriptEngineLang PangoEngineLang PangoRenderNone gurmukhi:* +/opt/ardour/lib/modules/pango-indic-lang.so gujrIndicScriptEngineLang PangoEngineLang PangoRenderNone gujarati:* +/opt/ardour/lib/modules/pango-indic-lang.so oryaIndicScriptEngineLang PangoEngineLang PangoRenderNone oriya:* +/opt/ardour/lib/modules/pango-indic-lang.so tamlIndicScriptEngineLang PangoEngineLang PangoRenderNone tamil:* +/opt/ardour/lib/modules/pango-indic-lang.so teluIndicScriptEngineLang PangoEngineLang PangoRenderNone telugu:* +/opt/ardour/lib/modules/pango-indic-lang.so kndaIndicScriptEngineLang PangoEngineLang PangoRenderNone kannada:* +/opt/ardour/lib/modules/pango-indic-lang.so mlymIndicScriptEngineLang PangoEngineLang PangoRenderNone malayalam:* +/opt/ardour/lib/modules/pango-indic-lang.so sinhIndicScriptEngineLang PangoEngineLang PangoRenderNone sinhala:* diff --git a/.config/ardour3/pango.rc b/.config/ardour3/pango.rc new file mode 100644 index 0000000..0ae8270 --- /dev/null +++ b/.config/ardour3/pango.rc @@ -0,0 +1,2 @@ +[Pango] +ModuleFiles=/home/dave/.config/ardour3/pango.modules diff --git a/.config/ardour3/plugin_statuses b/.config/ardour3/plugin_statuses new file mode 100644 index 0000000..2bd3f51 --- /dev/null +++ b/.config/ardour3/plugin_statuses @@ -0,0 +1,58 @@ +LXVST Favorite 1515476290 +LXVST Favorite 1515405652 +LXVST Favorite 1515015474 +LXVST Favorite 1515012944 +LXVST Favorite 1514615601 +LXVST Favorite 1514492210 +LXVST Favorite 1514360882 +LXVST Favorite 1514360144 +LV2 Favorite urn:juce:TalReverb +LV2 Favorite https://github.com/asb2m10/dexed +LV2 Favorite http://yoshimi.sourceforge.net/lv2_plugin +LV2 Favorite http://www.drowaudio.co.uk/audio/audio_plugins/tremolo +LV2 Favorite http://plugin.org.uk/swh-plugins/split +LV2 Favorite http://nedko.arnaudov.name/ssg/1 +LV2 Favorite http://linuxsampler.org/plugins/linuxsampler +LV2 Favorite http://kunz.corrupt.ch/products/tal-noisemaker +LV2 Favorite http://guitarix.sourceforge.net/plugins/gx_tremolo#_tremolo +LV2 Favorite http://guitarix.sourceforge.net/plugins/gx_switched_tremolo_#_switched_tremolo_ +LV2 Favorite http://guitarix.sourceforge.net/plugins/gx_room_simulator_#_room_simulator_ +LV2 Favorite http://elephly.net/lv2/mdaPiano +LV2 Favorite http://calf.sourceforge.net/plugins/Wavetable +LV2 Favorite http://calf.sourceforge.net/plugins/VintageDelay +LV2 Favorite http://calf.sourceforge.net/plugins/StereoTools +LV2 Favorite http://calf.sourceforge.net/plugins/Sidechaingate +LV2 Favorite http://calf.sourceforge.net/plugins/Sidechaincompressor +LV2 Favorite http://calf.sourceforge.net/plugins/Saturator +LV2 Favorite http://calf.sourceforge.net/plugins/RotarySpeaker +LV2 Favorite http://calf.sourceforge.net/plugins/Reverb +LV2 Favorite http://calf.sourceforge.net/plugins/Pulsator +LV2 Favorite http://calf.sourceforge.net/plugins/Phaser +LV2 Favorite http://calf.sourceforge.net/plugins/Organ +LV2 Favorite http://calf.sourceforge.net/plugins/Multibandlimiter +LV2 Favorite http://calf.sourceforge.net/plugins/Multibandgate +LV2 Favorite http://calf.sourceforge.net/plugins/Multibandcompressor +LV2 Favorite http://calf.sourceforge.net/plugins/MultiChorus +LV2 Favorite http://calf.sourceforge.net/plugins/Monosynth +LV2 Favorite http://calf.sourceforge.net/plugins/MonoInput +LV2 Favorite http://calf.sourceforge.net/plugins/Limiter +LV2 Favorite http://calf.sourceforge.net/plugins/Gate +LV2 Favorite http://calf.sourceforge.net/plugins/Fluidsynth +LV2 Favorite http://calf.sourceforge.net/plugins/Flanger +LV2 Favorite http://calf.sourceforge.net/plugins/Filterclavier +LV2 Favorite http://calf.sourceforge.net/plugins/Filter +LV2 Favorite http://calf.sourceforge.net/plugins/Exciter +LV2 Favorite http://calf.sourceforge.net/plugins/Equalizer8Band +LV2 Favorite http://calf.sourceforge.net/plugins/Equalizer5Band +LV2 Favorite http://calf.sourceforge.net/plugins/Equalizer12Band +LV2 Favorite http://calf.sourceforge.net/plugins/Deesser +LV2 Favorite http://calf.sourceforge.net/plugins/Compressor +LV2 Favorite http://calf.sourceforge.net/plugins/BassEnhancer +LV2 Favorite http://calf.sourceforge.net/plugins/Analyzer +LADSPA Favorite 1515476290 +LADSPA Favorite 1515015474 +LADSPA Favorite 1515012944 +LADSPA Favorite 1514615601 +LADSPA Favorite 1514492210 +LADSPA Favorite 1514360882 +LADSPA Favorite 1514360144 diff --git a/.config/ardour3/templates/2014_Deviser_Synth_And_Microphones/2014_Deviser_Synth_And_Microphones.template b/.config/ardour3/templates/2014_Deviser_Synth_And_Microphones/2014_Deviser_Synth_And_Microphones.template new file mode 100644 index 0000000..fa7bd07 --- /dev/null +++ b/.config/ardour3/templates/2014_Deviser_Synth_And_Microphones/2014_Deviser_Synth_And_Microphones.template @@ -0,0 +1,678 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3-54-g00ecf From 3f6ffc7a36e3b6e3a6c55254a1d6dc399ecc81ec Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 6 Mar 2015 00:28:52 +0100 Subject: pavucontrol.ini: Adding standard window size --- .config/pavucontrol.ini | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .config/pavucontrol.ini (limited to '.config') diff --git a/.config/pavucontrol.ini b/.config/pavucontrol.ini new file mode 100644 index 0000000..5931a51 --- /dev/null +++ b/.config/pavucontrol.ini @@ -0,0 +1,3 @@ +[window] +width=960 +height=600 -- cgit v1.2.3-54-g00ecf From 5d3b5f3dbaea2017088f427eddcd80cd749c136c Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 6 Mar 2015 01:00:35 +0100 Subject: .config/systemd: Adding current systemd --user setup. --- .config/systemd/user/default.target.wants/compton.service | 1 + .config/systemd/user/default.target.wants/dbus.socket | 1 + .config/systemd/user/default.target.wants/monitoring.service | 1 + .config/systemd/user/default.target.wants/mpd.service | 1 + .config/systemd/user/default.target.wants/redshift.service | 1 + .config/systemd/user/default.target.wants/stop-screensaver.timer | 1 + .config/systemd/user/default.target.wants/syndaemon.service | 1 + .config/systemd/user/default.target.wants/systemd-analyze-plot.service | 1 + .config/systemd/user/default.target.wants/tmux.service | 1 + .config/systemd/user/sockets.target.wants/pulseaudio.socket | 1 + 10 files changed, 10 insertions(+) create mode 120000 .config/systemd/user/default.target.wants/compton.service create mode 120000 .config/systemd/user/default.target.wants/dbus.socket create mode 120000 .config/systemd/user/default.target.wants/monitoring.service create mode 120000 .config/systemd/user/default.target.wants/mpd.service create mode 120000 .config/systemd/user/default.target.wants/redshift.service create mode 120000 .config/systemd/user/default.target.wants/stop-screensaver.timer create mode 120000 .config/systemd/user/default.target.wants/syndaemon.service create mode 120000 .config/systemd/user/default.target.wants/systemd-analyze-plot.service create mode 120000 .config/systemd/user/default.target.wants/tmux.service create mode 120000 .config/systemd/user/sockets.target.wants/pulseaudio.socket (limited to '.config') diff --git a/.config/systemd/user/default.target.wants/compton.service b/.config/systemd/user/default.target.wants/compton.service new file mode 120000 index 0000000..ffd8e1b --- /dev/null +++ b/.config/systemd/user/default.target.wants/compton.service @@ -0,0 +1 @@ +/etc/systemd/user/compton.service \ No newline at end of file diff --git a/.config/systemd/user/default.target.wants/dbus.socket b/.config/systemd/user/default.target.wants/dbus.socket new file mode 120000 index 0000000..d2513af --- /dev/null +++ b/.config/systemd/user/default.target.wants/dbus.socket @@ -0,0 +1 @@ +/etc/systemd/user/dbus.socket \ No newline at end of file diff --git a/.config/systemd/user/default.target.wants/monitoring.service b/.config/systemd/user/default.target.wants/monitoring.service new file mode 120000 index 0000000..98fac58 --- /dev/null +++ b/.config/systemd/user/default.target.wants/monitoring.service @@ -0,0 +1 @@ +/etc/systemd/user/monitoring.service \ No newline at end of file diff --git a/.config/systemd/user/default.target.wants/mpd.service b/.config/systemd/user/default.target.wants/mpd.service new file mode 120000 index 0000000..0524f66 --- /dev/null +++ b/.config/systemd/user/default.target.wants/mpd.service @@ -0,0 +1 @@ +/usr/lib/systemd/user/mpd.service \ No newline at end of file diff --git a/.config/systemd/user/default.target.wants/redshift.service b/.config/systemd/user/default.target.wants/redshift.service new file mode 120000 index 0000000..a9cf4c7 --- /dev/null +++ b/.config/systemd/user/default.target.wants/redshift.service @@ -0,0 +1 @@ +/usr/lib/systemd/user/redshift.service \ No newline at end of file diff --git a/.config/systemd/user/default.target.wants/stop-screensaver.timer b/.config/systemd/user/default.target.wants/stop-screensaver.timer new file mode 120000 index 0000000..33588c9 --- /dev/null +++ b/.config/systemd/user/default.target.wants/stop-screensaver.timer @@ -0,0 +1 @@ +/etc/systemd/user/stop-screensaver.timer \ No newline at end of file diff --git a/.config/systemd/user/default.target.wants/syndaemon.service b/.config/systemd/user/default.target.wants/syndaemon.service new file mode 120000 index 0000000..24a3281 --- /dev/null +++ b/.config/systemd/user/default.target.wants/syndaemon.service @@ -0,0 +1 @@ +/etc/systemd/user/syndaemon.service \ No newline at end of file diff --git a/.config/systemd/user/default.target.wants/systemd-analyze-plot.service b/.config/systemd/user/default.target.wants/systemd-analyze-plot.service new file mode 120000 index 0000000..90ff8ef --- /dev/null +++ b/.config/systemd/user/default.target.wants/systemd-analyze-plot.service @@ -0,0 +1 @@ +/etc/systemd/user/systemd-analyze-plot.service \ No newline at end of file diff --git a/.config/systemd/user/default.target.wants/tmux.service b/.config/systemd/user/default.target.wants/tmux.service new file mode 120000 index 0000000..015d1c0 --- /dev/null +++ b/.config/systemd/user/default.target.wants/tmux.service @@ -0,0 +1 @@ +/etc/systemd/user/tmux.service \ No newline at end of file diff --git a/.config/systemd/user/sockets.target.wants/pulseaudio.socket b/.config/systemd/user/sockets.target.wants/pulseaudio.socket new file mode 120000 index 0000000..b166523 --- /dev/null +++ b/.config/systemd/user/sockets.target.wants/pulseaudio.socket @@ -0,0 +1 @@ +/usr/lib/systemd/user/pulseaudio.socket \ No newline at end of file -- cgit v1.2.3-54-g00ecf From 99f8ef9e69c7381cd83bff930adff3df3f4956be Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 6 Mar 2015 19:10:15 +0100 Subject: .config/mpd/folders: Adding default folders for mpd. --- .config/mpd/folders/Artists | 1 + .config/mpd/folders/Various Artists | 1 + 2 files changed, 2 insertions(+) create mode 120000 .config/mpd/folders/Artists create mode 120000 .config/mpd/folders/Various Artists (limited to '.config') diff --git a/.config/mpd/folders/Artists b/.config/mpd/folders/Artists new file mode 120000 index 0000000..a2225ce --- /dev/null +++ b/.config/mpd/folders/Artists @@ -0,0 +1 @@ +/mnt/music/Artists \ No newline at end of file diff --git a/.config/mpd/folders/Various Artists b/.config/mpd/folders/Various Artists new file mode 120000 index 0000000..d21d487 --- /dev/null +++ b/.config/mpd/folders/Various Artists @@ -0,0 +1 @@ +/mnt/music/Various Artists \ No newline at end of file -- cgit v1.2.3-54-g00ecf From 3081a9b166a27635fc982e70b3ae7073c9b1c44a Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 6 Mar 2015 19:32:14 +0100 Subject: profile-cleaner.conf: Adding standard setting for profile cleaner (dark background) --- .config/profile-cleaner.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .config/profile-cleaner.conf (limited to '.config') diff --git a/.config/profile-cleaner.conf b/.config/profile-cleaner.conf new file mode 100644 index 0000000..470cc00 --- /dev/null +++ b/.config/profile-cleaner.conf @@ -0,0 +1,9 @@ +# +# /home/dave/.config/profile-cleaner.conf +# + +# Define the background of your terminal theme here. +# A setting of dark will produce colors that nicely contrast a dark background. +# A setting of light will produce colors that nicely contrast a light background. +COLORS=dark +#COLORS=light -- cgit v1.2.3-54-g00ecf From 2cf1ca8d92c9a46581baaa28312495b7edc5aed4 Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 6 Mar 2015 20:40:56 +0100 Subject: termite/config: Explicitly adding firefox as browser, so clickable URLs will work --- .config/termite/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config') diff --git a/.config/termite/config b/.config/termite/config index 877362c..b1158e3 100644 --- a/.config/termite/config +++ b/.config/termite/config @@ -20,7 +20,7 @@ cursor_blink = system cursor_shape = ibeam # $BROWSER is used by default -#browser = firefox +browser = firefox # set size hints for the window #size_hints = false -- cgit v1.2.3-54-g00ecf From edfad3a7929182f39f19a75d0290678cbf100ccd Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 6 Mar 2015 20:44:10 +0100 Subject: .fonts.conf: Adding a custom fontconfig cache dir, so .cache can be a tmpfs and won't need a symlink to the fontconfig directory. --- .config/fontconfig/fonts.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .config/fontconfig/fonts.conf (limited to '.config') diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf new file mode 100644 index 0000000..72cb90a --- /dev/null +++ b/.config/fontconfig/fonts.conf @@ -0,0 +1,7 @@ + + + + + ~/.local/share/fontconfig + + -- cgit v1.2.3-54-g00ecf From 9e8d294a80e8ba973fb703cecfa2ef5ca9d1bc80 Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 6 Mar 2015 20:56:45 +0100 Subject: fonts.conf: Updating to a correct path structure. --- .config/fontconfig/fonts.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.config') diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf index 72cb90a..baef22e 100644 --- a/.config/fontconfig/fonts.conf +++ b/.config/fontconfig/fonts.conf @@ -1,7 +1,5 @@ - - ~/.local/share/fontconfig - + ~/.local/share/fontconfig -- cgit v1.2.3-54-g00ecf