aboutsummaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/autostart/conky.desktop12
-rw-r--r--.config/autostart/xbacklight.desktop12
-rw-r--r--.config/autostart/xfce4-clipman-plugin-autostart.desktop4
-rw-r--r--.config/autostart/xfce4-notes-autostart.desktop13
-rw-r--r--.config/fcitx/cached_layout569
-rw-r--r--.config/fcitx/conf/fcitx-autoeng.config21
-rw-r--r--.config/fcitx/conf/fcitx-chttrans.config11
-rw-r--r--.config/fcitx/conf/fcitx-classic-ui.config31
-rw-r--r--.config/fcitx/conf/fcitx-clipboard.config27
-rw-r--r--.config/fcitx/conf/fcitx-imselector.config48
-rw-r--r--.config/fcitx/conf/fcitx-keyboard.config25
-rw-r--r--.config/fcitx/conf/fcitx-notify.config2
-rw-r--r--.config/fcitx/conf/fcitx-pinyin-enhance.config28
-rw-r--r--.config/fcitx/conf/fcitx-pinyin.config109
-rw-r--r--.config/fcitx/conf/fcitx-quickphrase.config23
-rw-r--r--.config/fcitx/conf/fcitx-spell.config10
-rw-r--r--.config/fcitx/conf/fcitx-unicode.config4
-rw-r--r--.config/fcitx/conf/fcitx-xim.config6
-rw-r--r--.config/fcitx/conf/fcitx-xkb.config14
-rw-r--r--.config/fcitx/config147
-rw-r--r--.config/fcitx/profile22
-rw-r--r--.config/fontconfig/fonts.conf272
-rw-r--r--.config/geany/filedefs/filetypes.README2
-rw-r--r--.config/geany/geany.conf214
-rw-r--r--.config/geany/keybindings.conf0
-rw-r--r--.config/geany/templates/templates.README2
-rw-r--r--.config/gtk-3.0/bookmarks8
-rw-r--r--.config/gtk-3.0/settings.ini8
-rw-r--r--.config/htop/htoprc24
-rw-r--r--.config/mc/ini137
-rw-r--r--.config/mc/panels.ini0
-rw-r--r--.config/parcellite/parcelliterc38
-rw-r--r--.config/user-dirs.dirs15
-rw-r--r--.config/user-dirs.locale1
-rw-r--r--.config/vlc/vlc-qt-interface.conf16
-rw-r--r--.config/vlc/vlcrc3981
-rw-r--r--.config/xfce4/help.rc2
-rw-r--r--.config/xfce4/helpers.rc2
-rw-r--r--.config/xfce4/panel/datetime-8.rc6
-rw-r--r--.config/xfce4/panel/xfce4-notes-plugin-47-9.rc11
-rw-r--r--.config/xfce4/terminal/terminalrc24
-rw-r--r--.config/xfce4/xfce4-notes.gtkrc2
-rw-r--r--.config/xfce4/xfce4-notes.rc11
-rw-r--r--.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml30
-rw-r--r--.config/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml7
-rw-r--r--.config/xfce4/xfconf/xfce-perchannel-xml/pointers.xml18
-rw-r--r--.config/xfce4/xfconf/xfce-perchannel-xml/ristretto.xml12
-rw-r--r--.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml11
-rw-r--r--.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml39
-rw-r--r--.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml27
-rw-r--r--.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml156
-rw-r--r--.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-mixer.xml19
-rw-r--r--.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml59
-rw-r--r--.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml12
-rw-r--r--.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml34
-rw-r--r--.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml82
-rw-r--r--.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml37
57 files changed, 6457 insertions, 0 deletions
diff --git a/.config/autostart/conky.desktop b/.config/autostart/conky.desktop
new file mode 100644
index 0000000..6dd1f3c
--- /dev/null
+++ b/.config/autostart/conky.desktop
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Encoding=UTF-8
+Version=0.9.4
+Type=Application
+Name=conky
+Comment=start conky
+Exec=sleep 3 && conky -d
+OnlyShowIn=XFCE;
+StartupNotify=false
+Terminal=false
+Hidden=false
+
diff --git a/.config/autostart/xbacklight.desktop b/.config/autostart/xbacklight.desktop
new file mode 100644
index 0000000..5413bee
--- /dev/null
+++ b/.config/autostart/xbacklight.desktop
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Encoding=UTF-8
+Version=0.9.4
+Type=Application
+Name=xbacklight
+Comment=set screen brightness
+Exec=xbacklight -set 80
+OnlyShowIn=XFCE;
+StartupNotify=false
+Terminal=false
+Hidden=false
+
diff --git a/.config/autostart/xfce4-clipman-plugin-autostart.desktop b/.config/autostart/xfce4-clipman-plugin-autostart.desktop
new file mode 100644
index 0000000..bdf20bf
--- /dev/null
+++ b/.config/autostart/xfce4-clipman-plugin-autostart.desktop
@@ -0,0 +1,4 @@
+[Desktop Entry]
+Hidden=false
+TryExec=xfce4-clipman
+Exec=xfce4-clipman
diff --git a/.config/autostart/xfce4-notes-autostart.desktop b/.config/autostart/xfce4-notes-autostart.desktop
new file mode 100644
index 0000000..c13895a
--- /dev/null
+++ b/.config/autostart/xfce4-notes-autostart.desktop
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Type=Application
+Name=Notes
+Name[zh_CN]=便笺
+Name[zh_TW]=小筆記
+Comment=Ideal for your quick notes
+Comment[zh_CN]=一个理想的快速便笺程序
+TryExec=xfce4-notes
+Exec=xfce4-notes
+Icon=xfce4-notes-plugin
+OnlyShowIn=XFCE;GNOME;
+Terminal=false
+Hidden=false
diff --git a/.config/fcitx/cached_layout b/.config/fcitx/cached_layout
new file mode 100644
index 0000000..15336cd
--- /dev/null
+++ b/.config/fcitx/cached_layout
@@ -0,0 +1,569 @@
+English (US):us:en
+English (US):us:Cherokee:chr:chr
+English (US):us:English (US, with euro on 5):euro:en
+English (US):us:English (US, international with dead keys):intl:en
+English (US):us:English (US, alternative international):alt-intl:en
+English (US):us:English (Colemak):colemak:en
+English (US):us:English (Dvorak):dvorak:en
+English (US):us:English (Dvorak, international with dead keys):dvorak-intl:en
+English (US):us:English (Dvorak alternative international no dead keys):dvorak-alt-intl:en
+English (US):us:English (left handed Dvorak):dvorak-l:en
+English (US):us:English (right handed Dvorak):dvorak-r:en
+English (US):us:English (classic Dvorak):dvorak-classic:en
+English (US):us:English (programmer Dvorak):dvp:en
+English (US):us:Russian (US, phonetic):rus:ru
+English (US):us:English (Macintosh):mac:en
+English (US):us:English (international AltGr dead keys):altgr-intl:en
+English (US):us:English (the divide/multiply keys toggle the layout):olpc2:en
+English (US):us:Serbo-Croatian (US):hbs:en
+English (US):us:English (Workman):workman:en
+English (US):us:English (Workman, international with dead keys):workman-intl:en
+English (US):us:English (US, international AltGr Unicode combining):intl-unicode:en
+English (US):us:English (US, international AltGr Unicode combining, alternative):alt-intl-unicode:en
+English (US):us:Atsina:ats:en
+English (US):us:Coeur d'Alene Salish:crd:
+English (US):us:Czech Slovak and German (US):cz_sk_de:en
+English (US):us:English (US, Sun Type 6/7):sun_type6:en
+English (US):us:English (Norman):norman:en
+Afghani:af:
+Afghani:af:Pashto:ps:ps
+Afghani:af:Uzbek (Afghanistan):uz:uz
+Afghani:af:Pashto (Afghanistan, OLPC):olpc-ps:ps
+Afghani:af:Persian (Afghanistan, Dari OLPC):fa-olpc:
+Afghani:af:Uzbek (Afghanistan, OLPC):uz-olpc:uz
+Arabic:ara:ar
+Arabic:ara:Arabic (azerty):azerty:ar
+Arabic:ara:Arabic (azerty/digits):azerty_digits:ar
+Arabic:ara:Arabic (digits):digits:ar
+Arabic:ara:Arabic (qwerty):qwerty:ar
+Arabic:ara:Arabic (qwerty/digits):qwerty_digits:ar
+Arabic:ara:Arabic (Buckwalter):buckwalter:ar
+Arabic:ara:Arabic (Sun Type 6/7):sun_type6:ar
+Albanian:al:sq
+Armenian:am:hy
+Armenian:am:Armenian (phonetic):phonetic:hy
+Armenian:am:Armenian (alternative phonetic):phonetic-alt:hy
+Armenian:am:Armenian (eastern):eastern:hy
+Armenian:am:Armenian (western):western:hy
+Armenian:am:Armenian (alternative eastern):eastern-alt:hy
+Armenian:am:Armenian (OLPC phonetic):olpc-phonetic:hy
+German (Austria):at:de
+German (Austria):at:German (Austria, eliminate dead keys):nodeadkeys:de
+German (Austria):at:German (Austria, Sun dead keys):sundeadkeys:de
+German (Austria):at:German (Austria, Macintosh):mac:de
+Azerbaijani:az:az
+Azerbaijani:az:Azerbaijani (Cyrillic):cyrillic:az
+Belarusian:by:be
+Belarusian:by:Belarusian (legacy):legacy:be
+Belarusian:by:Belarusian (Latin):latin:be
+Belgian:be:de
+Belgian:be:Belgian (alternative):oss:de
+Belgian:be:Belgian (alternative, Latin-9 only):oss_latin9:de
+Belgian:be:Belgian (alternative, Sun dead keys):oss_sundeadkeys:de
+Belgian:be:Belgian (ISO alternate):iso-alternate:de
+Belgian:be:Belgian (eliminate dead keys):nodeadkeys:de
+Belgian:be:Belgian (Sun dead keys):sundeadkeys:de
+Belgian:be:Belgian (Wang model 724 azerty):wang:de
+Belgian:be:Belgian (Sun Type 6/7):sun_type6:de
+Bangla:bd:bn
+Bangla:bd:Bangla (Probhat):probhat:bn
+Indian:in:
+Indian:in:Bangla (India):ben:bn
+Indian:in:Bangla (India, Probhat):ben_probhat:bn
+Indian:in:Bangla (India, Baishakhi):ben_baishakhi:bn
+Indian:in:Bangla (India, Bornona):ben_bornona:bn
+Indian:in:Bangla (India, Uni Gitanjali):ben_gitanjali:bn
+Indian:in:Bangla (India, Baishakhi Inscript):ben_inscript:bn
+Indian:in:Manipuri (Eeyek):eeyek:mni
+Indian:in:Gujarati:guj:gu
+Indian:in:Punjabi (Gurmukhi):guru:pa
+Indian:in:Punjabi (Gurmukhi Jhelum):jhelum:pa
+Indian:in:Kannada:kan:kn
+Indian:in:Kannada (KaGaPa phonetic):kan-kagapa:kn
+Indian:in:Malayalam:mal:ml
+Indian:in:Malayalam (Lalitha):mal_lalitha:ml
+Indian:in:Malayalam (enhanced Inscript with Rupee Sign):mal_enhanced:ml
+Indian:in:Oriya:ori:or
+Indian:in:Tamil (Unicode):tam_unicode:ta
+Indian:in:Tamil (keyboard with numerals):tam_keyboard_with_numerals:ta
+Indian:in:Tamil (TAB typewriter):tam_TAB:ta
+Indian:in:Tamil (TSCII typewriter):tam_TSCII:ta
+Indian:in:Tamil:tam:ta
+Indian:in:Telugu:tel:te
+Indian:in:Telugu (KaGaPa phonetic):tel-kagapa:te
+Indian:in:Urdu (phonetic):urd-phonetic:ur
+Indian:in:Urdu (alternative phonetic):urd-phonetic3:ur
+Indian:in:Urdu (WinKeys):urd-winkeys:ur
+Indian:in:Hindi (Bolnagri):bolnagri:hi
+Indian:in:Hindi (Wx):hin-wx:hi
+Indian:in:Hindi (KaGaPa phonetic):hin-kagapa:hi
+Indian:in:Sanskrit (KaGaPa phonetic):san-kagapa:sa
+Indian:in:Marathi (KaGaPa phonetic):mar-kagapa:mr
+Indian:in:English (India, with RupeeSign):eng:en
+Bosnian:ba:bs
+Bosnian:ba:Bosnian (use guillemets for quotes):alternatequotes:bs
+Bosnian:ba:Bosnian (use Bosnian digraphs):unicode:bs
+Bosnian:ba:Bosnian (US keyboard with Bosnian digraphs):unicodeus:bs
+Bosnian:ba:Bosnian (US keyboard with Bosnian letters):us:bs
+Portuguese (Brazil):br:pt
+Portuguese (Brazil):br:Portuguese (Brazil, eliminate dead keys):nodeadkeys:pt
+Portuguese (Brazil):br:Portuguese (Brazil, Dvorak):dvorak:pt
+Portuguese (Brazil):br:Portuguese (Brazil, Nativo):nativo:pt
+Portuguese (Brazil):br:Portuguese (Brazil, Nativo for US keyboards):nativo-us:pt
+Portuguese (Brazil):br:Esperanto (Brazil, Nativo):nativo-epo:eo
+Portuguese (Brazil):br:Portuguese (Brazil, Sun Type 6/7):sun_type6:pt
+Bulgarian:bg:bg
+Bulgarian:bg:Bulgarian (traditional phonetic):phonetic:bg
+Bulgarian:bg:Bulgarian (new phonetic):bas_phonetic:bg
+Arabic (Morocco):ma:
+Arabic (Morocco):ma:French (Morocco):french:fr
+Arabic (Morocco):ma:Berber (Morocco, Tifinagh):tifinagh:ber
+Arabic (Morocco):ma:Berber (Morocco, Tifinagh alternative):tifinagh-alt:ber
+Arabic (Morocco):ma:Berber (Morocco, Tifinagh alternative phonetic):tifinagh-alt-phonetic:ber
+Arabic (Morocco):ma:Berber (Morocco, Tifinagh extended):tifinagh-extended:ber
+Arabic (Morocco):ma:Berber (Morocco, Tifinagh phonetic):tifinagh-phonetic:ber
+Arabic (Morocco):ma:Berber (Morocco, Tifinagh extended phonetic):tifinagh-extended-phonetic:ber
+English (Cameroon):cm:en
+English (Cameroon):cm:French (Cameroon):french:fr
+English (Cameroon):cm:Cameroon Multilingual (qwerty):qwerty:en
+English (Cameroon):cm:Cameroon Multilingual (azerty):azerty:fr
+English (Cameroon):cm:Cameroon Multilingual (Dvorak):dvorak:en
+Burmese:mm:my
+French (Canada):ca:fr
+French (Canada):ca:French (Canada, Dvorak):fr-dvorak:fr
+French (Canada):ca:French (Canada, legacy):fr-legacy:fr
+French (Canada):ca:Canadian Multilingual:multix:fr
+French (Canada):ca:Canadian Multilingual (first part):multi:fr
+French (Canada):ca:Canadian Multilingual (second part):multi-2gr:fr
+French (Canada):ca:Inuktitut:ike:iu
+French (Canada):ca:English (Canada):eng:en
+French (Canada):ca:Kutenai:kut:fr
+French (Canada):ca:Secwepemctsin:shs:fr
+French (Canada):ca:Multilingual (Canada, Sun Type 6/7):sun_type6:fr
+French (Democratic Republic of the Congo):cd:fr
+Chinese:cn:zh
+Chinese:cn:Tibetan:tib:bo
+Chinese:cn:Tibetan (with ASCII numerals):tib_asciinum:bo
+Chinese:cn:Uyghur:ug:
+Croatian:hr:hr
+Croatian:hr:Croatian (use guillemets for quotes):alternatequotes:hr
+Croatian:hr:Croatian (use Croatian digraphs):unicode:hr
+Croatian:hr:Croatian (US keyboard with Croatian digraphs):unicodeus:hr
+Croatian:hr:Croatian (US keyboard with Croatian letters):us:hr
+Czech:cz:cs
+Czech:cz:key):bksl:cs
+Czech:cz:Czech (qwerty):qwerty:cs
+Czech:cz:Czech (qwerty, extended Backslash):qwerty_bksl:cs
+Czech:cz:Czech (UCW layout, accented letters only):ucw:cs
+Czech:cz:Czech (US Dvorak with CZ UCW support):dvorak-ucw:cs
+Czech:cz:Czech (Sun Type 6/7):sun_type6:cs
+Danish:dk:da
+Danish:dk:Danish (eliminate dead keys):nodeadkeys:da
+Danish:dk:Danish (Macintosh):mac:da
+Danish:dk:Danish (Macintosh, eliminate dead keys):mac_nodeadkeys:da
+Danish:dk:Danish (Dvorak):dvorak:da
+Danish:dk:Danish (Sun Type 6/7):sun_type6:da
+Dutch:nl:nl
+Dutch:nl:Dutch (Sun dead keys):sundeadkeys:nl
+Dutch:nl:Dutch (Macintosh):mac:nl
+Dutch:nl:Dutch (standard):std:nl
+Dutch:nl:Dutch (Sun Type 6/7):sun_type6:nl
+Dzongkha:bt:dz
+Estonian:ee:et
+Estonian:ee:Estonian (eliminate dead keys):nodeadkeys:et
+Estonian:ee:Estonian (Dvorak):dvorak:et
+Estonian:ee:Estonian (US keyboard with Estonian letters):us:et
+Estonian:ee:Estonian (Sun Type 6/7):sun_type6:et
+Persian:ir:fa
+Persian:ir:Persian (with Persian Keypad):pes_keypad:fa
+Persian:ir:Kurdish (Iran, Latin Q):ku:ku
+Persian:ir:Kurdish (Iran, F):ku_f:ku
+Persian:ir:Kurdish (Iran, Latin Alt-Q):ku_alt:ku
+Persian:ir:Kurdish (Iran, Arabic-Latin):ku_ara:ku
+Persian:ir:Avestan:ave:ae
+Iraqi:iq:ar
+Iraqi:iq:Kurdish (Iraq, Latin Q):ku:ku
+Iraqi:iq:Kurdish (Iraq, F):ku_f:ku
+Iraqi:iq:Kurdish (Iraq, Latin Alt-Q):ku_alt:ku
+Iraqi:iq:Kurdish (Iraq, Arabic-Latin):ku_ara:ku
+Faroese:fo:fo
+Faroese:fo:Faroese (eliminate dead keys):nodeadkeys:fo
+Finnish:fi:fi
+Finnish:fi:Finnish (classic):classic:fi
+Finnish:fi:Finnish (classic, eliminate dead keys):nodeadkeys:fi
+Finnish:fi:Northern Saami (Finland):smi:se
+Finnish:fi:Finnish (Macintosh):mac:fi
+Finnish:fi:Finnish (Sun Type 6/7):sun_type6:fi
+French:fr:fr
+French:fr:French (eliminate dead keys):nodeadkeys:fr
+French:fr:French (Sun dead keys):sundeadkeys:fr
+French:fr:French (alternative):oss:fr
+French:fr:French (alternative, Latin-9 only):oss_latin9:fr
+French:fr:French (alternative, eliminate dead keys):oss_nodeadkeys:fr
+French:fr:French (alternative, Sun dead keys):oss_sundeadkeys:fr
+French:fr:French (legacy, alternative):latin9:fr
+French:fr:French (legacy, alternative, eliminate dead keys):latin9_nodeadkeys:fr
+French:fr:French (legacy, alternative, Sun dead keys):latin9_sundeadkeys:fr
+French:fr:French (Bepo, ergonomic, Dvorak way):bepo:fr
+French:fr:French (Bepo, ergonomic, Dvorak way, Latin-9 only):bepo_latin9:fr
+French:fr:French (Dvorak):dvorak:fr
+French:fr:French (Macintosh):mac:fr
+French:fr:French (Breton):bre:fr
+French:fr:Occitan:oci:oc
+French:fr:Georgian (France, AZERTY Tskapo):geo:ka
+French:fr:French (Sun Type 6/7):sun_type6:fr
+English (Ghana):gh:en
+English (Ghana):gh:English (Ghana, multilingual):generic:en
+English (Ghana):gh:Akan:akan:ak
+English (Ghana):gh:Ewe:ewe:ee
+English (Ghana):gh:Fula:fula:ff
+English (Ghana):gh:Ga:ga:gaa
+English (Ghana):gh:Hausa:hausa:ha
+English (Ghana):gh:Avatime:avn:
+English (Ghana):gh:English (Ghana, GILLBT):gillbt:en
+French (Guinea):gn:fr
+Georgian:ge:ka
+Georgian:ge:Georgian (ergonomic):ergonomic:ka
+Georgian:ge:Georgian (MESS):mess:ka
+Georgian:ge:Russian (Georgia):ru:ru
+Georgian:ge:Ossetian (Georgia):os:os
+German:de:de
+German:de:German (dead acute):deadacute:de
+German:de:German (dead grave acute):deadgraveacute:de
+German:de:German (eliminate dead keys):nodeadkeys:de
+German:de:German (T3):T3:de
+German:de:Romanian (Germany):ro:ro
+German:de:Romanian (Germany, eliminate dead keys):ro_nodeadkeys:ro
+German:de:German (Dvorak):dvorak:de
+German:de:German (Sun dead keys):sundeadkeys:de
+German:de:German (Neo 2):neo:de
+German:de:German (Macintosh):mac:de
+German:de:German (Macintosh, eliminate dead keys):mac_nodeadkeys:de
+German:de:Lower Sorbian:dsb:dsb
+German:de:Lower Sorbian (qwertz):dsb_qwertz:dsb
+German:de:German (qwerty):qwerty:de
+German:de:Russian (Germany, phonetic):ru:ru
+German:de:German (legacy):legacy:de
+German:de:German (US keyboard with German letters):us:en
+German:de:German (with Hungarian letters and no dead keys):hu:de
+German:de:German (Sun Type 6/7):sun_type6:de
+Greek:gr:el
+Greek:gr:Greek (simple):simple:el
+Greek:gr:Greek (extended):extended:el
+Greek:gr:Greek (eliminate dead keys):nodeadkeys:el
+Greek:gr:Greek (polytonic):polytonic:el
+Greek:gr:Greek (Sun Type 6/7):sun_type6:el
+Hungarian:hu:hu
+Hungarian:hu:Hungarian (standard):standard:hu
+Hungarian:hu:Hungarian (eliminate dead keys):nodeadkeys:hu
+Hungarian:hu:Hungarian (qwerty):qwerty:hu
+Hungarian:hu:Hungarian (101/qwertz/comma/dead keys):101_qwertz_comma_dead:hu
+Hungarian:hu:Hungarian (101/qwertz/comma/eliminate dead keys):101_qwertz_comma_nodead:hu
+Hungarian:hu:Hungarian (101/qwertz/dot/dead keys):101_qwertz_dot_dead:hu
+Hungarian:hu:Hungarian (101/qwertz/dot/eliminate dead keys):101_qwertz_dot_nodead:hu
+Hungarian:hu:Hungarian (101/qwerty/comma/dead keys):101_qwerty_comma_dead:hu
+Hungarian:hu:Hungarian (101/qwerty/comma/eliminate dead keys):101_qwerty_comma_nodead:hu
+Hungarian:hu:Hungarian (101/qwerty/dot/dead keys):101_qwerty_dot_dead:hu
+Hungarian:hu:Hungarian (101/qwerty/dot/eliminate dead keys):101_qwerty_dot_nodead:hu
+Hungarian:hu:Hungarian (102/qwertz/comma/dead keys):102_qwertz_comma_dead:hu
+Hungarian:hu:Hungarian (102/qwertz/comma/eliminate dead keys):102_qwertz_comma_nodead:hu
+Hungarian:hu:Hungarian (102/qwertz/dot/dead keys):102_qwertz_dot_dead:hu
+Hungarian:hu:Hungarian (102/qwertz/dot/eliminate dead keys):102_qwertz_dot_nodead:hu
+Hungarian:hu:Hungarian (102/qwerty/comma/dead keys):102_qwerty_comma_dead:hu
+Hungarian:hu:Hungarian (102/qwerty/comma/eliminate dead keys):102_qwerty_comma_nodead:hu
+Hungarian:hu:Hungarian (102/qwerty/dot/dead keys):102_qwerty_dot_dead:hu
+Hungarian:hu:Hungarian (102/qwerty/dot/eliminate dead keys):102_qwerty_dot_nodead:hu
+Icelandic:is:is
+Icelandic:is:Icelandic (Sun dead keys):Sundeadkeys:is
+Icelandic:is:Icelandic (eliminate dead keys):nodeadkeys:is
+Icelandic:is:Icelandic (Macintosh):mac:is
+Icelandic:is:Icelandic (Dvorak):dvorak:is
+Hebrew:il:he
+Hebrew:il:Hebrew (lyx):lyx:he
+Hebrew:il:Hebrew (phonetic):phonetic:he
+Hebrew:il:Hebrew (Biblical, Tiro):biblical:he
+Hebrew:il:Hebrew (Biblical, SIL phonetic):biblicalSIL:he
+Italian:it:it
+Italian:it:Italian (eliminate dead keys):nodeadkeys:it
+Italian:it:Italian (Macintosh):mac:it
+Italian:it:Italian (US keyboard with Italian letters):us:it
+Italian:it:Georgian (Italy):geo:ka
+Italian:it:Italian (IBM 142):ibm:it
+Italian:it:Italian (Sun Type 6/7):sun_type6:it
+Japanese:jp:ja
+Japanese:jp:Japanese (Kana):kana:ja
+Japanese:jp:Japanese (Kana 86):kana86:ja
+Japanese:jp:Japanese (OADG 109A):OADG109A:ja
+Japanese:jp:Japanese (Macintosh):mac:ja
+Japanese:jp:Japanese (Dvorak):dvorak:ja
+Japanese:jp:Japanese (Sun Type 6):sun_type6:ja
+Japanese:jp:Japanese (Sun Type 7 - pc compatible):sun_type7:ja
+Japanese:jp:Japanese (Sun Type 7 - sun compatible):sun_type7_suncompat:ja
+Kyrgyz:kg:ky
+Kyrgyz:kg:Kyrgyz (phonetic):phonetic:ky
+Khmer (Cambodia):kh:km
+Kazakh:kz:kk
+Kazakh:kz:Russian (Kazakhstan, with Kazakh):ruskaz:kk
+Kazakh:kz:Kazakh (with Russian):kazrus:kk
+Lao:la:lo
+Lao:la:Lao (STEA proposed standard layout):stea:lo
+Spanish (Latin American):latam:es
+Spanish (Latin American):latam:Spanish (Latin American, eliminate dead keys):nodeadkeys:es
+Spanish (Latin American):latam:Spanish (Latin American, include dead tilde):deadtilde:es
+Spanish (Latin American):latam:Spanish (Latin American, Sun dead keys):sundeadkeys:es
+Lithuanian:lt:lt
+Lithuanian:lt:Lithuanian (standard):std:lt
+Lithuanian:lt:Lithuanian (US keyboard with Lithuanian letters):us:lt
+Lithuanian:lt:Lithuanian (IBM LST 1205-92):ibm:lt
+Lithuanian:lt:Lithuanian (LEKP):lekp:lt
+Lithuanian:lt:Lithuanian (LEKPa):lekpa:lt
+Lithuanian:lt:Lithuanian (US Dvorak with Lithuanian letters):us_dvorak:lt
+Lithuanian:lt:Lithuanian (Sun Type 6/7):sun_type6:lt
+Latvian:lv:lv
+Latvian:lv:Latvian (apostrophe variant):apostrophe:lv
+Latvian:lv:Latvian (tilde variant):tilde:lv
+Latvian:lv:Latvian (F variant):fkey:lv
+Latvian:lv:Latvian (modern):modern:lv
+Latvian:lv:ŪGJRMV):ergonomic:lv
+Latvian:lv:Latvian (adapted):adapted:lv
+Latvian:lv:Latvian (US Dvorak):dvorak:lv
+Latvian:lv:Latvian (US Dvorak, Y variant):ykeydvorak:lv
+Latvian:lv:Latvian (US Dvorak, minus variant):minuskeydvorak:lv
+Latvian:lv:Latvian (programmer US Dvorak):dvorakprogr:lv
+Latvian:lv:Latvian (programmer US Dvorak, Y variant):ykeydvorakprogr:lv
+Latvian:lv:Latvian (programmer US Dvorak, minus variant):minuskeydvorakprogr:lv
+Latvian:lv:Latvian (US Colemak):colemak:lv
+Latvian:lv:Latvian (US Colemak, apostrophe variant):apostrophecolemak:lv
+Latvian:lv:Latvian (Sun Type 6/7):sun_type6:lv
+Maori:mao:mi
+Montenegrin:me:sr
+Montenegrin:me:Montenegrin (Cyrillic):cyrillic:sr
+Montenegrin:me:Montenegrin (Cyrillic, Z and ZHE swapped):cyrillicyz:sr
+Montenegrin:me:Montenegrin (Latin Unicode):latinunicode:sr
+Montenegrin:me:Montenegrin (Latin qwerty):latinyz:sr
+Montenegrin:me:Montenegrin (Latin Unicode qwerty):latinunicodeyz:sr
+Montenegrin:me:Montenegrin (Cyrillic with guillemets):cyrillicalternatequotes:sr
+Montenegrin:me:Montenegrin (Latin with guillemets):latinalternatequotes:sr
+Macedonian:mk:mk
+Macedonian:mk:Macedonian (eliminate dead keys):nodeadkeys:mk
+Maltese:mt:mt
+Maltese:mt:Maltese (with US layout):us:mt
+Mongolian:mn:mn
+Norwegian:no:no
+Norwegian:no:Norwegian (eliminate dead keys):nodeadkeys:no
+Norwegian:no:Norwegian (Dvorak):dvorak:no
+Norwegian:no:Northern Saami (Norway):smi:se
+Norwegian:no:Northern Saami (Norway, eliminate dead keys):smi_nodeadkeys:se
+Norwegian:no:Norwegian (Macintosh):mac:no
+Norwegian:no:Norwegian (Macintosh, eliminate dead keys):mac_nodeadkeys:no
+Norwegian:no:Norwegian (Colemak):colemak:no
+Norwegian:no:Norwegian (Sun Type 6/7):sun_type6:no
+Polish:pl:pl
+Polish:pl:Polish (legacy):legacy:pl
+Polish:pl:Polish (qwertz):qwertz:pl
+Polish:pl:Polish (Dvorak):dvorak:pl
+Polish:pl:Polish (Dvorak, Polish quotes on quotemark key):dvorak_quotes:pl
+Polish:pl:Polish (Dvorak, Polish quotes on key 1):dvorak_altquotes:pl
+Polish:pl:Kashubian:csb:csb
+Polish:pl:Silesian:szl:
+Polish:pl:Russian (Poland, phonetic Dvorak):ru_phonetic_dvorak:ru
+Polish:pl:Polish (programmer Dvorak):dvp:pl
+Polish:pl:Polish (international with dead keys):intl:pl
+Polish:pl:Polish (Colemak):colemak:pl
+Polish:pl:Polish (Sun Type 6/7):sun_type6:pl
+Portuguese:pt:pt
+Portuguese:pt:Portuguese (eliminate dead keys):nodeadkeys:pt
+Portuguese:pt:Portuguese (Sun dead keys):sundeadkeys:pt
+Portuguese:pt:Portuguese (Macintosh):mac:pt
+Portuguese:pt:Portuguese (Macintosh, eliminate dead keys):mac_nodeadkeys:pt
+Portuguese:pt:Portuguese (Macintosh, Sun dead keys):mac_sundeadkeys:pt
+Portuguese:pt:Portuguese (Nativo):nativo:pt
+Portuguese:pt:Portuguese (Nativo for US keyboards):nativo-us:pt
+Portuguese:pt:Esperanto (Portugal, Nativo):nativo-epo:eo
+Portuguese:pt:Portuguese (Sun Type 6/7):sun_type6:pt
+Romanian:ro:ro
+Romanian:ro:Romanian (cedilla):cedilla:ro
+Romanian:ro:Romanian (standard):std:ro
+Romanian:ro:Romanian (standard cedilla):std_cedilla:ro
+Romanian:ro:Romanian (WinKeys):winkeys:ro
+Romanian:ro:Crimean Tatar (Dobruja Q):crh_dobruja:crh
+Romanian:ro:Romanian (ergonomic Touchtype):ergonomic:ro
+Romanian:ro:Romanian (Sun Type 6/7):sun_type6:ro
+Russian:ru:ru
+Russian:ru:Russian (phonetic):phonetic:ru
+Russian:ru:Russian (phonetic WinKeys):phonetic_winkeys:ru
+Russian:ru:Russian (typewriter):typewriter:ru
+Russian:ru:Russian (legacy):legacy:ru
+Russian:ru:Russian (typewriter, legacy):typewriter-legacy:ru
+Russian:ru:Tatar:tt:tt
+Russian:ru:Ossetian (legacy):os_legacy:os
+Russian:ru:Ossetian (WinKeys):os_winkeys:os
+Russian:ru:Chuvash:cv:cv
+Russian:ru:Chuvash (Latin):cv_latin:cv
+Russian:ru:Udmurt:udm:udm
+Russian:ru:Komi:kom:kv
+Russian:ru:Yakut:sah:sah
+Russian:ru:Kalmyk:xal:xal
+Russian:ru:Russian (DOS):dos:ru
+Russian:ru:Russian (Macintosh):mac:ru
+Russian:ru:Serbian (Russia):srp:ru
+Russian:ru:Bashkirian:bak:ba
+Russian:ru:Mari:chm:chm
+Russian:ru:Church Slavonic:chu:cu
+Russian:ru:Russian (with Ukrainian-Belorussian layout):ruu:ru
+Russian:ru:Russian (Sun Type 6/7):sun_type6:ru
+Serbian:rs:sr
+Serbian:rs:Serbian (Cyrillic, Z and ZHE swapped):yz:sr
+Serbian:rs:Serbian (Latin):latin:sr
+Serbian:rs:Serbian (Latin Unicode):latinunicode:sr
+Serbian:rs:Serbian (Latin qwerty):latinyz:sr
+Serbian:rs:Serbian (Latin Unicode qwerty):latinunicodeyz:sr
+Serbian:rs:Serbian (Cyrillic with guillemets):alternatequotes:sr
+Serbian:rs:Serbian (Latin with guillemets):latinalternatequotes:sr
+Serbian:rs:Pannonian Rusyn:rue:
+Serbian:rs:Serbian (combining accents instead of dead keys):combiningkeys:sr
+Slovenian:si:sl
+Slovenian:si:Slovenian (use guillemets for quotes):alternatequotes:sl
+Slovenian:si:Slovenian (US keyboard with Slovenian letters):us:sl
+Slovak:sk:sk
+Slovak:sk:Slovak (extended Backslash):bksl:sk
+Slovak:sk:Slovak (qwerty):qwerty:sk
+Slovak:sk:Slovak (qwerty, extended Backslash):qwerty_bksl:sk
+Slovak:sk:Slovak (Sun Type 6/7):sun_type6:sk
+Spanish:es:es
+Spanish:es:Spanish (eliminate dead keys):nodeadkeys:es
+Spanish:es:Spanish (include dead tilde):deadtilde:es
+Spanish:es:Spanish (Sun dead keys):sundeadkeys:es
+Spanish:es:Spanish (Dvorak):dvorak:es
+Spanish:es:Asturian (Spain, with bottom-dot H and bottom-dot L):ast:ast
+Spanish:es:Catalan (Spain, with middle-dot L):cat:ca
+Spanish:es:Spanish (Macintosh):mac:es
+Spanish:es:Spanish (Sun Type 6/7):sun_type6:es
+Swedish:se:sv
+Swedish:se:Swedish (eliminate dead keys):nodeadkeys:sv
+Swedish:se:Swedish (Dvorak):dvorak:sv
+Swedish:se:Russian (Sweden, phonetic):rus:ru
+Swedish:se:Russian (Sweden, phonetic, eliminate dead keys):rus_nodeadkeys:ru
+Swedish:se:Northern Saami (Sweden):smi:se
+Swedish:se:Swedish (Macintosh):mac:sv
+Swedish:se:Swedish (Svdvorak):svdvorak:sv
+Swedish:se:Swedish Sign Language:swl:
+Swedish:se:Swedish (Sun Type 6/7):sun_type6:sv
+German (Switzerland):ch:de
+German (Switzerland):ch:German (Switzerland, legacy):legacy:de
+German (Switzerland):ch:German (Switzerland, eliminate dead keys):de_nodeadkeys:de
+German (Switzerland):ch:German (Switzerland, Sun dead keys):de_sundeadkeys:de
+German (Switzerland):ch:French (Switzerland):fr:fr
+German (Switzerland):ch:French (Switzerland, eliminate dead keys):fr_nodeadkeys:fr
+German (Switzerland):ch:French (Switzerland, Sun dead keys):fr_sundeadkeys:fr
+German (Switzerland):ch:French (Switzerland, Macintosh):fr_mac:fr
+German (Switzerland):ch:German (Switzerland, Macintosh):de_mac:de
+German (Switzerland):ch:German (Switzerland, Sun Type 6/7):sun_type6_de:de
+German (Switzerland):ch:French (Switzerland, Sun Type 6/7):sun_type6_fr:de
+Arabic (Syria):sy:syr
+Arabic (Syria):sy:Syriac:syc:syr
+Arabic (Syria):sy:Syriac (phonetic):syc_phonetic:syr
+Arabic (Syria):sy:Kurdish (Syria, Latin Q):ku:ku
+Arabic (Syria):sy:Kurdish (Syria, F):ku_f:ku
+Arabic (Syria):sy:Kurdish (Syria, Latin Alt-Q):ku_alt:ku
+Tajik:tj:tg
+Tajik:tj:Tajik (legacy):legacy:tg
+Sinhala (phonetic):lk:si
+Sinhala (phonetic):lk:Tamil (Sri Lanka, Unicode):tam_unicode:ta
+Sinhala (phonetic):lk:Tamil (Sri Lanka, TAB Typewriter):tam_TAB:ta
+Thai:th:th
+Thai:th:Thai (TIS-820.2538):tis:th
+Thai:th:Thai (Pattachote):pat:th
+Turkish:tr:tr
+Turkish:tr:Turkish (F):f:tr
+Turkish:tr:Turkish (Alt-Q):alt:tr
+Turkish:tr:Turkish (Sun dead keys):sundeadkeys:tr
+Turkish:tr:Kurdish (Turkey, Latin Q):ku:ku
+Turkish:tr:Kurdish (Turkey, F):ku_f:ku
+Turkish:tr:Kurdish (Turkey, Latin Alt-Q):ku_alt:ku
+Turkish:tr:Turkish (international with dead keys):intl:tr
+Turkish:tr:Crimean Tatar (Turkish Q):crh:crh
+Turkish:tr:Crimean Tatar (Turkish F):crh_f:crh
+Turkish:tr:Crimean Tatar (Turkish Alt-Q):crh_alt:crh
+Turkish:tr:Turkish (Sun Type 6/7):sun_type6:tr
+Taiwanese:tw:
+Taiwanese:tw:Taiwanese (indigenous):indigenous:
+Taiwanese:tw:Saisiyat (Taiwan):saisiyat:
+Ukrainian:ua:uk
+Ukrainian:ua:Ukrainian (phonetic):phonetic:uk
+Ukrainian:ua:Ukrainian (typewriter):typewriter:uk
+Ukrainian:ua:Ukrainian (WinKeys):winkeys:uk
+Ukrainian:ua:Ukrainian (legacy):legacy:uk
+Ukrainian:ua:Ukrainian (standard RSTU):rstu:uk
+Ukrainian:ua:Russian (Ukraine, standard RSTU):rstu_ru:uk
+Ukrainian:ua:Ukrainian (homophonic):homophonic:uk
+Ukrainian:ua:Ukrainian (Sun Type 6/7):sun_type6:uk
+English (UK):gb:en
+English (UK):gb:English (UK, extended WinKeys):extd:en
+English (UK):gb:English (UK, international with dead keys):intl:en
+English (UK):gb:English (UK, Dvorak):dvorak:en
+English (UK):gb:English (UK, Dvorak with UK punctuation):dvorakukp:en
+English (UK):gb:English (UK, Macintosh):mac:en
+English (UK):gb:English (UK, Macintosh international):mac_intl:en
+English (UK):gb:English (UK, Colemak):colemak:en
+English (UK):gb:English (UK, Sun Type 6/7):sun_type6:en
+Uzbek:uz:uz
+Uzbek:uz:Uzbek (Latin):latin:uz
+Vietnamese:vn:vi
+Korean:kr:ko
+Korean:kr:Korean (101/104 key compatible):kr104:ko
+Korean:kr:Korean (Sun Type 6/7):sun_type6:ko
+Japanese (PC-98xx Series):nec_vndr/jp:ja
+Irish:ie:en
+Irish:ie:CloGaelach:CloGaelach:ga
+Irish:ie:Irish (UnicodeExpert):UnicodeExpert:en
+Irish:ie:Ogham:ogam:sga
+Irish:ie:Ogham (IS434):ogam_is434:sga
+Urdu (Pakistan):pk:ur
+Urdu (Pakistan):pk:Urdu (Pakistan, CRULP):urd-crulp:ur
+Urdu (Pakistan):pk:Urdu (Pakistan, NLA):urd-nla:ur
+Urdu (Pakistan):pk:Arabic (Pakistan):ara:ar
+Urdu (Pakistan):pk:Sindhi:snd:sd
+Dhivehi:mv:dv
+English (South Africa):za:en
+Esperanto:epo:eo
+Esperanto:epo:Esperanto (displaced semicolon and quote, obsolete):legacy:eo
+Nepali:np:ne
+English (Nigeria):ng:en
+English (Nigeria):ng:Igbo:igbo:ig
+English (Nigeria):ng:Yoruba:yoruba:yo
+English (Nigeria):ng:Hausa:hausa:ha
+Amharic:et:am
+Wolof:sn:wo
+Braille:brai:
+Braille:brai:Braille (left hand):left_hand:
+Braille:brai:Braille (right hand):right_hand:
+Turkmen:tm:tk
+Turkmen:tm:Turkmen (Alt-Q):alt:tk
+Bambara:ml:bm
+Bambara:ml:French (Mali, alternative):fr-oss:fr
+Bambara:ml:English (Mali, US Macintosh):us-mac:en
+Bambara:ml:English (Mali, US international):us-intl:en
+Swahili (Tanzania):tz:sw
+Swahili (Kenya):ke:sw
+Swahili (Kenya):ke:Kikuyu:kik:ki
+Tswana:bw:tn
+Filipino:ph:fil
+Filipino:ph:Filipino (QWERTY Baybayin):qwerty-bay:fil
+Filipino:ph:Filipino (Capewell-Dvorak Latin):capewell-dvorak:fil
+Filipino:ph:Filipino (Capewell-Dvorak Baybayin):capewell-dvorak-bay:fil
+Filipino:ph:Filipino (Capewell-QWERF 2006 Latin):capewell-qwerf2k6:fil
+Filipino:ph:Filipino (Capewell-QWERF 2006 Baybayin):capewell-qwerf2k6-bay:fil
+Filipino:ph:Filipino (Colemak Latin):colemak:fil
+Filipino:ph:Filipino (Colemak Baybayin):colemak-bay:fil
+Filipino:ph:Filipino (Dvorak Latin):dvorak:fil
+Filipino:ph:Filipino (Dvorak Baybayin):dvorak-bay:fil
+Moldavian:md:ro
+Moldavian:md:Moldavian (Gagauz):gag:
+APL keyboard symbols:apl:en
+APL keyboard symbols:apl:APL keyboard symbols (Dyalog):dyalog:en
+APL keyboard symbols:apl:APL keyboard symbols (sax):sax:en
+APL keyboard symbols:apl:APL keyboard symbols (unified):unified:en
+APL keyboard symbols:apl:APL keyboard symbols (IBM APL2):apl2:en
+APL keyboard symbols:apl:APL keyboard symbols (Manugistics APL*PLUS II):aplplusII:en
+APL keyboard symbols:apl:APL keyboard symbols (APLX unified):aplx:en
diff --git a/.config/fcitx/conf/fcitx-autoeng.config b/.config/fcitx/conf/fcitx-autoeng.config
new file mode 100644
index 0000000..7dfc7f4
--- /dev/null
+++ b/.config/fcitx/conf/fcitx-autoeng.config
@@ -0,0 +1,21 @@
+[Auto English]
+# Choose key modifier
+# Available Value:
+# None
+# Alt
+# Ctrl
+# Shift
+#ChooseModifier=Alt
+# Do not show spell hint
+# Available Value:
+# True False
+#DisableSpell=False
+# Maximum hint length
+#MaximumHintLength=2
+# Maximum words number kept in preedit
+#MaximumKeep=3
+# Add Extra space when selecting a candidate word
+# Available Value:
+# True False
+#SelectAddSpace=True
+
diff --git a/.config/fcitx/conf/fcitx-chttrans.config b/.config/fcitx/conf/fcitx-chttrans.config
new file mode 100644
index 0000000..32fcb32
--- /dev/null
+++ b/.config/fcitx/conf/fcitx-chttrans.config
@@ -0,0 +1,11 @@
+[TraditionalChinese]
+# Traditional Chinese Translate Engine
+# Available Value:
+# Native
+# OpenCC
+#TransEngine=OpenCC
+# Toggle for enable or disable
+#Hotkey=CTRL_SHIFT_F
+# Enabled state for im
+#EnabledForIM=
+
diff --git a/.config/fcitx/conf/fcitx-classic-ui.config b/.config/fcitx/conf/fcitx-classic-ui.config
new file mode 100644
index 0000000..3105287
--- /dev/null
+++ b/.config/fcitx/conf/fcitx-classic-ui.config
@@ -0,0 +1,31 @@
+[ClassicUI]
+# Status Panel Position X
+#MainWindowOffsetX=500
+# Status Panel Position Y
+#MainWindowOffsetY=40
+# Font Size
+#FontSize=0
+# Font
+#Font=Sans
+# Menu Font
+#MenuFont=Sans
+# Font Locale to display
+#FontLocale=zh_CN.UTF-8
+# Use System Tray Icon
+# Available Value:
+# True False
+#UseTray=True
+# Status Panel Hide Mode
+# Available Value:
+# Show
+# Auto
+# Hide when tray icon is available
+# Hide
+#MainWindowHideMode=Hide when tray icon is available
+# Vertical Candidate Word List
+# Available Value:
+# True False
+#VerticalList=False
+# Skin Name
+SkinType=dark
+
diff --git a/.config/fcitx/conf/fcitx-clipboard.config b/.config/fcitx/conf/fcitx-clipboard.config
new file mode 100644
index 0000000..e009a1f
--- /dev/null
+++ b/.config/fcitx/conf/fcitx-clipboard.config
@@ -0,0 +1,27 @@
+[Clipboard]
+# Save Clipboard History To File
+# Available Value:
+# True False
+#SaveHistoryToFile=True
+# Length of Clipboard History to Save
+#HistoryLength=5
+# Maximum length of each candidate word
+#CandidateMaxLength=43
+# Trigger Key for Clipboard History List
+#TriggerKey=CTRL_;
+# Use Selection Text
+# Available Value:
+# True False
+#UsePrimary=True
+# Choose key modifier
+# Available Value:
+# None
+# Alt
+# Ctrl
+# Shift
+#ChooseModifier=None
+# Ignore blank selections
+# Available Value:
+# True False
+#IgnoreBlank=True
+
diff --git a/.config/fcitx/conf/fcitx-imselector.config b/.config/fcitx/conf/fcitx-imselector.config
new file mode 100644
index 0000000..d013a7c
--- /dev/null
+++ b/.config/fcitx/conf/fcitx-imselector.config
@@ -0,0 +1,48 @@
+[IMSelector]
+# Local Input Method SelectKey
+#LocalInputMethodSelectKey=
+# Global Input Method SelectKey
+#GlobalInputMethodSelectKey=
+# Clear local Input Method
+#ClearLocal=
+
+[GlobalSelector]
+# Switch to the First Input Method
+#IM1=
+# Switch to the Second Input Method
+#IM2=
+# Switch to the Third Input Method
+#IM3=
+# Switch to the Fourth Input Method
+#IM4=
+# Switch to the Fifth Input Method
+#IM5=
+# Switch to the Sixth Input Method
+#IM6=
+# Switch to the Seventh Input Method
+#IM7=
+# Switch to the Eighth Input Method
+#IM8=
+# Switch to the Ninth Input Method
+#IM9=
+
+[LocalSelector]
+# Switch to the First Input Method
+#IM1=
+# Switch to the Second Input Method
+#IM2=
+# Switch to the Third Input Method
+#IM3=
+# Switch to the Fourth Input Method
+#IM4=
+# Switch to the Fifth Input Method
+#IM5=
+# Switch to the Sixth Input Method
+#IM6=
+# Switch to the Seventh Input Method
+#IM7=
+# Switch to the Eighth Input Method
+#IM8=
+# Switch to the Ninth Input Method
+#IM9=
+
diff --git a/.config/fcitx/conf/fcitx-keyboard.config b/.config/fcitx/conf/fcitx-keyboard.config
new file mode 100644
index 0000000..f4c53fb
--- /dev/null
+++ b/.config/fcitx/conf/fcitx-keyboard.config
@@ -0,0 +1,25 @@
+[Keyboard]
+# Commit with extra space when choose candidate word
+# Available Value:
+# True False
+#CommitWithExtraSpace=False
+# Choose key modifier
+# Available Value:
+# None
+# Alt
+# Ctrl
+# Shift
+#ChooseModifier=Alt
+# Toggle the word hint
+#HotkeyToggleWordHint=CTRL_ALT_H
+# Minimum length to trigger word hint
+#MinimumHintLength=1
+# Maximum length of spell hint list
+#MaximumHintLength=5
+# Use enter to commit the existing string
+# Available Value:
+# True False
+#UseEnterToCommit=False
+# Add current input buffer to user dictionary
+#HotkeyAddToUserDict=CTRL_ALT_N
+
diff --git a/.config/fcitx/conf/fcitx-notify.config b/.config/fcitx/conf/fcitx-notify.config
new file mode 100644
index 0000000..67bbb8b
--- /dev/null
+++ b/.config/fcitx/conf/fcitx-notify.config
@@ -0,0 +1,2 @@
+[Notify/Notify]
+HiddenNotify=
diff --git a/.config/fcitx/conf/fcitx-pinyin-enhance.config b/.config/fcitx/conf/fcitx-pinyin-enhance.config
new file mode 100644
index 0000000..a85ef48
--- /dev/null
+++ b/.config/fcitx/conf/fcitx-pinyin-enhance.config
@@ -0,0 +1,28 @@
+[Pinyin Enhance]
+# Treating abbreviated Pinyin as English
+# Available Value:
+# True False
+#ShortAsEnglish=False
+# Allow replacing the first candidate
+# Available Value:
+# True False
+#AllowReplaceFirst=True
+# Do not show spell hint
+# Available Value:
+# True False
+#DisableSpell=False
+# Maximum hint length
+#MaximumHintLength=1
+# Hotkey for Inputing Character From Phrase
+#InputCharFromPhraseString=[]
+# Hotkey for switching to Inputing Character From Phrase mode
+#InputCharFromPhraseKey=
+# Disable Pinyin Symbol
+# Available Value:
+# True False
+#DisableSym=False
+# Stroke input trigger length
+#StrokeThresh=2
+# Maximum results from stroke input.
+#StrokeLimit=3
+
diff --git a/.config/fcitx/conf/fcitx-pinyin.config b/.config/fcitx/conf/fcitx-pinyin.config
new file mode 100644
index 0000000..1f2c2a7
--- /dev/null
+++ b/.config/fcitx/conf/fcitx-pinyin.config
@@ -0,0 +1,109 @@
+[Pinyin]
+# Default Shuangpin Schema
+# Available Value:
+# Ziranma
+# MS
+# Ziguang
+# ABC
+# Zhongwenzhixing
+# PinyinJiaJia
+# XiaoHe
+# User Defined
+#DefaultShuangpinSchema=Ziranma
+# Fix preedit cursor at head
+# Available Value:
+# True False
+#FixCursorAtHead=False
+# Use V to trigger quickphrase
+# Available Value:
+# True False
+#UseVForQuickPhrase=True
+# Use Complete Pinyin
+# Available Value:
+# True False
+#UseCompletePinyin=False
+# Auto Create Phrase
+# Available Value:
+# True False
+#AutoCreatePhrase=True
+# Save Auto Created Phrase
+# Available Value:
+# True False
+#SaveAutoPhrase=False
+# Hotkey of Adding Frequent Word
+#AddFreqWordKey=CTRL_8
+# Hotkey of Deleting Frequent Word
+#DeleteFreqWordKey=CTRL_7
+# Hotkey of Delete User Phrase
+#DeleteUserPhraseKey=CTRL_DELETE
+# Rule of Candidate Word Order
+# Available Value:
+# AdjustNo
+# AdjustFast
+# AdjustFreq
+#BaseOrder=AdjustFreq
+# Rule of Candidate Phrase Order
+# Available Value:
+# AdjustNo
+# AdjustFast
+# AdjustFreq
+#PhraseOrder=AdjustFreq
+# Rule of Frequent Word Order
+# Available Value:
+# AdjustNo
+# AdjustFast
+# AdjustFreq
+#FreqOrder=AdjustNo
+# Fuzzy an and ang
+# Available Value:
+# True False
+#FuzzyAnAng=False
+# Fuzzy en and eng
+# Available Value:
+# True False
+#FuzzyEnEng=False
+# Fuzzy ian and iang
+# Available Value:
+# True False
+#FuzzyIanIang=False
+# Fuzzy in and ing
+# Available Value:
+# True False
+#FuzzyInIng=False
+# Fuzzy ou and u
+# Available Value:
+# True False
+#FuzzyOuU=False
+# Fuzzy uan and uang
+# Available Value:
+# True False
+#FuzzyUanUang=False
+# Fuzzy c and ch
+# Available Value:
+# True False
+#FuzzyCCh=False
+# Fuzzy f and h
+# Available Value:
+# True False
+#FuzzyFH=False
+# Fuzzy l and n
+# Available Value:
+# True False
+#FuzzyLN=False
+# Fuzzy s and sh
+# Available Value:
+# True False
+#FuzzySSH=False
+# Fuzzy z and zh
+# Available Value:
+# True False
+#FuzzyZZH=False
+# Fix misstype gn/ng
+# Available Value:
+# True False
+#Misstype=True
+# Fix misstype v/u like jv, qv, xv, yv
+# Available Value:
+# True False
+#MisstypeVU=True
+
diff --git a/.config/fcitx/conf/fcitx-quickphrase.config b/.config/fcitx/conf/fcitx-quickphrase.config
new file mode 100644
index 0000000..ef8fab5
--- /dev/null
+++ b/.config/fcitx/conf/fcitx-quickphrase.config
@@ -0,0 +1,23 @@
+[QuickPhrase]
+# Trigger Key for QuickPhrase
+# Available Value:
+# None
+# Semicolon
+# Grave
+#QuickPhraseTriggerKey=Semicolon
+# Alternative Trigger Key for QuickPhrase
+#AlternativeTriggerKey=
+# Choose key modifier
+# Available Value:
+# None
+# Alt
+# Ctrl
+# Shift
+#ChooseModifier=None
+# Do not show spell hint
+# Available Value:
+# True False
+#DisableSpell=False
+# Maximum hint length
+#MaximumHintLength=2
+
diff --git a/.config/fcitx/conf/fcitx-spell.config b/.config/fcitx/conf/fcitx-spell.config
new file mode 100644
index 0000000..4b4c989
--- /dev/null
+++ b/.config/fcitx/conf/fcitx-spell.config
@@ -0,0 +1,10 @@
+[Spell Hint]
+# Preferred Enchant provider
+# Available Value:
+# Default
+# Aspell
+# Myspell
+#PreferredEnchantProvider=Myspell
+# Default Spell Hint Backends Order
+#HintProvidersOrder=presage,custom,enchant
+
diff --git a/.config/fcitx/conf/fcitx-unicode.config b/.config/fcitx/conf/fcitx-unicode.config
new file mode 100644
index 0000000..f2a0dbc
--- /dev/null
+++ b/.config/fcitx/conf/fcitx-unicode.config
@@ -0,0 +1,4 @@
+[Unicode]
+# Key
+#Key=CTRL_ALT_SHIFT_U
+
diff --git a/.config/fcitx/conf/fcitx-xim.config b/.config/fcitx/conf/fcitx-xim.config
new file mode 100644
index 0000000..cde6c8b
--- /dev/null
+++ b/.config/fcitx/conf/fcitx-xim.config
@@ -0,0 +1,6 @@
+[Xim]
+# Use On The Spot Style for XIM (Can not change during running)
+# Available Value:
+# True False
+#UseOnTheSpotStyle=False
+
diff --git a/.config/fcitx/conf/fcitx-xkb.config b/.config/fcitx/conf/fcitx-xkb.config
new file mode 100644
index 0000000..4ae4a5f
--- /dev/null
+++ b/.config/fcitx/conf/fcitx-xkb.config
@@ -0,0 +1,14 @@
+[X Keyboard]
+# Allow to Override System XKB Settings
+# Available Value:
+# True False
+#OverrideSystemXKBSettings=True
+# Use the layout of first keyboard input method in list as default layout
+# Available Value:
+# True False
+#UseFirstKeyboardIMAsDefaultLayout=True
+# xmodmap command
+#XModmapCommand=xmodmap
+# Apply this custom xmodmap script after layout change
+#CustomXModmapScript=
+
diff --git a/.config/fcitx/config b/.config/fcitx/config
new file mode 100644
index 0000000..dd4516c
--- /dev/null
+++ b/.config/fcitx/config
@@ -0,0 +1,147 @@
+[Hotkey]
+# Trigger Input Method
+#TriggerKey=CTRL_SPACE
+# Use extra trigger key only after using it to inactivate
+# Available Value:
+# True False
+#UseExtraTriggerKeyOnlyWhenUseItToInactivate=True
+# Extra key for trigger input method
+# Available Value:
+# R_CTRL
+# R_SHIFT
+# L_SHIFT
+# L_CTRL
+# ALT_L_SHIFT
+# ALT_R_SHIFT
+# CTRL Both
+# SHIFT Both
+# L_ALT
+# R_ALT
+# ALT Both
+# Left Super
+# Right Super
+# Super Both
+# Ctrl+Left Super
+# Ctrl+Right Super
+# Super+Left Ctrl
+# Super+Right Ctrl
+# Disabled
+# Custom
+#SwitchKey=L_SHIFT
+# Custom switch key
+#CustomSwitchKey=
+# Activate input method
+#ActivateKey=
+# Inactivate Input Method
+#InactivateKey=
+# Enable Hotkey to scroll Between Input Method
+# Available Value:
+# True False
+#IMSwitchKey=True
+# Include Inactivate when scrolling between Input Method
+# Available Value:
+# True False
+#IMSwitchIncludeInactive=False
+# Scroll between Input Method
+# Available Value:
+# CTRL_SHIFT
+# ALT_SHIFT
+# CTRL_SUPER
+# ALT_SUPER
+#IMSwitchHotkey=CTRL_SHIFT
+# Reload configuration
+#ReloadConfig=CTRL_5
+# Interval of Two Key Input
+#TimeInterval=250
+# Switching Virtual Keyboard
+#VKSwitchKey=CTRL_ALT_B
+# Switching Remind Mode
+#RemindSwitchKey=
+# Switching Full Width Character Mode
+#FullWidthSwitchKey=
+# Switch Full Width Punc Mode
+#PuncSwitchKey=CTRL_.
+# Prev Page
+#PrevPageKey=- UP
+# Next Page
+#NextPageKey== DOWN
+# Choose Second and Third Candidate Word
+#SecondThirdCandWordKey=
+# Saving All Config and Input History
+#SaveAllKey=CTRL_ALT_S
+# Switch Embeded Preedit
+#SwitchPreedit=CTRL_ALT_P
+# Previous Candidate Word
+#PrevWord=SHIFT_TAB
+# Next Candidate Word
+#NextWord=TAB
+
+[Program]
+# Seconds sleep before fcitx really start
+#DelayStart=0
+# Share State Among Window
+# Available Value:
+# No
+# All
+# PerProgram
+#ShareStateAmongWindow=No
+# Default Input Method State
+# Available Value:
+# Inactive
+# Active
+#DefaultInputMethodState=Inactive
+
+[Output]
+# Type half width Punc After a Number
+# Available Value:
+# True False
+#HalfPuncAfterNumber=True
+# Disable Paging in Remind Mode
+# Available Value:
+# True False
+#RemindModeDisablePaging=True
+# Commit when toggle state
+# Available Value:
+# True False
+#SendTextWhenSwitchEng=True
+# Candidate Word Number
+#CandidateWordNumber=5
+# Give the tips of Phrase
+# Available Value:
+# True False
+#PhraseTips=True
+# Do not commit preedit text when unfocus a window
+# Available Value:
+# True False
+#DontCommitPreeditWhenUnfocus=False
+
+[Appearance]
+# Show Input Method Hint After Input method changed
+# Available Value:
+# True False
+#ShowInputWindowAfterTriggering=True
+# Show Input Method Hint After Input method changed and Focus in
+# Available Value:
+# True False
+#ShowInputWindowWhenFocusIn=False
+# Input Method Hint will be only shown when state is active
+# Available Value:
+# True False
+#ShowInputWindowOnlyWhenActive=True
+# Show Input Speed
+# Available Value:
+# True False
+#ShowInputSpeed=False
+# Show Version
+# Available Value:
+# True False
+#ShowVersion=False
+# Do not show input window if there is only preedit string
+# Available Value:
+# True False
+#HideInputWindowWhenOnlyPreeditString=False
+# Do not show input window if there is only one candidate and preedit
+# Available Value:
+# True False
+#HideInputWindowWhenOnlyOneCandidate=False
+
diff --git a/.config/fcitx/profile b/.config/fcitx/profile
new file mode 100644
index 0000000..c99a931
--- /dev/null
+++ b/.config/fcitx/profile
@@ -0,0 +1,22 @@
+[Profile]
+# Use Full Width Character
+# Available Value:
+# True False
+#FullWidth=False
+# Use Wide Punctuation
+# Available Value:
+# True False
+#WidePunc=True
+# Prompt the phrases after input
+# Available Value:
+# True False
+#UseRemind=False
+# Current Input Method Name
+IMName=wbpy
+# Current Enabled Input Method List
+EnabledIMList=fcitx-keyboard-us:True,pinyin:True,shuangpin:True,wubi:True,wbpy:True,bingchan:False,dianbaoma:False,erbi:False,fcitx-keyboard-af:False,fcitx-keyboard-af-fa-olpc:False,fcitx-keyboard-af-olpc-ps:False,fcitx-keyboard-af-ps:False,fcitx-keyboard-af-uz:False,fcitx-keyboard-af-uz-olpc:False,fcitx-keyboard-al:False,fcitx-keyboard-am:False,fcitx-keyboard-am-eastern:False,fcitx-keyboard-am-eastern-alt:False,fcitx-keyboard-am-olpc-phonetic:False,fcitx-keyboard-am-phonetic:False,fcitx-keyboard-am-phonetic-alt:False,fcitx-keyboard-am-western:False,fcitx-keyboard-apl:False,fcitx-keyboard-apl-apl2:False,fcitx-keyboard-apl-aplplusII:False,fcitx-keyboard-apl-aplx:False,fcitx-keyboard-apl-dyalog:False,fcitx-keyboard-apl-sax:False,fcitx-keyboard-apl-unified:False,fcitx-keyboard-ara:False,fcitx-keyboard-ara-azerty:False,fcitx-keyboard-ara-azerty_digits:False,fcitx-keyboard-ara-buckwalter:False,fcitx-keyboard-ara-digits:False,fcitx-keyboard-ara-qwerty:False,fcitx-keyboard-ara-qwerty_digits:False,fcitx-keyboard-ara-sun_type6:False,fcitx-keyboard-at:False,fcitx-keyboard-at-mac:False,fcitx-keyboard-at-nodeadkeys:False,fcitx-keyboard-at-sundeadkeys:False,fcitx-keyboard-az:False,fcitx-keyboard-az-cyrillic:False,fcitx-keyboard-ba:False,fcitx-keyboard-ba-alternatequotes:False,fcitx-keyboard-ba-unicode:False,fcitx-keyboard-ba-unicodeus:False,fcitx-keyboard-ba-us:False,fcitx-keyboard-bd:False,fcitx-keyboard-bd-probhat:False,fcitx-keyboard-be:False,fcitx-keyboard-be-iso-alternate:False,fcitx-keyboard-be-nodeadkeys:False,fcitx-keyboard-be-oss:False,fcitx-keyboard-be-oss_latin9:False,fcitx-keyboard-be-oss_sundeadkeys:False,fcitx-keyboard-be-sun_type6:False,fcitx-keyboard-be-sundeadkeys:False,fcitx-keyboard-be-wang:False,fcitx-keyboard-bg:False,fcitx-keyboard-bg-bas_phonetic:False,fcitx-keyboard-bg-phonetic:False,fcitx-keyboard-br:False,fcitx-keyboard-br-dvorak:False,fcitx-keyboard-br-nativo:False,fcitx-keyboard-br-nativo-epo:False,fcitx-keyboard-br-nativo-us:False,fcitx-keyboard-br-nodeadkeys:False,fcitx-keyboard-br-sun_type6:False,fcitx-keyboard-brai:False,fcitx-keyboard-brai-left_hand:False,fcitx-keyboard-brai-right_hand:False,fcitx-keyboard-bt:False,fcitx-keyboard-bw:False,fcitx-keyboard-by:False,fcitx-keyboard-by-latin:False,fcitx-keyboard-by-legacy:False,fcitx-keyboard-ca:False,fcitx-keyboard-ca-eng:False,fcitx-keyboard-ca-fr-dvorak:False,fcitx-keyboard-ca-fr-legacy:False,fcitx-keyboard-ca-ike:False,fcitx-keyboard-ca-kut:False,fcitx-keyboard-ca-multi:False,fcitx-keyboard-ca-multi-2gr:False,fcitx-keyboard-ca-multix:False,fcitx-keyboard-ca-shs:False,fcitx-keyboard-ca-sun_type6:False,fcitx-keyboard-cd:False,fcitx-keyboard-ch:False,fcitx-keyboard-ch-de_mac:False,fcitx-keyboard-ch-de_nodeadkeys:False,fcitx-keyboard-ch-de_sundeadkeys:False,fcitx-keyboard-ch-fr:False,fcitx-keyboard-ch-fr_mac:False,fcitx-keyboard-ch-fr_nodeadkeys:False,fcitx-keyboard-ch-fr_sundeadkeys:False,fcitx-keyboard-ch-legacy:False,fcitx-keyboard-ch-sun_type6_de:False,fcitx-keyboard-ch-sun_type6_fr:False,fcitx-keyboard-cm:False,fcitx-keyboard-cm-azerty:False,fcitx-keyboard-cm-dvorak:False,fcitx-keyboard-cm-french:False,fcitx-keyboard-cm-qwerty:False,fcitx-keyboard-cn:False,fcitx-keyboard-cn-tib:False,fcitx-keyboard-cn-tib_asciinum:False,fcitx-keyboard-cn-ug:False,fcitx-keyboard-cz:False,fcitx-keyboard-cz-bksl:False,fcitx-keyboard-cz-dvorak-ucw:False,fcitx-keyboard-cz-qwerty:False,fcitx-keyboard-cz-qwerty_bksl:False,fcitx-keyboard-cz-sun_type6:False,fcitx-keyboard-cz-ucw:False,fcitx-keyboard-de:False,fcitx-keyboard-de-T3:False,fcitx-keyboard-de-deadacute:False,fcitx-keyboard-de-deadgraveacute:False,fcitx-keyboard-de-dsb:False,fcitx-keyboard-de-dsb_qwertz:False,fcitx-keyboard-de-dvorak:False,fcitx-keyboard-de-hu:False,fcitx-keyboard-de-legacy:False,fcitx-keyboard-de-mac:False,fcitx-keyboard-de-mac_nodeadkeys:False,fcitx-keyboard-de-neo:False,fcitx-keyboard-de-nodeadkeys:False,fcitx-keyboard-de-qwerty:False,fcitx-keyboard-de-ro:False,fcitx-keyboard-de-ro_nodeadkeys:False,fcitx-keyboard-de-ru:False,fcitx-keyboard-de-sun_type6:False,fcitx-keyboard-de-sundeadkeys:False,fcitx-keyboard-de-us:False,fcitx-keyboard-dk:False,fcitx-keyboard-dk-dvorak:False,fcitx-keyboard-dk-mac:False,fcitx-keyboard-dk-mac_nodeadkeys:False,fcitx-keyboard-dk-nodeadkeys:False,fcitx-keyboard-dk-sun_type6:False,fcitx-keyboard-ee:False,fcitx-keyboard-ee-dvorak:False,fcitx-keyboard-ee-nodeadkeys:False,fcitx-keyboard-ee-sun_type6:False,fcitx-keyboard-ee-us:False,fcitx-keyboard-epo:False,fcitx-keyboard-epo-legacy:False,fcitx-keyboard-es:False,fcitx-keyboard-es-ast:False,fcitx-keyboard-es-cat:False,fcitx-keyboard-es-deadtilde:False,fcitx-keyboard-es-dvorak:False,fcitx-keyboard-es-mac:False,fcitx-keyboard-es-nodeadkeys:False,fcitx-keyboard-es-sun_type6:False,fcitx-keyboard-es-sundeadkeys:False,fcitx-keyboard-et:False,fcitx-keyboard-fi:False,fcitx-keyboard-fi-classic:False,fcitx-keyboard-fi-mac:False,fcitx-keyboard-fi-nodeadkeys:False,fcitx-keyboard-fi-smi:False,fcitx-keyboard-fi-sun_type6:False,fcitx-keyboard-fo:False,fcitx-keyboard-fo-nodeadkeys:False,fcitx-keyboard-fr:False,fcitx-keyboard-fr-bepo:False,fcitx-keyboard-fr-bepo_latin9:False,fcitx-keyboard-fr-bre:False,fcitx-keyboard-fr-dvorak:False,fcitx-keyboard-fr-geo:False,fcitx-keyboard-fr-latin9:False,fcitx-keyboard-fr-latin9_nodeadkeys:False,fcitx-keyboard-fr-latin9_sundeadkeys:False,fcitx-keyboard-fr-mac:False,fcitx-keyboard-fr-nodeadkeys:False,fcitx-keyboard-fr-oci:False,fcitx-keyboard-fr-oss:False,fcitx-keyboard-fr-oss_latin9:False,fcitx-keyboard-fr-oss_nodeadkeys:False,fcitx-keyboard-fr-oss_sundeadkeys:False,fcitx-keyboard-fr-sun_type6:False,fcitx-keyboard-fr-sundeadkeys:False,fcitx-keyboard-gb:False,fcitx-keyboard-gb-colemak:False,fcitx-keyboard-gb-dvorak:False,fcitx-keyboard-gb-dvorakukp:False,fcitx-keyboard-gb-extd:False,fcitx-keyboard-gb-intl:False,fcitx-keyboard-gb-mac:False,fcitx-keyboard-gb-mac_intl:False,fcitx-keyboard-gb-sun_type6:False,fcitx-keyboard-ge:False,fcitx-keyboard-ge-ergonomic:False,fcitx-keyboard-ge-mess:False,fcitx-keyboard-ge-os:False,fcitx-keyboard-ge-ru:False,fcitx-keyboard-gh:False,fcitx-keyboard-gh-akan:False,fcitx-keyboard-gh-avn:False,fcitx-keyboard-gh-ewe:False,fcitx-keyboard-gh-fula:False,fcitx-keyboard-gh-ga:False,fcitx-keyboard-gh-generic:False,fcitx-keyboard-gh-gillbt:False,fcitx-keyboard-gh-hausa:False,fcitx-keyboard-gn:False,fcitx-keyboard-gr:False,fcitx-keyboard-gr-extended:False,fcitx-keyboard-gr-nodeadkeys:False,fcitx-keyboard-gr-polytonic:False,fcitx-keyboard-gr-simple:False,fcitx-keyboard-gr-sun_type6:False,fcitx-keyboard-hr:False,fcitx-keyboard-hr-alternatequotes:False,fcitx-keyboard-hr-unicode:False,fcitx-keyboard-hr-unicodeus:False,fcitx-keyboard-hr-us:False,fcitx-keyboard-hu:False,fcitx-keyboard-hu-101_qwerty_comma_dead:False,fcitx-keyboard-hu-101_qwerty_comma_nodead:False,fcitx-keyboard-hu-101_qwerty_dot_dead:False,fcitx-keyboard-hu-101_qwerty_dot_nodead:False,fcitx-keyboard-hu-101_qwertz_comma_dead:False,fcitx-keyboard-hu-101_qwertz_comma_nodead:False,fcitx-keyboard-hu-101_qwertz_dot_dead:False,fcitx-keyboard-hu-101_qwertz_dot_nodead:False,fcitx-keyboard-hu-102_qwerty_comma_dead:False,fcitx-keyboard-hu-102_qwerty_comma_nodead:False,fcitx-keyboard-hu-102_qwerty_dot_dead:False,fcitx-keyboard-hu-102_qwerty_dot_nodead:False,fcitx-keyboard-hu-102_qwertz_comma_dead:False,fcitx-keyboard-hu-102_qwertz_comma_nodead:False,fcitx-keyboard-hu-102_qwertz_dot_dead:False,fcitx-keyboard-hu-102_qwertz_dot_nodead:False,fcitx-keyboard-hu-nodeadkeys:False,fcitx-keyboard-hu-qwerty:False,fcitx-keyboard-hu-standard:False,fcitx-keyboard-ie:False,fcitx-keyboard-ie-CloGaelach:False,fcitx-keyboard-ie-UnicodeExpert:False,fcitx-keyboard-ie-ogam:False,fcitx-keyboard-ie-ogam_is434:False,fcitx-keyboard-il:False,fcitx-keyboard-il-biblical:False,fcitx-keyboard-il-biblicalSIL:False,fcitx-keyboard-il-lyx:False,fcitx-keyboard-il-phonetic:False,fcitx-keyboard-in:False,fcitx-keyboard-in-ben:False,fcitx-keyboard-in-ben_baishakhi:False,fcitx-keyboard-in-ben_bornona:False,fcitx-keyboard-in-ben_gitanjali:False,fcitx-keyboard-in-ben_inscript:False,fcitx-keyboard-in-ben_probhat:False,fcitx-keyboard-in-bolnagri:False,fcitx-keyboard-in-eeyek:False,fcitx-keyboard-in-eng:False,fcitx-keyboard-in-guj:False,fcitx-keyboard-in-guru:False,fcitx-keyboard-in-hin-kagapa:False,fcitx-keyboard-in-hin-wx:False,fcitx-keyboard-in-jhelum:False,fcitx-keyboard-in-kan:False,fcitx-keyboard-in-kan-kagapa:False,fcitx-keyboard-in-mal:False,fcitx-keyboard-in-mal_enhanced:False,fcitx-keyboard-in-mal_lalitha:False,fcitx-keyboard-in-mar-kagapa:False,fcitx-keyboard-in-ori:False,fcitx-keyboard-in-san-kagapa:False,fcitx-keyboard-in-tam:False,fcitx-keyboard-in-tam_TAB:False,fcitx-keyboard-in-tam_TSCII:False,fcitx-keyboard-in-tam_keyboard_with_numerals:False,fcitx-keyboard-in-tam_unicode:False,fcitx-keyboard-in-tel:False,fcitx-keyboard-in-tel-kagapa:False,fcitx-keyboard-in-urd-phonetic:False,fcitx-keyboard-in-urd-phonetic3:False,fcitx-keyboard-in-urd-winkeys:False,fcitx-keyboard-iq:False,fcitx-keyboard-iq-ku:False,fcitx-keyboard-iq-ku_alt:False,fcitx-keyboard-iq-ku_ara:False,fcitx-keyboard-iq-ku_f:False,fcitx-keyboard-ir:False,fcitx-keyboard-ir-ave:False,fcitx-keyboard-ir-ku:False,fcitx-keyboard-ir-ku_alt:False,fcitx-keyboard-ir-ku_ara:False,fcitx-keyboard-ir-ku_f:False,fcitx-keyboard-ir-pes_keypad:False,fcitx-keyboard-is:False,fcitx-keyboard-is-Sundeadkeys:False,fcitx-keyboard-is-dvorak:False,fcitx-keyboard-is-mac:False,fcitx-keyboard-is-nodeadkeys:False,fcitx-keyboard-it:False,fcitx-keyboard-it-geo:False,fcitx-keyboard-it-ibm:False,fcitx-keyboard-it-mac:False,fcitx-keyboard-it-nodeadkeys:False,fcitx-keyboard-it-sun_type6:False,fcitx-keyboard-it-us:False,fcitx-keyboard-jp:False,fcitx-keyboard-jp-OADG109A:False,fcitx-keyboard-jp-dvorak:False,fcitx-keyboard-jp-kana:False,fcitx-keyboard-jp-kana86:False,fcitx-keyboard-jp-mac:False,fcitx-keyboard-jp-sun_type6:False,fcitx-keyboard-jp-sun_type7:False,fcitx-keyboard-jp-sun_type7_suncompat:False,fcitx-keyboard-ke:False,fcitx-keyboard-ke-kik:False,fcitx-keyboard-kg:False,fcitx-keyboard-kg-phonetic:False,fcitx-keyboard-kh:False,fcitx-keyboard-kr:False,fcitx-keyboard-kr-kr104:False,fcitx-keyboard-kr-sun_type6:False,fcitx-keyboard-kz:False,fcitx-keyboard-kz-kazrus:False,fcitx-keyboard-kz-ruskaz:False,fcitx-keyboard-la:False,fcitx-keyboard-la-stea:False,fcitx-keyboard-latam:False,fcitx-keyboard-latam-deadtilde:False,fcitx-keyboard-latam-nodeadkeys:False,fcitx-keyboard-latam-sundeadkeys:False,fcitx-keyboard-lk:False,fcitx-keyboard-lk-tam_TAB:False,fcitx-keyboard-lk-tam_unicode:False,fcitx-keyboard-lt:False,fcitx-keyboard-lt-ibm:False,fcitx-keyboard-lt-lekp:False,fcitx-keyboard-lt-lekpa:False,fcitx-keyboard-lt-std:False,fcitx-keyboard-lt-sun_type6:False,fcitx-keyboard-lt-us:False,fcitx-keyboard-lt-us_dvorak:False,fcitx-keyboard-lv:False,fcitx-keyboard-lv-adapted:False,fcitx-keyboard-lv-apostrophe:False,fcitx-keyboard-lv-apostrophecolemak:False,fcitx-keyboard-lv-colemak:False,fcitx-keyboard-lv-dvorak:False,fcitx-keyboard-lv-dvorakprogr:False,fcitx-keyboard-lv-ergonomic:False,fcitx-keyboard-lv-fkey:False,fcitx-keyboard-lv-minuskeydvorak:False,fcitx-keyboard-lv-minuskeydvorakprogr:False,fcitx-keyboard-lv-modern:False,fcitx-keyboard-lv-sun_type6:False,fcitx-keyboard-lv-tilde:False,fcitx-keyboard-lv-ykeydvorak:False,fcitx-keyboard-lv-ykeydvorakprogr:False,fcitx-keyboard-ma:False,fcitx-keyboard-ma-french:False,fcitx-keyboard-ma-tifinagh:False,fcitx-keyboard-ma-tifinagh-alt:False,fcitx-keyboard-ma-tifinagh-alt-phonetic:False,fcitx-keyboard-ma-tifinagh-extended:False,fcitx-keyboard-ma-tifinagh-extended-phonetic:False,fcitx-keyboard-ma-tifinagh-phonetic:False,fcitx-keyboard-mao:False,fcitx-keyboard-md:False,fcitx-keyboard-md-gag:False,fcitx-keyboard-me:False,fcitx-keyboard-me-cyrillic:False,fcitx-keyboard-me-cyrillicalternatequotes:False,fcitx-keyboard-me-cyrillicyz:False,fcitx-keyboard-me-latinalternatequotes:False,fcitx-keyboard-me-latinunicode:False,fcitx-keyboard-me-latinunicodeyz:False,fcitx-keyboard-me-latinyz:False,fcitx-keyboard-mk:False,fcitx-keyboard-mk-nodeadkeys:False,fcitx-keyboard-ml:False,fcitx-keyboard-ml-fr-oss:False,fcitx-keyboard-ml-us-intl:False,fcitx-keyboard-ml-us-mac:False,fcitx-keyboard-mm:False,fcitx-keyboard-mn:False,fcitx-keyboard-mt:False,fcitx-keyboard-mt-us:False,fcitx-keyboard-mv:False,fcitx-keyboard-nec_vndr/jp:False,fcitx-keyboard-ng:False,fcitx-keyboard-ng-hausa:False,fcitx-keyboard-ng-igbo:False,fcitx-keyboard-ng-yoruba:False,fcitx-keyboard-nl:False,fcitx-keyboard-nl-mac:False,fcitx-keyboard-nl-std:False,fcitx-keyboard-nl-sun_type6:False,fcitx-keyboard-nl-sundeadkeys:False,fcitx-keyboard-no:False,fcitx-keyboard-no-colemak:False,fcitx-keyboard-no-dvorak:False,fcitx-keyboard-no-mac:False,fcitx-keyboard-no-mac_nodeadkeys:False,fcitx-keyboard-no-nodeadkeys:False,fcitx-keyboard-no-smi:False,fcitx-keyboard-no-smi_nodeadkeys:False,fcitx-keyboard-no-sun_type6:False,fcitx-keyboard-np:False,fcitx-keyboard-ph:False,fcitx-keyboard-ph-capewell-dvorak:False,fcitx-keyboard-ph-capewell-dvorak-bay:False,fcitx-keyboard-ph-capewell-qwerf2k6:False,fcitx-keyboard-ph-capewell-qwerf2k6-bay:False,fcitx-keyboard-ph-colemak:False,fcitx-keyboard-ph-colemak-bay:False,fcitx-keyboard-ph-dvorak:False,fcitx-keyboard-ph-dvorak-bay:False,fcitx-keyboard-ph-qwerty-bay:False,fcitx-keyboard-pk:False,fcitx-keyboard-pk-ara:False,fcitx-keyboard-pk-snd:False,fcitx-keyboard-pk-urd-crulp:False,fcitx-keyboard-pk-urd-nla:False,fcitx-keyboard-pl:False,fcitx-keyboard-pl-colemak:False,fcitx-keyboard-pl-csb:False,fcitx-keyboard-pl-dvorak:False,fcitx-keyboard-pl-dvorak_altquotes:False,fcitx-keyboard-pl-dvorak_quotes:False,fcitx-keyboard-pl-dvp:False,fcitx-keyboard-pl-intl:False,fcitx-keyboard-pl-legacy:False,fcitx-keyboard-pl-qwertz:False,fcitx-keyboard-pl-ru_phonetic_dvorak:False,fcitx-keyboard-pl-sun_type6:False,fcitx-keyboard-pl-szl:False,fcitx-keyboard-pt:False,fcitx-keyboard-pt-mac:False,fcitx-keyboard-pt-mac_nodeadkeys:False,fcitx-keyboard-pt-mac_sundeadkeys:False,fcitx-keyboard-pt-nativo:False,fcitx-keyboard-pt-nativo-epo:False,fcitx-keyboard-pt-nativo-us:False,fcitx-keyboard-pt-nodeadkeys:False,fcitx-keyboard-pt-sun_type6:False,fcitx-keyboard-pt-sundeadkeys:False,fcitx-keyboard-ro:False,fcitx-keyboard-ro-cedilla:False,fcitx-keyboard-ro-crh_dobruja:False,fcitx-keyboard-ro-ergonomic:False,fcitx-keyboard-ro-std:False,fcitx-keyboard-ro-std_cedilla:False,fcitx-keyboard-ro-sun_type6:False,fcitx-keyboard-ro-winkeys:False,fcitx-keyboard-rs:False,fcitx-keyboard-rs-alternatequotes:False,fcitx-keyboard-rs-combiningkeys:False,fcitx-keyboard-rs-latin:False,fcitx-keyboard-rs-latinalternatequotes:False,fcitx-keyboard-rs-latinunicode:False,fcitx-keyboard-rs-latinunicodeyz:False,fcitx-keyboard-rs-latinyz:False,fcitx-keyboard-rs-rue:False,fcitx-keyboard-rs-yz:False,fcitx-keyboard-ru:False,fcitx-keyboard-ru-bak:False,fcitx-keyboard-ru-chm:False,fcitx-keyboard-ru-chu:False,fcitx-keyboard-ru-cv:False,fcitx-keyboard-ru-cv_latin:False,fcitx-keyboard-ru-dos:False,fcitx-keyboard-ru-kom:False,fcitx-keyboard-ru-legacy:False,fcitx-keyboard-ru-mac:False,fcitx-keyboard-ru-os_legacy:False,fcitx-keyboard-ru-os_winkeys:False,fcitx-keyboard-ru-phonetic:False,fcitx-keyboard-ru-phonetic_winkeys:False,fcitx-keyboard-ru-ruu:False,fcitx-keyboard-ru-sah:False,fcitx-keyboard-ru-srp:False,fcitx-keyboard-ru-sun_type6:False,fcitx-keyboard-ru-tt:False,fcitx-keyboard-ru-typewriter:False,fcitx-keyboard-ru-typewriter-legacy:False,fcitx-keyboard-ru-udm:False,fcitx-keyboard-ru-xal:False,fcitx-keyboard-se:False,fcitx-keyboard-se-dvorak:False,fcitx-keyboard-se-mac:False,fcitx-keyboard-se-nodeadkeys:False,fcitx-keyboard-se-rus:False,fcitx-keyboard-se-rus_nodeadkeys:False,fcitx-keyboard-se-smi:False,fcitx-keyboard-se-sun_type6:False,fcitx-keyboard-se-svdvorak:False,fcitx-keyboard-se-swl:False,fcitx-keyboard-si:False,fcitx-keyboard-si-alternatequotes:False,fcitx-keyboard-si-us:False,fcitx-keyboard-sk:False,fcitx-keyboard-sk-bksl:False,fcitx-keyboard-sk-qwerty:False,fcitx-keyboard-sk-qwerty_bksl:False,fcitx-keyboard-sk-sun_type6:False,fcitx-keyboard-sn:False,fcitx-keyboard-sy:False,fcitx-keyboard-sy-ku:False,fcitx-keyboard-sy-ku_alt:False,fcitx-keyboard-sy-ku_f:False,fcitx-keyboard-sy-syc:False,fcitx-keyboard-sy-syc_phonetic:False,fcitx-keyboard-th:False,fcitx-keyboard-th-pat:False,fcitx-keyboard-th-tis:False,fcitx-keyboard-tj:False,fcitx-keyboard-tj-legacy:False,fcitx-keyboard-tm:False,fcitx-keyboard-tm-alt:False,fcitx-keyboard-tr:False,fcitx-keyboard-tr-alt:False,fcitx-keyboard-tr-crh:False,fcitx-keyboard-tr-crh_alt:False,fcitx-keyboard-tr-crh_f:False,fcitx-keyboard-tr-f:False,fcitx-keyboard-tr-intl:False,fcitx-keyboard-tr-ku:False,fcitx-keyboard-tr-ku_alt:False,fcitx-keyboard-tr-ku_f:False,fcitx-keyboard-tr-sun_type6:False,fcitx-keyboard-tr-sundeadkeys:False,fcitx-keyboard-tw:False,fcitx-keyboard-tw-indigenous:False,fcitx-keyboard-tw-saisiyat:False,fcitx-keyboard-tz:False,fcitx-keyboard-ua:False,fcitx-keyboard-ua-homophonic:False,fcitx-keyboard-ua-legacy:False,fcitx-keyboard-ua-phonetic:False,fcitx-keyboard-ua-rstu:False,fcitx-keyboard-ua-rstu_ru:False,fcitx-keyboard-ua-sun_type6:False,fcitx-keyboard-ua-typewriter:False,fcitx-keyboard-ua-winkeys:False,fcitx-keyboard-us-alt-intl:False,fcitx-keyboard-us-alt-intl-unicode:False,fcitx-keyboard-us-altgr-intl:False,fcitx-keyboard-us-ats:False,fcitx-keyboard-us-chr:False,fcitx-keyboard-us-colemak:False,fcitx-keyboard-us-crd:False,fcitx-keyboard-us-cz_sk_de:False,fcitx-keyboard-us-dvorak:False,fcitx-keyboard-us-dvorak-alt-intl:False,fcitx-keyboard-us-dvorak-classic:False,fcitx-keyboard-us-dvorak-intl:False,fcitx-keyboard-us-dvorak-l:False,fcitx-keyboard-us-dvorak-r:False,fcitx-keyboard-us-dvp:False,fcitx-keyboard-us-euro:False,fcitx-keyboard-us-hbs:False,fcitx-keyboard-us-intl:False,fcitx-keyboard-us-intl-unicode:False,fcitx-keyboard-us-mac:False,fcitx-keyboard-us-norman:False,fcitx-keyboard-us-olpc2:False,fcitx-keyboard-us-rus:False,fcitx-keyboard-us-sun_type6:False,fcitx-keyboard-us-workman:False,fcitx-keyboard-us-workman-intl:False,fcitx-keyboard-uz:False,fcitx-keyboard-uz-latin:False,fcitx-keyboard-vn:False,fcitx-keyboard-za:False,wanfeng:False,ziranma:False,fcitx-keyboard-cn-uig:False,fcitx-keyboard-pl-type6:False,fcitx-keyboard-ro-type6:False,fcitx-keyboard-ru-type6:False
+# Show Preedit String in Client Window
+# Available Value:
+# True False
+#PreeditStringInClientWindow=True
+
diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf
new file mode 100644
index 0000000..543c78a
--- /dev/null
+++ b/.config/fontconfig/fonts.conf
@@ -0,0 +1,272 @@
+<?xml version="1.0"?>
+<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
+<fontconfig>
+ <!--
+ Weitian LI <liweitianux@gmail.com>
+ 2014/04/06
+ -->
+
+ <!--
+ system wide: /etc/fonts/local.conf
+ per-user configuration: $XDG_CONFIG_HOME/fontconfig/fonts.conf
+ (~/.config/fontconfig/fonts.conf)
+ -->
+
+ <!-- private font directory -->
+ <dir prefix="xdg">fonts</dir>
+
+ <!-- default settings: smoothed and hinted -->
+ <match target="font" >
+ <edit name="autohint" mode="assign">
+ <bool>true</bool>
+ </edit>
+ <edit name="antialias" mode="assign">
+ <bool>true</bool>
+ </edit>
+ <edit name="hinting" mode="assign">
+ <bool>true</bool>
+ </edit>
+ <edit name="hintstyle" mode="assign">
+ <const>hintmedium</const>
+ </edit>
+ <edit name="lcdfilter" mode="assign">
+ <const>lcddefault</const>
+ </edit>
+ <edit name="rgba" mode="assign">
+ <const>rgb</const>
+ </edit>
+ <!-- enable embedded bitmap -->
+ <edit name="embeddedbitmap" mode="assign">
+ <bool>true</bool>
+ </edit>
+ </match>
+
+ <!-- DPI -->
+ <!--
+ <match target="pattern">
+ <edit name="dpi" mode="assign">
+ <double>96</double>
+ </edit>
+ </match>
+ -->
+
+ <!-- For point size less equal than 6: only smoothed -->
+ <!--
+ <match target="font" >
+ <test name="size" compare="less_eq">
+ <double>6</double>
+ </test>
+ <edit name="antialias" mode="assign">
+ <bool>true</bool>
+ </edit>
+ <edit name="autohint" mode="assign">
+ <bool>false</bool>
+ </edit>
+ <edit name="hinting" mode="assign">
+ <bool>false</bool>
+ </edit>
+ </match>
+ -->
+
+ <!-- font families -->
+ <!--
+ Names not including any well known alias are given 'sans-serif'
+ -->
+ <match target="pattern">
+ <test qual="all" name="family" compare="not_eq">
+ <string>sans-serif</string>
+ </test>
+ <test qual="all" name="family" compare="not_eq">
+ <string>serif</string>
+ </test>
+ <test qual="all" name="family" compare="not_eq">
+ <string>monospace</string>
+ </test>
+ <edit name="family" mode="append_last">
+ <string>sans-serif</string>
+ </edit>
+ </match>
+
+ <!--
+ Alias well known font names to available TrueType fonts.
+ These substitute TrueType faces for similar Type1
+ faces to improve screen appearance.
+ -->
+ <alias>
+ <family>Times</family>
+ <prefer>
+ <family>Times New Roman</family>
+ </prefer>
+ <default>
+ <family>serif</family>
+ </default>
+ </alias>
+ <alias>
+ <family>Helvetica</family>
+ <prefer>
+ <family>Arial</family>
+ </prefer>
+ <default>
+ <family>sans-serif</family>
+ </default>
+ </alias>
+ <alias>
+ <family>Courier</family>
+ <prefer>
+ <family>Courier New</family>
+ </prefer>
+ <default>
+ <family>monospace</family>
+ </default>
+ </alias>
+
+ <!--
+ The example of the requirements of OR operator;
+ If the 'family' contains 'Courier New' OR 'Courier'
+ add 'monospace' as the alternative
+ -->
+ <match target="pattern">
+ <test name="family" compare="eq">
+ <string>Courier New</string>
+ </test>
+ <edit name="family" mode="prepend">
+ <string>monospace</string>
+ </edit>
+ </match>
+ <match target="pattern">
+ <test name="family" compare="eq">
+ <string>Courier</string>
+ </test>
+ <edit name="family" mode="prepend">
+ <string>monospace</string>
+ </edit>
+ </match>
+
+ <!-- use WenQuanYi font when serif is requested for Chinese -->
+ <match>
+ <!--
+ If you don't want to use WenQuanYi Zen Hei font for zh-tw etc,
+ you can use zh-cn instead of zh.
+ Please note, even if you set zh-cn, it still matches zh.
+ if you don't like it, you can use compare="eq"
+ instead of compare="contains".
+ -->
+ <test name="lang" compare="contains">
+ <string>zh</string>
+ </test>
+ <test name="family">
+ <string>serif</string>
+ </test>
+ <edit name="family" mode="prepend">
+ <string>WenQuanYi Micro Hei</string>
+ <string>WenQuanYi Zen Hei</string>
+ </edit>
+ </match>
+
+ <!-- font family preferences -->
+ <match>
+ <test name="family">
+ <string>serif</string>
+ </test>
+ <edit name="family" mode="prepend">
+ <string>DejaVu Serif</string>
+ <string>Liberation Serif</string>
+ <string>Linux Libertine</string>
+ <string>Linux Libertine O</string>
+ <string>Bitstream Vera Serif</string>
+ <string>Droid Serif</string>
+ <string>AR PL UMing CN</string>
+ <string>AR PL UMing TW</string>
+ <string>AR PL UMing HK</string>
+ <string>AR PL SungtiL GB</string>
+ </edit>
+ </match>
+ <match>
+ <test name="family">
+ <string>sans-serif</string>
+ </test>
+ <edit name="family" mode="prepend">
+ <string>DejaVu Sans</string>
+ <string>Liberation Sans</string>
+ <string>Linux Biolinum</string>
+ <string>Linux Biolinum O</string>
+ <string>Source Sans Pro</string>
+ <string>Droid Sans</string>
+ <string>WenQuanYi Micro Hei</string>
+ <string>WenQuanYi Zen Hei</string>
+ <string>Droid Sans Fallback</string>
+ <string>AR PL UKai CN</string>
+ <string>AR PL UKai TW</string>
+ <string>AR PL UKai HK</string>
+ <string>AR PL KaitiM GB</string>
+ <string>AR PL KaitiM Big5</string>
+ </edit>
+ </match>
+ <match>
+ <test name="family">
+ <string>monospace</string>
+ </test>
+ <edit name="family" mode="prepend">
+ <string>DejaVu Sans Mono</string>
+ <string>Liberation Mono</string>
+ <string>Source Code Pro</string>
+ <string>Inconsolata</string>
+ <string>Bitstream Vera Sans Mono</string>
+ <string>Droid Sans Mono</string>
+ <string>WenQuanYi Micro Hei Mono</string>
+ <string>WenQuanYi Zen Hei Mono</string>
+ </edit>
+ </match>
+
+ <!-- reorder the serif, sans-serif and monospace family -->
+ <alias>
+ <family>serif</family>
+ <prefer>
+ <family>DejaVu Serif</family>
+ <family>Liberation Serif</family>
+ <family>Linux Libertine</family>
+ <family>Linux Libertine O</family>
+ <family>Bitstream Vera Serif</family>
+ <family>Droid Serif</family>
+ <family>AR PL UMing CN</family>
+ <family>AR PL UMing TW</family>
+ <family>AR PL UMing HK</family>
+ <family>AR PL SungtiL GB</family>
+ </prefer>
+ </alias>
+ <alias>
+ <family>sans-serif</family>
+ <prefer>
+ <family>DejaVu Sans</family>
+ <family>Liberation Sans</family>
+ <family>Linux Biolinum</family>
+ <family>Linux Biolinum O</family>
+ <family>Source Sans Pro</family>
+ <family>Bitstream Vera Sans</family>
+ <family>Droid Sans</family>
+ <family>WenQuanYi Micro Hei</family>
+ <family>WenQuanYi Zen Hei</family>
+ <family>Droid Sans Fallback</family>
+ <family>AR PL UKai CN</family>
+ <family>AR PL UKai TW</family>
+ <family>AR PL UKai HK</family>
+ <family>AR PL KaitiM GB</family>
+ <family>AR PL KaitiM Big5</family>
+ </prefer>
+ </alias>
+ <alias>
+ <family>monospace</family>
+ <prefer>
+ <family>DejaVu Sans Mono</family>
+ <family>Liberation Mono</family>
+ <family>Source Code Pro</family>
+ <family>Inconsolata</family>
+ <family>Bitstream Vera Sans Mono</family>
+ <family>Droid Sans Mono</family>
+ <family>WenQuanYi Micro Hei Mono</family>
+ <family>WenQuanYi Zen Hei Mono</family>
+ </prefer>
+ </alias>
+ <!-- end reorder fonts -->
+
+</fontconfig>
diff --git a/.config/geany/filedefs/filetypes.README b/.config/geany/filedefs/filetypes.README
new file mode 100644
index 0000000..3161609
--- /dev/null
+++ b/.config/geany/filedefs/filetypes.README
@@ -0,0 +1,2 @@
+Copy files from /usr/share/geany to this directory to overwrite them. To use the defaults, just delete the file in this directory.
+For more information read the documentation (in /usr/share/doc/geany-1.23.1/html/index.html or visit http://www.geany.org/). \ No newline at end of file
diff --git a/.config/geany/geany.conf b/.config/geany/geany.conf
new file mode 100644
index 0000000..c5e0592
--- /dev/null
+++ b/.config/geany/geany.conf
@@ -0,0 +1,214 @@
+[geany]
+default_open_path=
+cmdline_new_files=true
+notebook_double_click_hides_widgets=false
+tab_close_switch_to_mru=false
+tab_pos_sidebar=2
+sidebar_pos=0
+msgwin_orientation=1
+highlighting_invert_all=false
+pref_main_search_use_current_word=true
+check_detect_indent=false
+detect_indent_width=false
+use_tab_to_indent=true
+pref_editor_tab_width=4
+indent_mode=2
+indent_type=0
+virtualspace=1
+autocomplete_doc_words=false
+completion_drops_rest_of_word=false
+autocompletion_max_entries=30
+autocompletion_update_freq=250
+color_scheme=
+mru_length=10
+disk_check_timeout=30
+show_editor_scrollbars=true
+brace_match_ltgt=false
+use_gtk_word_boundaries=true
+complete_snippets_whilst_editing=false
+use_atomic_file_saving=false
+gio_unsafe_save_backup=false
+use_gio_unsafe_file_saving=true
+indent_hard_tab_width=8
+find_selection_type=0
+extract_filetype_regex=-\\*-\\s*([^\\s]+)\\s*-\\*-
+show_symbol_list_expanders=true
+compiler_tab_autoscroll=true
+allow_always_save=false
+statusbar_template=
+new_document_after_close=false
+msgwin_status_visible=true
+msgwin_compiler_visible=true
+msgwin_messages_visible=true
+msgwin_scribble_visible=true
+documents_show_paths=true
+sidebar_page=0
+pref_main_load_session=true
+pref_main_project_session=true
+pref_main_project_file_in_basedir=false
+pref_main_save_winpos=true
+pref_main_confirm_exit=false
+pref_main_suppress_status_messages=false
+switch_msgwin_pages=false
+beep_on_errors=true
+auto_focus=false
+sidebar_symbol_visible=true
+sidebar_openfiles_visible=true
+editor_font=Monospace 10
+tagbar_font=Sans 9
+msgwin_font=Sans 9
+show_notebook_tabs=true
+show_tab_cross=true
+tab_order_ltr=true
+tab_order_beside=false
+tab_pos_editor=2
+tab_pos_msgwin=0
+use_native_windows_dialogs=false
+show_indent_guide=true
+show_white_space=true
+show_line_endings=false
+show_markers_margin=true
+show_linenumber_margin=true
+long_line_enabled=true
+long_line_type=0
+long_line_column=72
+long_line_color=#C2EBC2
+symbolcompletion_max_height=10
+symbolcompletion_min_chars=4
+use_folding=true
+unfold_all_children=false
+use_indicators=true
+line_wrapping=true
+auto_close_xml_tags=true
+complete_snippets=true
+auto_complete_symbols=true
+pref_editor_disable_dnd=false
+pref_editor_smart_home_key=true
+pref_editor_newline_strip=true
+line_break_column=72
+auto_continue_multiline=true
+comment_toggle_mark=~
+scroll_stop_at_last_line=true
+autoclose_chars=0
+pref_editor_default_new_encoding=UTF-8
+pref_editor_default_open_encoding=None
+default_eol_character=2
+pref_editor_new_line=true
+pref_editor_ensure_convert_line_endings=false
+pref_editor_replace_tabs=false
+pref_editor_trail_space=false
+pref_toolbar_show=true
+pref_toolbar_append_to_menu=false
+pref_toolbar_use_gtk_default_style=true
+pref_toolbar_use_gtk_default_icon=true
+pref_toolbar_icon_style=0
+pref_toolbar_icon_size=0
+pref_template_developer=Unknown
+pref_template_company=
+pref_template_mail=aly@ly4ever
+pref_template_initial=U
+pref_template_version=1.0
+pref_template_year=%Y
+pref_template_date=%Y-%m-%d
+pref_template_datetime=%d.%m.%Y %H:%M:%S %Z
+context_action_cmd=
+sidebar_visible=true
+statusbar_visible=true
+msgwindow_visible=true
+fullscreen=false
+scribble_text=Type here what you want, use it as a notice/scratch board
+scribble_pos=57
+treeview_position=156
+msgwindow_position=460
+geometry=683;38;679;728;1;
+custom_date_format=
+
+[build-menu]
+number_ft_menu_items=0
+number_non_ft_menu_items=0
+number_exec_menu_items=0
+
+[search]
+pref_search_hide_find_dialog=false
+pref_search_always_wrap=false
+pref_search_current_file_dir=true
+find_all_expanded=false
+replace_all_expanded=false
+position_find_x=-1
+position_find_y=-1
+position_replace_x=-1
+position_replace_y=-1
+position_fif_x=-1
+position_fif_y=-1
+fif_regexp=false
+fif_case_sensitive=true
+fif_match_whole_word=false
+fif_invert_results=false
+fif_recursive=false
+fif_extra_options=
+fif_use_extra_options=false
+fif_files=
+fif_files_mode=0
+find_regexp=false
+find_case_sensitive=false
+find_escape_sequences=false
+find_match_whole_word=false
+find_match_word_start=false
+find_close_dialog=true
+replace_regexp=false
+replace_case_sensitive=false
+replace_escape_sequences=false
+replace_match_whole_word=false
+replace_match_word_start=false
+replace_search_backwards=false
+replace_close_dialog=true
+
+[plugins]
+load_plugins=true
+custom_plugin_path=
+active_plugins=;
+
+[tools]
+terminal_cmd=xterm -e "/bin/sh %c"
+browser_cmd=firefox
+grep_cmd=grep
+
+[printing]
+print_cmd=/usr/bin/lpr %f
+use_gtk_printing=true
+print_line_numbers=true
+print_page_numbers=true
+print_page_header=true
+page_header_basename=false
+page_header_datefmt=%c
+
+[VTE]
+load_vte=true
+emulation=xterm
+send_selection_unsafe=false
+send_cmd_prefix=
+font=Monospace 10
+scroll_on_key=true
+scroll_on_out=true
+enable_bash_keys=true
+ignore_menu_bar_accel=false
+follow_path=false
+run_in_vte=false
+skip_run_script=false
+cursor_blinks=false
+scrollback_lines=500
+image=
+shell=/bin/bash
+colour_fore=#FFFFFF
+colour_back=#000000
+last_dir=/home/aly
+
+[project]
+session_file=
+project_file_path=/home/aly/projects
+
+[files]
+recent_files=/home/aly/web/skaschool/django_skaschool/page/templates/page/introduction.html;/home/aly/web/skaschool/django_skaschool/account/templates/account/profile.html;/home/aly/web/skaschool/django_skaschool/templates/index.html;/home/aly/web/skaschool/django_skaschool/page/templates/page/sponsor.html;/home/aly/web/skaschool/django_skaschool/page/templates/page/program.html;/home/aly/web/skaschool/django_skaschool/page/templates/page/about.html;/home/aly/web/skaschool/django_skaschool/account/templates/account/list_approved.html;/home/aly/web/skaschool/django_skaschool/notice/templates/notice/list_notice.html;/home/aly/web/skaschool/django_skaschool/page/templates/page/contact.html;/home/aly/web/skaschool/django_skaschool/account/templates/account/password_reset_confirm.html;
+recent_projects=
+current_page=0
+FILE_NAME_0=5758;HTML;0;EUTF-8;0;1;1;%2Fhome%2Faly%2Fweb%2Fskaschool%2Fdjango_skaschool%2Fpage%2Ftemplates%2Fpage%2Fintroduction.html;0;4
diff --git a/.config/geany/keybindings.conf b/.config/geany/keybindings.conf
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/.config/geany/keybindings.conf
diff --git a/.config/geany/templates/templates.README b/.config/geany/templates/templates.README
new file mode 100644
index 0000000..c110653
--- /dev/null
+++ b/.config/geany/templates/templates.README
@@ -0,0 +1,2 @@
+There are several template files in this directory. For these templates you can use wildcards.
+For more information read the documentation (in /usr/share/doc/geany-1.23.1/html/index.html or visit http://www.geany.org/). \ No newline at end of file
diff --git a/.config/gtk-3.0/bookmarks b/.config/gtk-3.0/bookmarks
new file mode 100644
index 0000000..a63373f
--- /dev/null
+++ b/.config/gtk-3.0/bookmarks
@@ -0,0 +1,8 @@
+file:///home/aly/documents
+file:///home/aly/downloads
+file:///home/aly/pictures
+file:///home/aly/Documents
+file:///home/aly/Music
+file:///home/aly/Pictures
+file:///home/aly/Videos
+file:///home/aly/Downloads
diff --git a/.config/gtk-3.0/settings.ini b/.config/gtk-3.0/settings.ini
new file mode 100644
index 0000000..061e8c4
--- /dev/null
+++ b/.config/gtk-3.0/settings.ini
@@ -0,0 +1,8 @@
+[Settings]
+gtk-font-name = Sans 10
+;gtk-application-prefer-dark-theme = 1
+gtk-theme-name = Adwaita
+;gtk-theme-name = FlatStudioDark
+gtk-icon-theme-name = AwOkenWhite
+gtk-fallback-icon-theme-name = gnome
+
diff --git a/.config/htop/htoprc b/.config/htop/htoprc
new file mode 100644
index 0000000..9c39c23
--- /dev/null
+++ b/.config/htop/htoprc
@@ -0,0 +1,24 @@
+# Beware! This file is rewritten by htop when settings are changed in the interface.
+# The parser is also very primitive, and not human-friendly.
+fields=0 48 17 18 38 39 40 2 46 47 49 1
+sort_key=46
+sort_direction=1
+hide_threads=0
+hide_kernel_threads=1
+hide_userland_threads=0
+shadow_other_users=0
+show_thread_names=0
+highlight_base_name=0
+highlight_megabytes=1
+highlight_threads=0
+tree_view=0
+header_margin=1
+detailed_cpu_time=0
+cpu_count_from_zero=0
+update_process_names=0
+color_scheme=0
+delay=15
+left_meters=AllCPUs Memory Swap
+left_meter_modes=1 1 1
+right_meters=Tasks LoadAverage Uptime
+right_meter_modes=2 2 2
diff --git a/.config/mc/ini b/.config/mc/ini
new file mode 100644
index 0000000..c83d740
--- /dev/null
+++ b/.config/mc/ini
@@ -0,0 +1,137 @@
+[Midnight-Commander]
+verbose=1
+pause_after_run=1
+shell_patterns=1
+auto_save_setup=1
+preallocate_space=0
+auto_menu=0
+use_internal_view=1
+use_internal_edit=1
+clear_before_exec=1
+confirm_delete=1
+confirm_overwrite=1
+confirm_execute=0
+confirm_history_cleanup=1
+confirm_exit=1
+confirm_directory_hotlist_delete=1
+safe_delete=0
+mouse_repeat_rate=100
+double_click_speed=250
+use_8th_bit_as_meta=0
+confirm_view_dir=0
+mouse_move_pages_viewer=1
+mouse_close_dialog=0
+fast_refresh=0
+drop_menus=0
+wrap_mode=1
+old_esc_mode=0
+old_esc_mode_timeout=1000000
+cd_symlinks=1
+show_all_if_ambiguous=0
+max_dirt_limit=10
+use_file_to_guess_type=1
+alternate_plus_minus=0
+only_leading_plus_minus=1
+show_output_starts_shell=0
+xtree_mode=0
+num_history_items_recorded=60
+file_op_compute_totals=1
+classic_progressbar=1
+vfs_timeout=60
+ftpfs_directory_timeout=900
+use_netrc=1
+ftpfs_retry_seconds=30
+ftpfs_always_use_proxy=0
+ftpfs_use_passive_connections=1
+ftpfs_use_passive_connections_over_proxy=0
+ftpfs_use_unix_list_options=1
+ftpfs_first_cd_then_ls=1
+fish_directory_timeout=900
+editor_tab_spacing=8
+editor_word_wrap_line_length=72
+editor_fill_tabs_with_spaces=0
+editor_return_does_auto_indent=1
+editor_backspace_through_tabs=0
+editor_fake_half_tabs=1
+editor_option_save_mode=0
+editor_option_save_position=1
+editor_option_auto_para_formatting=0
+editor_option_typewriter_wrap=0
+editor_edit_confirm_save=1
+editor_syntax_highlighting=1
+editor_persistent_selections=1
+editor_cursor_beyond_eol=0
+editor_cursor_after_inserted_block=0
+editor_visible_tabs=1
+editor_visible_spaces=1
+editor_line_state=0
+editor_simple_statusbar=0
+editor_check_new_line=0
+editor_show_right_margin=0
+editor_group_undo=0
+editor_ask_filename_before_edit=0
+nice_rotating_dash=1
+mcview_remember_file_position=0
+auto_fill_mkdir_name=1
+copymove_persistent_attr=1
+select_flags=6
+editor_backup_extension=~
+editor_filesize_threshold=64M
+mcview_eof=
+ignore_ftp_chattr_errors=true
+skin=default
+
+[Layout]
+message_visible=1
+keybar_visible=1
+xterm_title=1
+output_lines=0
+command_prompt=1
+menubar_visible=1
+free_space=1
+horizontal_split=0
+vertical_equal=1
+left_panel_size=41
+horizontal_equal=1
+top_panel_size=1
+
+[Misc]
+timeformat_recent=%b %e %H:%M
+timeformat_old=%b %e %Y
+ftp_proxy_host=gate
+ftpfs_password=anonymous@
+display_codepage=UTF-8
+source_codepage=Other_8_bit
+autodetect_codeset=
+clipboard_store=
+clipboard_paste=
+
+[Colors]
+base_color=
+rxvt-unicode-256color=
+color_terminals=
+
+[Panels]
+show_mini_info=true
+kilobyte_si=false
+mix_all_files=false
+show_backups=true
+show_dot_files=true
+fast_reload=false
+fast_reload_msg_shown=false
+mark_moves_down=true
+reverse_files_only=true
+auto_save_setup_panels=false
+navigate_with_arrows=false
+panel_scroll_pages=true
+mouse_move_pages=true
+filetype_mode=true
+permission_mode=false
+torben_fj_mode=false
+quick_search_mode=2
+
+[Panelize]
+Find *.orig after patching=find . -name \\*.orig -print
+Find SUID and SGID programs=find . \\( \\( -perm -04000 -a -perm /011 \\) -o \\( -perm -02000 -a -perm /01 \\) \\) -print
+Find rejects after patching=find . -name \\*.rej -print
+Modified git files=git ls-files --modified
diff --git a/.config/mc/panels.ini b/.config/mc/panels.ini
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/.config/mc/panels.ini
diff --git a/.config/parcellite/parcelliterc b/.config/parcellite/parcelliterc
new file mode 100644
index 0000000..a62dcae
--- /dev/null
+++ b/.config/parcellite/parcelliterc
@@ -0,0 +1,38 @@
+[rc]
+use_copy=true
+use_primary=false
+synchronize=false
+save_history=true
+history_pos=false
+history_x=0
+history_y=0
+history_limit=25
+data_size=0
+automatic_paste=false
+auto_key=false
+auto_mouse=true
+key_input=false
+restore_empty=true
+rc_edit=true
+type_search=true
+case_search=false
+ignore_whiteonly=true
+trim_wspace_begend=false
+trim_newline=false
+hyperlinks_only=false
+confirm_clear=true
+current_on_top=true
+single_line=true
+reverse_history=false
+item_length=50
+persistent_history=true
+persistent_separate=true
+persistent_on_top=false
+persistent_delim=\\n
+nonprint_disp=false
+ellipsize=2
+multi_user=true
+menu_key=<Ctrl><Alt>P
+history_key=<Ctrl><Alt>H
+phistory_key=<Ctrl><Alt>X
+actions_key=<Ctrl><Alt>A
diff --git a/.config/user-dirs.dirs b/.config/user-dirs.dirs
new file mode 100644
index 0000000..c2fb534
--- /dev/null
+++ b/.config/user-dirs.dirs
@@ -0,0 +1,15 @@
+# This file is written by xdg-user-dirs-update
+# If you want to change or add directories, just edit the line you're
+# interested in. All local changes will be retained on the next run
+# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped
+# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
+# absolute path. No other format is supported.
+#
+XDG_DESKTOP_DIR="$HOME/Desktop"
+XDG_DOWNLOAD_DIR="$HOME/"
+XDG_TEMPLATES_DIR="$HOME/"
+XDG_PUBLICSHARE_DIR="$HOME/"
+XDG_DOCUMENTS_DIR="$HOME/"
+XDG_MUSIC_DIR="$HOME/"
+XDG_PICTURES_DIR="$HOME/"
+XDG_VIDEOS_DIR="$HOME/"
diff --git a/.config/user-dirs.locale b/.config/user-dirs.locale
new file mode 100644
index 0000000..3e0b419
--- /dev/null
+++ b/.config/user-dirs.locale
@@ -0,0 +1 @@
+en_US \ No newline at end of file
diff --git a/.config/vlc/vlc-qt-interface.conf b/.config/vlc/vlc-qt-interface.conf
new file mode 100644
index 0000000..f35c362
--- /dev/null
+++ b/.config/vlc/vlc-qt-interface.conf
@@ -0,0 +1,16 @@
+[General]
+IsFirstRun=0
+geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x1\0\0\0\0\x1\x7f\0\0\0\xa1\0\0\x3\xd6\0\0\x2\x44\0\0\x1\x7f\0\0\0\xa1\0\0\x3\xd6\0\0\x2\x44\0\0\0\0\0\0)
+filedialog-path=/home/aly
+
+[FullScreen]
+pos=@Point(0 0)
+screen=@Rect(0 0 0 0)
+wide=false
+
+[MainWindow]
+pl-dock-status=true
+adv-controls=0
+status-bar-visible=false
+bgSize=@Size(600 0)
+playlistSize=@Size(-1 -1)
diff --git a/.config/vlc/vlcrc b/.config/vlc/vlcrc
new file mode 100644
index 0000000..0405eb1
--- /dev/null
+++ b/.config/vlc/vlcrc
@@ -0,0 +1,3981 @@
+###
+### vlc 2.0.7
+###
+
+###
+### lines beginning with a '#' character are comments
+###
+
+[gestures] # Mouse gestures control interface
+
+# Motion threshold (10-100) (integer)
+#gestures-threshold=30
+
+# Trigger button (string)
+#gestures-button=right
+
+[hotkeys] # Hotkeys management interface
+
+# MouseWheel up-down axis Control (integer)
+#hotkeys-mousewheel-mode=0
+
+[oldrc] # Remote control interface
+
+# Show stream position (boolean)
+#rc-show-pos=0
+
+# Fake TTY (boolean)
+#rc-fake-tty=0
+
+# UNIX socket command input (string)
+#rc-unix=
+
+# TCP command input (string)
+#rc-host=
+
+[netsync] # Network synchronization
+
+# Network master clock (boolean)
+#netsync-master=0
+
+# Master server ip address (string)
+#netsync-master-ip=
+
+# UDP timeout (in ms) (integer)
+#netsync-timeout=500
+
+[motion] # motion control interface
+
+# Use the rotate video filter instead of transform (boolean)
+#motion-use-rotate=0
+
+[xcb_x11] # X11 video output (XCB)
+
+[vdummy] # Dummy video output
+
+# Dummy image chroma format (string)
+#dummy-chroma=
+
+[yuv] # YUV video output
+
+# device, fifo or filename (string)
+#yuv-file=stream.yuv
+
+# Chroma used (string)
+#yuv-chroma=
+
+# YUV4MPEG2 header (default disabled) (boolean)
+#yuv-yuv4mpeg2=0
+
+[vmem] # Video memory output
+
+# Width (integer)
+#vmem-width=320
+
+# Height (integer)
+#vmem-height=200
+
+# Pitch (integer)
+#vmem-pitch=640
+
+# Chroma (string)
+#vmem-chroma=RV16
+
+[fb] # GNU/Linux framebuffer video output
+
+# Framebuffer device (string)
+#fbdev=/dev/fb0
+
+# Run fb on current tty (boolean)
+#fb-tty=1
+
+# Image format (default RGB) (string)
+#fb-chroma=
+
+# Framebuffer resolution to use (integer)
+#fb-mode=4
+
+# Framebuffer uses hw acceleration (boolean)
+#fb-hw-accel=1
+
+[xcb_window] # X11 video window (XCB)
+
+# X11 display (string)
+#x11-display=
+
+[vout_sdl] # Simple DirectMedia Layer video output
+
+# SDL chroma format (string)
+#sdl-chroma=
+
+[xcb_xv] # XVideo output (XCB)
+
+# XVideo adaptor number (integer)
+#xvideo-adaptor=-1
+
+# XVideo format id (integer)
+#xvideo-format-id=0
+
+[theora] # Theora video decoder
+
+# Encoding quality (integer)
+#sout-theora-quality=2
+
+[telx] # Teletext subtitles decoder
+
+# Override page (integer)
+#telx-override-page=-1
+
+# Ignore subtitle flag (boolean)
+#telx-ignore-subtitle-flag=0
+
+# Workaround for France (boolean)
+#telx-french-workaround=0
+
+[speex] # Speex audio decoder
+
+# Mode (integer)
+#sout-speex-mode=0
+
+# Encoding complexity (integer)
+#sout-speex-complexity=3
+
+# CBR encoding (boolean)
+#sout-speex-cbr=0
+
+# Encoding quality (float)
+#sout-speex-quality=8.000000
+
+# Maximal bitrate (integer)
+#sout-speex-max-bitrate=0
+
+# Voice activity detection (boolean)
+#sout-speex-vad=1
+
+# Discontinuous Transmission (boolean)
+#sout-speex-dtx=0
+
+[ddummy] # Dummy decoder
+
+# Save raw codec data (boolean)
+#dummy-save-es=0
+
+[vorbis] # Vorbis audio decoder
+
+# Encoding quality (integer)
+#sout-vorbis-quality=0
+
+# Maximum encoding bitrate (integer)
+#sout-vorbis-max-bitrate=0
+
+# Minimum encoding bitrate (integer)
+#sout-vorbis-min-bitrate=0
+
+# CBR encoding (boolean)
+#sout-vorbis-cbr=0
+
+[spudec] # DVD subtitles decoder
+
+# Disable DVD subtitle transparency (boolean)
+#dvdsub-transparency=0
+
+[subsdec] # Text subtitles decoder
+
+# Subtitles justification (integer)
+#subsdec-align=0
+
+# Subtitles text encoding (string)
+#subsdec-encoding=
+
+# UTF-8 subtitles autodetection (boolean)
+#subsdec-autodetect-utf8=1
+
+# Formatted Subtitles (boolean)
+#subsdec-formatted=1
+
+[x264] # H.264/MPEG4 AVC encoder (x264)
+
+# Maximum GOP size (integer)
+#sout-x264-keyint=250
+
+# Minimum GOP size (integer)
+#sout-x264-min-keyint=25
+
+# Use recovery points to close GOPs (boolean)
+#sout-x264-opengop=0
+
+# Enable compatibility hacks for Blu-ray support (boolean)
+#sout-x264-bluray-compat=0
+
+# Extra I-frames aggressivity (integer)
+#sout-x264-scenecut=40
+
+# B-frames between I and P (integer)
+#sout-x264-bframes=3
+
+# Adaptive B-frame decision (integer)
+#sout-x264-b-adapt=1
+
+# Influence (bias) B-frames usage (integer)
+#sout-x264-b-bias=0
+
+# Keep some B-frames as references (string)
+#sout-x264-bpyramid=normal
+
+# CABAC (boolean)
+#sout-x264-cabac=1
+
+# Number of reference frames (integer)
+#sout-x264-ref=3
+
+# Skip loop filter (boolean)
+#sout-x264-nf=0
+
+# Loop filter AlphaC0 and Beta parameters alpha:beta (string)
+#sout-x264-deblock=0:0
+
+# Strength of psychovisual optimization, default is "1.0:0.0" (string)
+#sout-x264-psy-rd=1.0:0.0
+
+# Use Psy-optimizations (boolean)
+#sout-x264-psy=1
+
+# H.264 level (string)
+#sout-x264-level=0
+
+# H.264 profile (string)
+#sout-x264-profile=high
+
+# Interlaced mode (boolean)
+#sout-x264-interlaced=0
+
+# Force number of slices per frame (integer)
+#sout-x264-slices=0
+
+# Limit the size of each slice in bytes (integer)
+#sout-x264-slice-max-size=0
+
+# Limit the size of each slice in macroblocks (integer)
+#sout-x264-slice-max-mbs=0
+
+# HRD-timing information (string)
+#sout-x264-hrd=none
+
+# Set QP (integer)
+#sout-x264-qp=-1
+
+# Quality-based VBR (integer)
+#sout-x264-crf=23
+
+# Min QP (integer)
+#sout-x264-qpmin=10
+
+# Max QP (integer)
+#sout-x264-qpmax=51
+
+# Max QP step (integer)
+#sout-x264-qpstep=4
+
+# Average bitrate tolerance (float)
+#sout-x264-ratetol=1.000000
+
+# Max local bitrate (integer)
+#sout-x264-vbv-maxrate=0
+
+# VBV buffer (integer)
+#sout-x264-vbv-bufsize=0
+
+# Initial VBV buffer occupancy (float)
+#sout-x264-vbv-init=0.900000
+
+# QP factor between I and P (float)
+#sout-x264-ipratio=1.400000
+
+# QP factor between P and B (float)
+#sout-x264-pbratio=1.300000
+
+# QP difference between chroma and luma (integer)
+#sout-x264-chroma-qp-offset=0
+
+# Multipass ratecontrol (integer)
+#sout-x264-pass=0
+
+# QP curve compression (float)
+#sout-x264-qcomp=0.600000
+
+# Reduce fluctuations in QP (float)
+#sout-x264-cplxblur=20.000000
+
+# Reduce fluctuations in QP (float)
+#sout-x264-qblur=0.500000
+
+# How AQ distributes bits (integer)
+#sout-x264-aq-mode=1
+
+# Strength of AQ (float)
+#sout-x264-aq-strength=1.000000
+
+# Partitions to consider (string)
+#sout-x264-partitions=normal
+
+# Direct MV prediction mode (string)
+#sout-x264-direct=spatial
+
+# Direct prediction size (integer)
+#sout-x264-direct-8x8=1
+
+# Weighted prediction for B-frames (boolean)
+#sout-x264-weightb=1
+
+# Weighted prediction for P-frames (integer)
+#sout-x264-weightp=2
+
+# Integer pixel motion estimation method (string)
+#sout-x264-me=hex
+
+# Maximum motion vector search range (integer)
+#sout-x264-merange=16
+
+# Maximum motion vector length (integer)
+#sout-x264-mvrange=-1
+
+# Minimum buffer space between threads (integer)
+#sout-x264-mvrange-thread=-1
+
+# Subpixel motion estimation and partition decision quality (integer)
+#sout-x264-subme=7
+
+# Decide references on a per partition basis (boolean)
+#sout-x264-mixed-refs=1
+
+# Chroma in motion estimation (boolean)
+#sout-x264-chroma-me=1
+
+# Adaptive spatial transform size (boolean)
+#sout-x264-8x8dct=1
+
+# Trellis RD quantization (integer)
+#sout-x264-trellis=1
+
+# Framecount to use on frametype lookahead (integer)
+#sout-x264-lookahead=40
+
+# Use Periodic Intra Refresh (boolean)
+#sout-x264-intra-refresh=0
+
+# Use mb-tree ratecontrol (boolean)
+#sout-x264-mbtree=1
+
+# Early SKIP detection on P-frames (boolean)
+#sout-x264-fast-pskip=1
+
+# Coefficient thresholding on P-frames (boolean)
+#sout-x264-dct-decimate=1
+
+# Noise reduction (integer)
+#sout-x264-nr=0
+
+# Inter luma quantization deadzone (integer)
+#sout-x264-deadzone-inter=21
+
+# Intra luma quantization deadzone (integer)
+#sout-x264-deadzone-intra=11
+
+# Non-deterministic optimizations when threaded (boolean)
+#sout-x264-non-deterministic=0
+
+# CPU optimizations (boolean)
+#sout-x264-asm=1
+
+# PSNR computation (boolean)
+#sout-x264-psnr=0
+
+# SSIM computation (boolean)
+#sout-x264-ssim=0
+
+# Quiet mode (boolean)
+#sout-x264-quiet=0
+
+# SPS and PPS id numbers (integer)
+#sout-x264-sps-id=0
+
+# Access unit delimiters (boolean)
+#sout-x264-aud=0
+
+# Statistics (boolean)
+#sout-x264-verbose=0
+
+# Filename for 2 pass stats file (string)
+#sout-x264-stats=x264_2pass.log
+
+# Use preset as default settings. Overridden by user settings. (string)
+#sout-x264-preset=
+
+# Tune the settings for a particular type of source or situation. Overridden by user settings. (string)
+#sout-x264-tune=
+
+[avcodec] # FFmpeg audio/video decoder
+
+# Direct rendering (boolean)
+#ffmpeg-dr=1
+
+# Error resilience (integer)
+#ffmpeg-error-resilience=1
+
+# Workaround bugs (integer)
+#ffmpeg-workaround-bugs=1
+
+# Hurry up (boolean)
+#ffmpeg-hurry-up=1
+
+# Skip frame (default=0) (integer)
+#ffmpeg-skip-frame=0
+
+# Skip idct (default=0) (integer)
+#ffmpeg-skip-idct=0
+
+# Visualize motion vectors (integer)
+#ffmpeg-vismv=0
+
+# Low resolution decoding (integer)
+#ffmpeg-lowres=0
+
+# Allow speed tricks (boolean)
+#ffmpeg-fast=0
+
+# Skip the loop filter for H.264 decoding (integer)
+#ffmpeg-skiploopfilter=0
+
+# Debug mask (integer)
+#ffmpeg-debug=0
+
+# Codec name (string)
+#ffmpeg-codec=
+
+# Threads (integer)
+#ffmpeg-threads=0
+
+# Codec name (string)
+#sout-ffmpeg-codec=
+
+# Quality level (string)
+#sout-ffmpeg-hq=simple
+
+# Ratio of key frames (integer)
+#sout-ffmpeg-keyint=0
+
+# Ratio of B frames (integer)
+#sout-ffmpeg-bframes=0
+
+# Hurry up (boolean)
+#sout-ffmpeg-hurry-up=0
+
+# Interlaced encoding (boolean)
+#sout-ffmpeg-interlace=0
+
+# Interlaced motion estimation (boolean)
+#sout-ffmpeg-interlace-me=1
+
+# Video bitrate tolerance (integer)
+#sout-ffmpeg-vt=0
+
+# Pre-motion estimation (boolean)
+#sout-ffmpeg-pre-me=0
+
+# Rate control buffer size (integer)
+#sout-ffmpeg-rc-buffer-size=0
+
+# Rate control buffer aggressiveness (float)
+#sout-ffmpeg-rc-buffer-aggressivity=1.000000
+
+# I quantization factor (float)
+#sout-ffmpeg-i-quant-factor=0.000000
+
+# Noise reduction (integer)
+#sout-ffmpeg-noise-reduction=0
+
+# MPEG4 quantization matrix (boolean)
+#sout-ffmpeg-mpeg4-matrix=0
+
+# Minimum video quantizer scale (integer)
+#sout-ffmpeg-qmin=0
+
+# Maximum video quantizer scale (integer)
+#sout-ffmpeg-qmax=0
+
+# Trellis quantization (boolean)
+#sout-ffmpeg-trellis=0
+
+# Fixed quantizer scale (float)
+#sout-ffmpeg-qscale=0.000000
+
+# Strict standard compliance (integer)
+#sout-ffmpeg-strict=0
+
+# Luminance masking (float)
+#sout-ffmpeg-lumi-masking=0.000000
+
+# Darkness masking (float)
+#sout-ffmpeg-dark-masking=0.000000
+
+# Motion masking (float)
+#sout-ffmpeg-p-masking=0.000000
+
+# Border masking (float)
+#sout-ffmpeg-border-masking=0.000000
+
+# Luminance elimination (integer)
+#sout-ffmpeg-luma-elim-threshold=0
+
+# Chrominance elimination (integer)
+#sout-ffmpeg-chroma-elim-threshold=0
+
+# Specify AAC audio profile to use (string)
+#sout-ffmpeg-aac-profile=low
+
+[svcdsub] # Philips OGT (SVCD subtitle) decoder
+
+[dvbsub] # DVB subtitles decoder
+
+# Subpicture position (integer)
+#dvbsub-position=8
+
+# Decoding X coordinate (integer)
+#dvbsub-x=-1
+
+# Decoding Y coordinate (integer)
+#dvbsub-y=-1
+
+# Encoding X coordinate (integer)
+#sout-dvbsub-x=-1
+
+# Encoding Y coordinate (integer)
+#sout-dvbsub-y=-1
+
+[bluescreen] # Bluescreen video filter
+
+# Bluescreen U value (integer)
+#bluescreen-u=120
+
+# Bluescreen V value (integer)
+#bluescreen-v=90
+
+# Bluescreen U tolerance (integer)
+#bluescreen-ut=17
+
+# Bluescreen V tolerance (integer)
+#bluescreen-vt=17
+
+[croppadd] # Video scaling filter
+
+# Pixels to crop from top (integer)
+#croppadd-croptop=0
+
+# Pixels to crop from bottom (integer)
+#croppadd-cropbottom=0
+
+# Pixels to crop from left (integer)
+#croppadd-cropleft=0
+
+# Pixels to crop from right (integer)
+#croppadd-cropright=0
+
+# Pixels to padd to top (integer)
+#croppadd-paddtop=0
+
+# Pixels to padd to bottom (integer)
+#croppadd-paddbottom=0
+
+# Pixels to padd to left (integer)
+#croppadd-paddleft=0
+
+# Pixels to padd to right (integer)
+#croppadd-paddright=0
+
+[osdmenu] # On Screen Display menu
+
+# X coordinate (integer)
+#osdmenu-x=-1
+
+# Y coordinate (integer)
+#osdmenu-y=-1
+
+# Menu position (integer)
+#osdmenu-position=8
+
+# Configuration file (string)
+#osdmenu-file=/usr/share/vlc/osdmenu/default.cfg
+
+# Path to OSD menu images (string)
+#osdmenu-file-path=
+
+# Menu timeout (integer)
+#osdmenu-timeout=15
+
+# Menu update interval (integer)
+#osdmenu-update=300
+
+# Alpha transparency value (default 255) (integer)
+#osdmenu-alpha=255
+
+[erase] # Erase video filter
+
+# Image mask (string)
+#erase-mask=
+
+# X coordinate (integer)
+#erase-x=0
+
+# Y coordinate (integer)
+#erase-y=0
+
+[rss] # RSS and Atom feed display
+
+# Feed URLs (string)
+#rss-urls=
+
+# X offset (integer)
+#rss-x=0
+
+# Y offset (integer)
+#rss-y=0
+
+# Text position (integer)
+#rss-position=-1
+
+# Opacity (integer)
+#rss-opacity=255
+
+# Color (integer)
+#rss-color=16777215
+
+# Font size, pixels (integer)
+#rss-size=-1
+
+# Speed of feeds (integer)
+#rss-speed=100000
+
+# Max length (integer)
+#rss-length=60
+
+# Refresh time (integer)
+#rss-ttl=1800
+
+# Feed images (boolean)
+#rss-images=1
+
+# Title display mode (integer)
+#rss-title=-1
+
+[scene] # Scene video filter
+
+# Image format (string)
+#scene-format=png
+
+# Image width (integer)
+#scene-width=-1
+
+# Image height (integer)
+#scene-height=-1
+
+# Filename prefix (string)
+#scene-prefix=scene
+
+# Directory path prefix (string)
+#scene-path=
+
+# Always write to the same file (boolean)
+#scene-replace=0
+
+# Recording ratio (integer)
+#scene-ratio=50
+
+[subsdelay] # Subtitles delay
+
+# Delay calculation mode (integer)
+#subsdelay-mode=1
+
+# Calculation factor (float)
+#subsdelay-factor=2.000000
+
+# Maximum overlapping subtitles (integer)
+#subsdelay-overlap=3
+
+# Minimum alpha value (integer)
+#subsdelay-min-alpha=70
+
+# Interval between two disappearances (integer)
+#subsdelay-min-stops=1000
+
+# Interval between appearance and disappearance (integer)
+#subsdelay-min-start-stop=1000
+
+# Interval between disappearance and appearance (integer)
+#subsdelay-min-stop-start=1000
+
+[dynamicoverlay] # Dynamic video overlay
+
+# Input FIFO (string)
+#overlay-input=
+
+# Output FIFO (string)
+#overlay-output=
+
+[motionblur] # Motion blur filter
+
+# Blur factor (1-127) (integer)
+#blur-factor=80
+
+[hqdn3d] # High Quality 3D Denoiser filter
+
+# Spatial luma strength (0-254) (float)
+#hqdn3d-luma-spat=4.000000
+
+# Spatial chroma strength (0-254) (float)
+#hqdn3d-chroma-spat=3.000000
+
+# Temporal luma strength (0-254) (float)
+#hqdn3d-luma-temp=6.000000
+
+# Temporal chroma strength (0-254) (float)
+#hqdn3d-chroma-temp=4.500000
+
+[sepia] # Sepia video filter
+
+# Sepia intensity (integer)
+#sepia-intensity=120
+
+[clone] # Clone video filter
+
+# Number of clones (integer)
+#clone-count=2
+
+# Video output modules (string)
+#clone-vout-list=
+
+[gradfun] # Gradfun video filter
+
+# Radius (integer)
+#gradfun-radius=16
+
+# Strength (float)
+#gradfun-strength=1.200000
+
+[posterize] # Posterize video filter
+
+# Posterize level (integer)
+#posterize-level=6
+
+[extract] # Extract RGB component video filter
+
+# RGB component to extract (integer)
+#extract-component=16711680
+
+[swscale] # Video scaling filter
+
+# Scaling mode (integer)
+#swscale-mode=2
+
+[postproc] # Video post processing filter
+
+# Post processing quality (integer)
+#postproc-q=6
+
+# FFmpeg post processing filter chains (string)
+#postproc-name=default
+
+[gaussianblur] # Gaussian blur video filter
+
+# Gaussian's std deviation (float)
+#gaussianblur-sigma=2.000000
+
+[transform] # Video transformation filter
+
+# Transform type (string)
+#transform-type=90
+
+[canvas] # Canvas video filter
+
+# Output width (integer)
+#canvas-width=0
+
+# Output height (integer)
+#canvas-height=0
+
+# Output picture aspect ratio (string)
+#canvas-aspect=
+
+# Pad video (boolean)
+#canvas-padd=1
+
+[marq] # Marquee display
+
+# Text (string)
+#marq-marquee=VLC
+
+# X offset (integer)
+#marq-x=0
+
+# Y offset (integer)
+#marq-y=0
+
+# Marquee position (integer)
+#marq-position=-1
+
+# Opacity (integer)
+#marq-opacity=255
+
+# Color (integer)
+#marq-color=16777215
+
+# Font size, pixels (integer)
+#marq-size=-1
+
+# Timeout (integer)
+#marq-timeout=0
+
+# Refresh period in ms (integer)
+#marq-refresh=1000
+
+[blendbench] # Blending benchmark filter
+
+# Number of time to blend (integer)
+#blendbench-loops=1000
+
+# Alpha of the blended image (integer)
+#blendbench-alpha=128
+
+# Image to be blended onto (string)
+#blendbench-base-image=
+
+# Chroma for the base image (string)
+#blendbench-base-chroma=I420
+
+# Image which will be blended (string)
+#blendbench-blend-image=
+
+# Chroma for the blend image (string)
+#blendbench-blend-chroma=YUVA
+
+[panoramix] # Panoramix: wall with overlap video filter
+
+# Number of columns (integer)
+#panoramix-cols=-1
+
+# Number of rows (integer)
+#panoramix-rows=-1
+
+# length of the overlapping area (in %) (integer)
+#panoramix-bz-length=100
+
+# height of the overlapping area (in %) (integer)
+#panoramix-bz-height=100
+
+# Attenuation (boolean)
+#panoramix-attenuate=1
+
+# Attenuation, begin (in %) (integer)
+#panoramix-bz-begin=0
+
+# Attenuation, middle (in %) (integer)
+#panoramix-bz-middle=50
+
+# Attenuation, end (in %) (integer)
+#panoramix-bz-end=100
+
+# middle position (in %) (integer)
+#panoramix-bz-middle-pos=50
+
+# Gamma (Red) correction (float)
+#panoramix-bz-gamma-red=1.000000
+
+# Gamma (Green) correction (float)
+#panoramix-bz-gamma-green=1.000000
+
+# Gamma (Blue) correction (float)
+#panoramix-bz-gamma-blue=1.000000
+
+# Black Crush for Red (integer)
+#panoramix-bz-blackcrush-red=140
+
+# Black Crush for Green (integer)
+#panoramix-bz-blackcrush-green=140
+
+# Black Crush for Blue (integer)
+#panoramix-bz-blackcrush-blue=140
+
+# White Crush for Red (integer)
+#panoramix-bz-whitecrush-red=200
+
+# White Crush for Green (integer)
+#panoramix-bz-whitecrush-green=200
+
+# White Crush for Blue (integer)
+#panoramix-bz-whitecrush-blue=200
+
+# Black Level for Red (integer)
+#panoramix-bz-blacklevel-red=150
+
+# Black Level for Green (integer)
+#panoramix-bz-blacklevel-green=150
+
+# Black Level for Blue (integer)
+#panoramix-bz-blacklevel-blue=150
+
+# White Level for Red (integer)
+#panoramix-bz-whitelevel-red=0
+
+# White Level for Green (integer)
+#panoramix-bz-whitelevel-green=0
+
+# White Level for Blue (integer)
+#panoramix-bz-whitelevel-blue=0
+
+# Active windows (string)
+#panoramix-active=
+
+[grain] # Grain video filter
+
+# Variance (float)
+#grain-variance=2.000000
+
+# Minimal period (integer)
+#grain-period-min=1
+
+# Maximal period (integer)
+#grain-period-max=48
+
+[antiflicker] # antiflicker video filter
+
+# Window size (integer)
+#antiflicker-window-size=10
+
+# Softening value (integer)
+#antiflicker-softening-size=10
+
+[sharpen] # Sharpen video filter
+
+# Sharpen strength (0-2) (float)
+#sharpen-sigma=0.050000
+
+[adjust] # Image properties filter
+
+# Image contrast (0-2) (float)
+#contrast=1.000000
+
+# Image brightness (0-2) (float)
+#brightness=1.000000
+
+# Image hue (0-360) (integer)
+#hue=0
+
+# Image saturation (0-3) (float)
+#saturation=1.000000
+
+# Image gamma (0-10) (float)
+#gamma=1.000000
+
+# Brightness threshold (boolean)
+#brightness-threshold=0
+
+[mirror] # Mirror video filter
+
+# Mirror orientation (integer)
+#mirror-split=0
+
+# Direction (integer)
+#mirror-direction=0
+
+[ball] # Ball video filter
+
+# Ball color (string)
+#ball-color=red
+
+# Ball speed (integer)
+#ball-speed=4
+
+# Ball size (integer)
+#ball-size=10
+
+# Gradient threshold (integer)
+#ball-gradient-threshold=40
+
+# Edge visible (boolean)
+#ball-edge-visible=1
+
+[rotate] # Rotate video filter
+
+# Angle in degrees (integer)
+#rotate-angle=30
+
+[deinterlace] # Deinterlacing video filter
+
+# Streaming deinterlace mode (string)
+#sout-deinterlace-mode=blend
+
+# Phosphor chroma mode for 4:2:0 input (integer)
+#sout-deinterlace-phosphor-chroma=2
+
+# Phosphor old field dimmer strength (integer)
+#sout-deinterlace-phosphor-dimmer=2
+
+[colorthres] # Color threshold filter
+
+# Color (integer)
+#colorthres-color=16711680
+
+# Saturation threshold (integer)
+#colorthres-saturationthres=20
+
+# Similarity threshold (integer)
+#colorthres-similaritythres=15
+
+[puzzle] # Puzzle interactive game video filter
+
+# Number of puzzle rows (integer)
+#puzzle-rows=4
+
+# Number of puzzle columns (integer)
+#puzzle-cols=4
+
+# Make one tile a black slot (boolean)
+#puzzle-black-slot=0
+
+[audiobargraph_v] # Audio Bar Graph Video sub source
+
+# Value of the audio channels levels (string)
+#audiobargraph_v-i_values=
+
+# X coordinate (integer)
+#audiobargraph_v-x=0
+
+# Y coordinate (integer)
+#audiobargraph_v-y=0
+
+# Transparency of the bargraph (integer)
+#audiobargraph_v-transparency=255
+
+# Bargraph position (integer)
+#audiobargraph_v-position=-1
+
+# Alarm (integer)
+#audiobargraph_v-alarm=0
+
+# Bar width in pixel (default : 10) (integer)
+#audiobargraph_v-barWidth=10
+
+[remoteosd] # Remote-OSD over VNC
+
+# VNC Host (string)
+#rmtosd-host=myvdr
+
+# VNC Port (integer)
+#rmtosd-port=20001
+
+# VNC Password (string)
+#rmtosd-password=
+
+# VNC poll interval (integer)
+#rmtosd-update=1000
+
+# VNC polling (boolean)
+#rmtosd-vnc-polling=0
+
+# Mouse events (boolean)
+#rmtosd-mouse-events=0
+
+# Key events (boolean)
+#rmtosd-key-events=0
+
+# Alpha transparency value (default 255) (integer)
+#rmtosd-alpha=255
+
+[logo] # Logo sub source
+
+# Logo filenames (string)
+#logo-file=
+
+# X coordinate (integer)
+#logo-x=-1
+
+# Y coordinate (integer)
+#logo-y=-1
+
+# Logo individual image time in ms (integer)
+#logo-delay=1000
+
+# Logo animation # of loops (integer)
+#logo-repeat=-1
+
+# Opacity of the logo (integer)
+#logo-opacity=255
+
+# Logo position (integer)
+#logo-position=-1
+
+[alphamask] # Alpha mask video filter
+
+# Transparency mask (string)
+#alphamask-mask=
+
+[gradient] # Gradient video filter
+
+# Distort mode (string)
+#gradient-mode=gradient
+
+# Gradient image type (integer)
+#gradient-type=0
+
+# Apply cartoon effect (boolean)
+#gradient-cartoon=1
+
+[wall] # Wall video filter
+
+# Number of columns (integer)
+#wall-cols=3
+
+# Number of rows (integer)
+#wall-rows=3
+
+# Active windows (string)
+#wall-active=
+
+# Element aspect ratio (string)
+#wall-element-aspect=16:9
+
+[mosaic] # Mosaic video sub source
+
+# Transparency (integer)
+#mosaic-alpha=255
+
+# Height (integer)
+#mosaic-height=100
+
+# Width (integer)
+#mosaic-width=100
+
+# Mosaic alignment (integer)
+#mosaic-align=5
+
+# Top left corner X coordinate (integer)
+#mosaic-xoffset=0
+
+# Top left corner Y coordinate (integer)
+#mosaic-yoffset=0
+
+# Border width (integer)
+#mosaic-borderw=0
+
+# Border height (integer)
+#mosaic-borderh=0
+
+# Positioning method (integer)
+#mosaic-position=0
+
+# Number of rows (integer)
+#mosaic-rows=2
+
+# Number of columns (integer)
+#mosaic-cols=2
+
+# Keep aspect ratio (boolean)
+#mosaic-keep-aspect-ratio=0
+
+# Keep original size (boolean)
+#mosaic-keep-picture=0
+
+# Elements order (string)
+#mosaic-order=
+
+# Offsets in order (string)
+#mosaic-offsets=
+
+# Delay (integer)
+#mosaic-delay=0
+
+[visual] # Visualizer filter
+
+# Effects list (string)
+#effect-list=spectrum
+
+# Video width (integer)
+#effect-width=800
+
+# Video height (integer)
+#effect-height=500
+
+# Show 80 bands instead of 20 (boolean)
+#visual-80-bands=1
+
+# Draw peaks in the analyzer (boolean)
+#visual-peaks=1
+
+# Enable original graphic spectrum (boolean)
+#spect-show-original=0
+
+# Draw the base of the bands (boolean)
+#spect-show-base=1
+
+# Base pixel radius (integer)
+#spect-radius=42
+
+# Spectral sections (integer)
+#spect-sections=3
+
+# V-plane color (integer)
+#spect-color=80
+
+# Draw bands in the spectrometer (boolean)
+#spect-show-bands=1
+
+# Show 80 bands instead of 20 (boolean)
+#spect-80-bands=1
+
+# Number of blank pixels between bands. (integer)
+#spect-separ=1
+
+# Amplification (integer)
+#spect-amp=8
+
+# Draw peaks in the analyzer (boolean)
+#spect-show-peaks=1
+
+# Peak extra width (integer)
+#spect-peak-width=61
+
+# Peak height (integer)
+#spect-peak-height=1
+
+[mux_mp4] # MP4/MOV muxer
+
+# Create "Fast Start" files (boolean)
+#sout-mp4-faststart=1
+
+[mux_ts] # TS muxer (libdvbpsi)
+
+# Video PID (integer)
+#sout-ts-pid-video=0
+
+# Audio PID (integer)
+#sout-ts-pid-audio=0
+
+# SPU PID (integer)
+#sout-ts-pid-spu=0
+
+# PMT PID (integer)
+#sout-ts-pid-pmt=0
+
+# TS ID (integer)
+#sout-ts-tsid=0
+
+# NET ID (integer)
+#sout-ts-netid=0
+
+# PMT Program numbers (string)
+#sout-ts-program-pmt=
+
+# Set PID to ID of ES (boolean)
+#sout-ts-es-id-pid=0
+
+# Mux PMT (requires --sout-ts-es-id-pid) (string)
+#sout-ts-muxpmt=
+
+# SDT Descriptors (requires --sout-ts-es-id-pid) (string)
+#sout-ts-sdtdesc=
+
+# Data alignment (boolean)
+#sout-ts-alignment=1
+
+# Shaping delay (ms) (integer)
+#sout-ts-shaping=200
+
+# Use keyframes (boolean)
+#sout-ts-use-key-frames=0
+
+# PCR interval (ms) (integer)
+#sout-ts-pcr=70
+
+# Minimum B (deprecated) (integer)
+#sout-ts-bmin=0
+
+# Maximum B (deprecated) (integer)
+#sout-ts-bmax=0
+
+# DTS delay (ms) (integer)
+#sout-ts-dts-delay=400
+
+# Crypt audio (boolean)
+#sout-ts-crypt-audio=1
+
+# Crypt video (boolean)
+#sout-ts-crypt-video=1
+
+# CSA Key (string)
+#sout-ts-csa-ck=
+
+# Second CSA Key (string)
+#sout-ts-csa2-ck=
+
+# CSA Key in use (string)
+#sout-ts-csa-use=1
+
+# Packet size in bytes to encrypt (integer)
+#sout-ts-csa-pkt=188
+
+[mux_asf] # ASF muxer
+
+# Title (string)
+#sout-asf-title=
+
+# Author (string)
+#sout-asf-author=
+
+# Copyright (string)
+#sout-asf-copyright=
+
+# Comment (string)
+#sout-asf-comment=
+
+# Rating (string)
+#sout-asf-rating=
+
+# Packet Size (integer)
+#sout-asf-packet-size=4096
+
+# Bitrate override (integer)
+#sout-asf-bitrate-override=0
+
+[mux_ps] # PS muxer
+
+# DTS delay (ms) (integer)
+#sout-ps-dts-delay=200
+
+# PES maximum size (integer)
+#sout-ps-pes-max-size=65500
+
+[audiobargraph_a] # Audio part of the BarGraph function
+
+# TCP address to use (default localhost) (string)
+#audiobargraph_a-address=localhost
+
+# TCP port to use (default 12345) (integer)
+#audiobargraph_a-port=12345
+
+# Defines if BarGraph information should be sent (default 1) (integer)
+#audiobargraph_a-bargraph=1
+
+# Sends the barGraph information every n audio packets (default 4) (integer)
+#audiobargraph_a-bargraph_repetition=4
+
+# Defines if silence alarm information should be sent (default 1) (integer)
+#audiobargraph_a-silence=1
+
+# Time window to use in ms (default 5000) (integer)
+#audiobargraph_a-time_window=5000
+
+# Minimum Audio level to raise the alarm (default 0.1) (float)
+#audiobargraph_a-alarm_threshold=0.100000
+
+# Time between two alarm messages in ms (default 2000) (integer)
+#audiobargraph_a-repetition_time=2000
+
+# Force connection reset regularly (default 1) (integer)
+#audiobargraph_a-connection_reset=1
+
+[headphone_channel_mixer] # Headphone virtual spatialization effect
+
+# Characteristic dimension (integer)
+#headphone-dim=10
+
+# Compensate delay (boolean)
+#headphone-compensate=0
+
+# No decoding of Dolby Surround (boolean)
+#headphone-dolby=0
+
+[param_eq] # Parametric Equalizer
+
+# Low freq (Hz) (float)
+#param-eq-lowf=100.000000
+
+# Low freq gain (dB) (float)
+#param-eq-lowgain=0.000000
+
+# High freq (Hz) (float)
+#param-eq-highf=10000.000000
+
+# High freq gain (dB) (float)
+#param-eq-highgain=0.000000
+
+# Freq 1 (Hz) (float)
+#param-eq-f1=300.000000
+
+# Freq 1 gain (dB) (float)
+#param-eq-gain1=0.000000
+
+# Freq 1 Q (float)
+#param-eq-q1=3.000000
+
+# Freq 2 (Hz) (float)
+#param-eq-f2=1000.000000
+
+# Freq 2 gain (dB) (float)
+#param-eq-gain2=0.000000
+
+# Freq 2 Q (float)
+#param-eq-q2=3.000000
+
+# Freq 3 (Hz) (float)
+#param-eq-f3=3000.000000
+
+# Freq 3 gain (dB) (float)
+#param-eq-gain3=0.000000
+
+# Freq 3 Q (float)
+#param-eq-q3=3.000000
+
+[mono] # Audio filter for stereo to mono conversion
+
+# Use downmix algorithm (boolean)
+#sout-mono-downmix=1
+
+# Select channel to keep (integer)
+#sout-mono-channel=-1
+
+[compressor] # Dynamic range compressor
+
+# RMS/peak (float)
+#compressor-rms-peak=0.000000
+
+# Attack time (float)
+#compressor-attack=25.000000
+
+# Release time (float)
+#compressor-release=100.000000
+
+# Threshold level (float)
+#compressor-threshold=-11.000000
+
+# Ratio (float)
+#compressor-ratio=8.000000
+
+# Knee radius (float)
+#compressor-knee=2.500000
+
+# Makeup gain (float)
+#compressor-makeup-gain=7.000000
+
+[scaletempo] # Audio tempo scaler synched with rate
+
+# Stride Length (integer)
+#scaletempo-stride=30
+
+# Overlap Length (float)
+#scaletempo-overlap=0.200000
+
+# Search Length (integer)
+#scaletempo-search=14
+
+[spatializer] # Audio Spatializer
+
+# Room size (float)
+#spatializer-roomsize=0.850000
+
+# Room width (float)
+#spatializer-width=1.000000
+
+# Wet (float)
+#spatializer-wet=0.400000
+
+# Dry (float)
+#spatializer-dry=0.500000
+
+# Damp (float)
+#spatializer-damp=0.500000
+
+[normvol] # Volume normalizer
+
+# Number of audio buffers (integer)
+#norm-buff-size=20
+
+# Maximal volume level (float)
+#norm-max-level=2.000000
+
+[equalizer] # Equalizer with 10 bands
+
+# Equalizer preset (string)
+#equalizer-preset=flat
+
+# Bands gain (string)
+#equalizer-bands=
+
+# Two pass (boolean)
+#equalizer-2pass=0
+
+# Global gain (float)
+#equalizer-preamp=12.000000
+
+[speex_resampler] # Speex resampler
+
+# Resampling quality (integer)
+#speex-resampler-quality=4
+
+[chorus_flanger] # Sound Delay
+
+# Delay time (float)
+#delay-time=40.000000
+
+# Sweep Depth (float)
+#sweep-depth=6.000000
+
+# Sweep Rate (float)
+#sweep-rate=6.000000
+
+# Feedback Gain (float)
+#feedback-gain=0.500000
+
+# Wet mix (float)
+#wet-mix=0.400000
+
+# Dry Mix (float)
+#dry-mix=0.400000
+
+[alsa] # ALSA audio output
+
+# Audio output device (string)
+#alsa-audio-device=default
+
+# Audio output channels (integer)
+#alsa-audio-channels=6
+
+[aout_file] # File audio output
+
+# Output file (string)
+#audiofile-file=audiofile.wav
+
+# Output format (string)
+#audiofile-format=s16
+
+# Number of output channels (integer)
+#audiofile-channels=0
+
+# Add WAVE header (boolean)
+#audiofile-wav=1
+
+[amem] # Audio memory output
+
+# Sample format (string)
+#amem-format=S16N
+
+# Sample rate (integer)
+#amem-rate=44100
+
+# Channels count (integer)
+#amem-channels=2
+
+[stream_out_select] # Select individual es to enable or disable from stream
+
+# Command UDP port (integer)
+#sout-select-port=5001
+
+# Disable ES id (integer)
+#sout-select-disable=-1
+
+# Enable ES id (integer)
+#sout-select-enable=-1
+
+[stream_out_record] # Record stream output
+
+# Destination prefix (string)
+#sout-record-dst-prefix=
+
+[stream_out_smem] # Stream output to memory buffer
+
+# Time Synchronized output (boolean)
+#sout-smem-time-sync=1
+
+[stream_out_raop] # Remote Audio Output Protocol stream output
+
+# Host (string)
+#sout-raop-host=
+
+# Password (string)
+#sout-raop-password=
+
+# Password file (string)
+#sout-raop-password-file=
+
+# Volume (integer)
+#sout-raop-volume=100
+
+[stream_out_langfromtelx] # Dynamic language setting from teletext
+
+# Elementary Stream ID (integer)
+#sout-langfromtelx-id=0
+
+# Magazine (integer)
+#sout-langfromtelx-magazine=7
+
+# Page (integer)
+#sout-langfromtelx-page=153
+
+# Row (integer)
+#sout-langfromtelx-row=1
+
+[stream_out_setid] # Change the id of an elementary stream
+
+# Elementary Stream ID (integer)
+#sout-setid-id=0
+
+# New ES ID (integer)
+#sout-setid-new-id=0
+
+# Elementary Stream ID (integer)
+#sout-setlang-id=0
+
+# Language (string)
+#sout-setlang-lang=eng
+
+[stream_out_delay] # Delay a stream
+
+# Elementary Stream ID (integer)
+#sout-delay-id=0
+
+# Delay of the ES (ms) (integer)
+#sout-delay-delay=0
+
+[stream_out_es] # Elementary stream output
+
+# Output access method (string)
+#sout-es-access=
+
+# Output muxer (string)
+#sout-es-mux=
+
+# Output URL (string)
+#sout-es-dst=
+
+# Audio output access method (string)
+#sout-es-access-audio=
+
+# Audio output muxer (string)
+#sout-es-mux-audio=
+
+# Audio output URL (string)
+#sout-es-dst-audio=
+
+# Video output access method (string)
+#sout-es-access-video=
+
+# Video output muxer (string)
+#sout-es-mux-video=
+
+# Video output URL (string)
+#sout-es-dst-video=
+
+[stream_out_mosaic_bridge] # Mosaic bridge stream output
+
+# ID (string)
+#sout-mosaic-bridge-id=Id
+
+# Video width (integer)
+#sout-mosaic-bridge-width=0
+
+# Video height (integer)
+#sout-mosaic-bridge-height=0
+
+# Sample aspect ratio (string)
+#sout-mosaic-bridge-sar=1:1
+
+# Image chroma (string)
+#sout-mosaic-bridge-chroma=
+
+# Video filter (string)
+#sout-mosaic-bridge-vfilter=
+
+# Transparency (integer)
+#sout-mosaic-bridge-alpha=255
+
+# X offset (integer)
+#sout-mosaic-bridge-x=-1
+
+# Y offset (integer)
+#sout-mosaic-bridge-y=-1
+
+[stream_out_transcode] # Transcode stream output
+
+# Video encoder (string)
+#sout-transcode-venc=
+
+# Destination video codec (string)
+#sout-transcode-vcodec=
+
+# Video bitrate (integer)
+#sout-transcode-vb=0
+
+# Video scaling (float)
+#sout-transcode-scale=0.000000
+
+# Video frame-rate (float)
+#sout-transcode-fps=0.000000
+
+# Hurry up (boolean)
+#sout-transcode-hurry-up=1
+
+# Deinterlace video (boolean)
+#sout-transcode-deinterlace=0
+
+# Deinterlace module (string)
+#sout-transcode-deinterlace-module=deinterlace
+
+# Video width (integer)
+#sout-transcode-width=0
+
+# Video height (integer)
+#sout-transcode-height=0
+
+# Maximum video width (integer)
+#sout-transcode-maxwidth=0
+
+# Maximum video height (integer)
+#sout-transcode-maxheight=0
+
+# Video filter (string)
+#sout-transcode-vfilter=
+
+# Audio encoder (string)
+#sout-transcode-aenc=
+
+# Destination audio codec (string)
+#sout-transcode-acodec=
+
+# Audio bitrate (integer)
+#sout-transcode-ab=96
+
+# Audio Language (string)
+#sout-transcode-alang=
+
+# Audio channels (integer)
+#sout-transcode-channels=0
+
+# Audio sample rate (integer)
+#sout-transcode-samplerate=0
+
+# Synchronise on audio track (boolean)
+#sout-transcode-audio-sync=0
+
+# Audio filter (string)
+#sout-transcode-afilter=
+
+# Subtitles encoder (string)
+#sout-transcode-senc=
+
+# Destination subtitles codec (string)
+#sout-transcode-scodec=
+
+# Destination subtitles codec (boolean)
+#sout-transcode-soverlay=0
+
+# Overlays (string)
+#sout-transcode-sfilter=
+
+# OSD menu (boolean)
+#sout-transcode-osd=0
+
+# Number of threads (integer)
+#sout-transcode-threads=0
+
+# High priority (boolean)
+#sout-transcode-high-priority=0
+
+[stream_out_display] # Display stream output
+
+# Enable audio (boolean)
+#sout-display-audio=1
+
+# Enable video (boolean)
+#sout-display-video=1
+
+# Delay (ms) (integer)
+#sout-display-delay=100
+
+[stream_out_rtp] # RTP stream output
+
+# Destination (string)
+#sout-rtp-dst=
+
+# SDP (string)
+#sout-rtp-sdp=
+
+# Muxer (string)
+#sout-rtp-mux=
+
+# SAP announcing (boolean)
+#sout-rtp-sap=0
+
+# Session name (string)
+#sout-rtp-name=
+
+# Session category (string)
+#sout-rtp-cat=
+
+# Session description (string)
+#sout-rtp-description=
+
+# Session URL (string)
+#sout-rtp-url=
+
+# Session email (string)
+#sout-rtp-email=
+
+# Session phone number (string)
+#sout-rtp-phone=
+
+# Transport protocol (string)
+#sout-rtp-proto=udp
+
+# Port (integer)
+#sout-rtp-port=5004
+
+# Audio port (integer)
+#sout-rtp-port-audio=0
+
+# Video port (integer)
+#sout-rtp-port-video=0
+
+# Hop limit (TTL) (integer)
+#sout-rtp-ttl=-1
+
+# RTP/RTCP multiplexing (boolean)
+#sout-rtp-rtcp-mux=0
+
+# Caching value (ms) (integer)
+#sout-rtp-caching=300
+
+# SRTP key (hexadecimal) (string)
+#sout-rtp-key=
+
+# SRTP salt (hexadecimal) (string)
+#sout-rtp-salt=
+
+# MP4A LATM (boolean)
+#sout-rtp-mp4a-latm=0
+
+# RTSP session timeout (s) (integer)
+#rtsp-timeout=60
+
+# Username (string)
+#sout-rtsp-user=
+
+# Password (string)
+#sout-rtsp-pwd=
+
+[stream_out_standard] # Standard stream output
+
+# Output access method (string)
+#sout-standard-access=
+
+# Output muxer (string)
+#sout-standard-mux=
+
+# Output destination (string)
+#sout-standard-dst=
+
+# address to bind to (helper setting for dst) (string)
+#sout-standard-bind=
+
+# filename for stream (helper setting for dst) (string)
+#sout-standard-path=
+
+# SAP announcing (boolean)
+#sout-standard-sap=0
+
+# Session name (string)
+#sout-standard-name=
+
+# Session description (string)
+#sout-standard-description=
+
+# Session URL (string)
+#sout-standard-url=
+
+# Session email (string)
+#sout-standard-email=
+
+# Session phone number (string)
+#sout-standard-phone=
+
+[stream_out_bridge] # Bridge stream output
+
+# ID (integer)
+#sout-bridge-out-id=0
+
+# Destination bridge-in name (string)
+#sout-bridge-out-in-name=default
+
+# Delay (integer)
+#sout-bridge-in-delay=0
+
+# ID Offset (integer)
+#sout-bridge-in-id-offset=8192
+
+# Name of current instance (string)
+#sout-bridge-in-name=default
+
+# Fallback to placeholder stream when out of data (boolean)
+#sout-bridge-in-placeholder=0
+
+# Placeholder delay (integer)
+#sout-bridge-in-placeholder-delay=200
+
+# Wait for I frame before toggling placeholder (boolean)
+#sout-bridge-in-placeholder-switch-on-iframe=1
+
+[freetype] # Freetype2 font renderer
+
+# Font (string)
+#freetype-font=Sans
+
+# Font size in pixels (integer)
+#freetype-fontsize=0
+
+# Relative font size (integer)
+#freetype-rel-fontsize=16
+
+# Text opacity (integer)
+#freetype-opacity=255
+
+# Text default color (integer)
+#freetype-color=16777215
+
+# Force bold (boolean)
+#freetype-bold=0
+
+# Background opacity (integer)
+#freetype-background-opacity=0
+
+# Background color (integer)
+#freetype-background-color=0
+
+# Outline opacity (integer)
+#freetype-outline-opacity=255
+
+# Outline color (integer)
+#freetype-outline-color=0
+
+# Outline thickness (integer)
+#freetype-outline-thickness=4
+
+# Shadow opacity (integer)
+#freetype-shadow-opacity=128
+
+# Shadow color (integer)
+#freetype-shadow-color=0
+
+# Shadow angle (float)
+#freetype-shadow-angle=-45.000000
+
+# Shadow distance (float)
+#freetype-shadow-distance=0.060000
+
+# Use YUVP renderer (boolean)
+#freetype-yuvp=0
+
+[avformat] # Avformat demuxer
+
+# Format name (string)
+#ffmpeg-format=
+
+# Avformat mux (string)
+#ffmpeg-mux=
+
+[demuxdump] # File dumper
+
+# Dump filename (string)
+#demuxdump-file=stream-demux.dump
+
+# Append to existing file (boolean)
+#demuxdump-append=0
+
+[h264] # H264 video demuxer
+
+# Frames per Second (float)
+#h264-fps=25.000000
+
+[mjpeg] # M-JPEG camera demuxer
+
+# Frames per Second (float)
+#mjpeg-fps=0.000000
+
+[subtitle] # Text subtitles parser
+
+# Frames per second (float)
+#sub-fps=0.000000
+
+# Subtitles delay (integer)
+#sub-delay=0
+
+# Subtitles format (string)
+#sub-type=auto
+
+# Subtitles description (string)
+#sub-description=
+
+[ts] # MPEG Transport Stream demuxer
+
+# Extra PMT (string)
+#ts-extra-pmt=
+
+# Set id of ES to PID (boolean)
+#ts-es-id-pid=1
+
+# Fast udp streaming (string)
+#ts-out=
+
+# MTU for out mode (integer)
+#ts-out-mtu=1400
+
+# CSA Key (string)
+#ts-csa-ck=
+
+# Second CSA Key (string)
+#ts-csa2-ck=
+
+# Packet size in bytes to decrypt (integer)
+#ts-csa-pkt=188
+
+# Silent mode (boolean)
+#ts-silent=0
+
+# Filename of dump (string)
+#ts-dump-file=
+
+# Append (boolean)
+#ts-dump-append=0
+
+# Dump buffer size (integer)
+#ts-dump-size=16384
+
+# Separate sub-streams (boolean)
+#ts-split-es=1
+
+# Seek based on percent not time (boolean)
+#ts-seek-percent=0
+
+[ps] # MPEG-PS demuxer
+
+# Trust MPEG timestamps (boolean)
+#ps-trust-timestamps=1
+
+[rawdv] # DV (Digital Video) demuxer
+
+# Hurry up (boolean)
+#rawdv-hurry-up=0
+
+[playlist] # Playlist
+
+# Skip ads (boolean)
+#playlist-skip-ads=1
+
+# Show shoutcast adult content (boolean)
+#shoutcast-show-adult=0
+
+[vc1] # VC1 video demuxer
+
+# Frames per Second (float)
+#vc1-fps=25.000000
+
+[dirac] # Dirac video demuxer
+
+# Value to adjust dts by (integer)
+#dirac-dts-offset=0
+
+[avi] # AVI demuxer
+
+# Force interleaved method (boolean)
+#avi-interleaved=0
+
+# Force index creation (integer)
+#avi-index=0
+
+[rawvid] # Raw video demuxer
+
+# Frames per Second (string)
+#rawvid-fps=
+
+# Width (integer)
+#rawvid-width=0
+
+# Height (integer)
+#rawvid-height=0
+
+# Force chroma (Use carefully) (string)
+#rawvid-chroma=
+
+# Aspect ratio (string)
+#rawvid-aspect-ratio=
+
+[rawaud] # Raw audio demuxer
+
+# Audio channels (integer)
+#rawaud-channels=2
+
+# Audio samplerate (Hz) (integer)
+#rawaud-samplerate=48000
+
+# FOURCC code of raw input format (string)
+#rawaud-fourcc=s16l
+
+# Forces the audio language (string)
+#rawaud-lang=eng
+
+[image] # Image demuxer
+
+# ES ID (integer)
+#image-id=-1
+
+# Group (integer)
+#image-group=0
+
+# Decode (boolean)
+#image-decode=1
+
+# Forced chroma (string)
+#image-chroma=
+
+# Duration in seconds (float)
+#image-duration=10.000000
+
+# Frame rate (string)
+#image-fps=10/1
+
+# Real-time (boolean)
+#image-realtime=0
+
+[es] # MPEG-I/II/4 / A52 / DTS / MLP audio
+
+# Frames per Second (float)
+#es-fps=25.000000
+
+[sap] # Network streams (SAP)
+
+# SAP multicast address (string)
+#sap-addr=
+
+# SAP timeout (seconds) (integer)
+#sap-timeout=1800
+
+# Try to parse the announce (boolean)
+#sap-parse=1
+
+# SAP Strict mode (boolean)
+#sap-strict=0
+
+[podcast] # Podcasts
+
+# Podcast URLs list (string)
+#podcast-urls=
+
+[ncurses] # Ncurses interface
+
+# Filebrowser starting point (string)
+#browse-dir=
+
+[qt4] # Qt interface
+
+# Start in minimal view (without menus) (boolean)
+#qt-minimal-view=0
+
+# Systray icon (boolean)
+#qt-system-tray=1
+
+# Show notification popup on track change (boolean)
+#qt-notification=1
+
+# Start VLC with only a systray icon (boolean)
+#qt-start-minimized=0
+
+# Pause the video playback when minimized (boolean)
+#qt-pause-minimized=0
+
+# Windows opacity between 0.1 and 1 (float)
+#qt-opacity=1.000000
+
+# Fullscreen controller opacity between 0.1 and 1 (float)
+#qt-fs-opacity=0.800000
+
+# Resize interface to the native video size (boolean)
+#qt-video-autoresize=1
+
+# Show playing item name in window title (boolean)
+#qt-name-in-title=1
+
+# Show a controller in fullscreen mode (boolean)
+#qt-fs-controller=1
+
+# Save the recently played items in the menu (boolean)
+#qt-recentplay=1
+
+# List of words separated by | to filter (string)
+#qt-recentplay-filter=
+
+# Automatically save the volume on exit (boolean)
+#qt-autosave-volume=1
+
+# Embed the file browser in open dialog (boolean)
+#qt-embedded-open=0
+
+# Show advanced preferences over simple ones (boolean)
+#qt-advanced-pref=0
+
+# Show unimportant error and warnings dialogs (boolean)
+#qt-error-dialogs=1
+
+# Define the colors of the volume slider (string)
+#qt-slider-colours=153;210;153;20;210;20;255;199;15;245;39;29
+
+# Ask for network policy at start (boolean)
+qt-privacy-ask=0
+
+# Define which screen fullscreen goes (integer)
+#qt-fullscreen-screennumber=-1
+
+# Load extensions on startup (boolean)
+#qt-autoload-extensions=1
+
+# Display background cone or art (boolean)
+#qt-bgcone=1
+
+# Expanding background cone or art. (boolean)
+#qt-bgcone-expands=0
+
+# Allow automatic icon changes (boolean)
+#qt-icon-change=1
+
+[audioscrobbler] # Submission of played songs to last.fm
+
+# Username (string)
+#lastfm-username=
+
+# Password (string)
+#lastfm-password=
+
+# Scrobbler URL (string)
+#scrobbler-url=post.audioscrobbler.com
+
+[vod_rtsp] # RTSP VoD server
+
+# MUX for RAW RTSP transport (string)
+#rtsp-raw-mux=ts
+
+# Maximum number of connections (integer)
+#rtsp-throttle-users=0
+
+# Sets the timeout option in the RTSP session string (integer)
+#rtsp-session-timeout=5
+
+[logger] # File logging
+
+# Log filename (string)
+#logfile=
+
+# Log format (string)
+#logmode=text
+
+# Syslog facility (string)
+#syslog-facility=user
+
+# Verbosity (integer)
+#log-verbose=-1
+
+[packetizer_mpegvideo] # MPEG-I/II video packetizer
+
+# Sync on Intra Frame (boolean)
+#packetizer-mpegvideo-sync-iframe=0
+
+[access_output_udp] # UDP stream output
+
+# Caching value (ms) (integer)
+#sout-udp-caching=300
+
+# Group packets (integer)
+#sout-udp-group=1
+
+[access_output_file] # File stream output
+
+# Append to file (boolean)
+#sout-file-append=0
+
+# Synchronous writing (boolean)
+#sout-file-sync=0
+
+[access_output_livehttp] # HTTP Live streaming output
+
+# Segment length (integer)
+#sout-livehttp-seglen=10
+
+# Number of segments (integer)
+#sout-livehttp-numsegs=0
+
+# Split segments anywhere (boolean)
+#sout-livehttp-splitanywhere=0
+
+# Delete segments (boolean)
+#sout-livehttp-delsegs=1
+
+# Use muxers rate control mechanism (boolean)
+#sout-livehttp-ratecontrol=0
+
+# Index file (string)
+#sout-livehttp-index=
+
+# Full URL to put in index file (string)
+#sout-livehttp-index-url=
+
+[access_output_http] # HTTP stream output
+
+# Username (string)
+#sout-http-user=
+
+# Password (string)
+#sout-http-pwd=
+
+# Mime (string)
+#sout-http-mime=
+
+[folder] # Folder meta data
+
+# Album art filename (string)
+#album-art-filename=
+
+[telepathy] # Telepathy "Now Playing" (MissionControl)
+
+[notify] # LibNotify Notification Plugin
+
+# Timeout (ms) (integer)
+#notify-timeout=4000
+
+[rtp] # Real-Time Protocol (RTP) input
+
+# RTCP (local) port (integer)
+#rtcp-port=0
+
+# SRTP key (hexadecimal) (string)
+#srtp-key=
+
+# SRTP salt (hexadecimal) (string)
+#srtp-salt=
+
+# Maximum RTP sources (integer)
+#rtp-max-src=1
+
+# RTP source timeout (sec) (integer)
+#rtp-timeout=5
+
+# Maximum RTP sequence number dropout (integer)
+#rtp-max-dropout=3000
+
+# Maximum RTP sequence number misordering (integer)
+#rtp-max-misorder=100
+
+# RTP payload format assumed for dynamic payloads (string)
+#rtp-dynamic-pt=
+
+[access_udp] # UDP input
+
+[access_vdr] # VDR recordings
+
+# Chapter offset in ms (integer)
+#vdr-chapter-offset=0
+
+# Frame rate (float)
+#vdr-fps=25.000000
+
+[access_shm] # Shared memory framebuffer
+
+# Frame rate (float)
+#shm-fps=10.000000
+
+# Frame buffer width (integer)
+#shm-width=800
+
+# Frame buffer height (integer)
+#shm-height=480
+
+# Frame buffer depth (integer)
+#shm-depth=32
+
+[access_http] # HTTP input
+
+# HTTP proxy (string)
+#http-proxy=
+
+# HTTP proxy password (string)
+#http-proxy-pwd=
+
+# HTTP referer value (string)
+#http-referrer=
+
+# User Agent (string)
+#http-user-agent=
+
+# Auto re-connect (boolean)
+#http-reconnect=0
+
+# Continuous stream (boolean)
+#http-continuous=0
+
+# Forward Cookies (boolean)
+#http-forward-cookies=1
+
+[access_mms] # Microsoft Media Server (MMS) input
+
+# TCP/UDP timeout (ms) (integer)
+#mms-timeout=5000
+
+# Force selection of all streams (boolean)
+#mms-all=0
+
+# Maximum bitrate (integer)
+#mms-maxbitrate=0
+
+# HTTP proxy (string)
+#mmsh-proxy=
+
+[xcb_screen] # Screen capture (with X11/XCB)
+
+# Frame rate (float)
+#screen-fps=2.000000
+
+# Region left column (integer)
+#screen-left=0
+
+# Region top row (integer)
+#screen-top=0
+
+# Capture region width (integer)
+#screen-width=0
+
+# Capture region height (integer)
+#screen-height=0
+
+# Follow the mouse (boolean)
+#screen-follow-mouse=0
+
+[access_alsa] # ALSA audio capture input
+
+# Stereo (boolean)
+#alsa-stereo=1
+
+# Capture format (default s16l) (string)
+#alsa-format=s16l
+
+# Samplerate (integer)
+#alsa-samplerate=48000
+
+[dtv] # Digital Television and Radio
+
+# DVB adapter (integer)
+#dvb-adapter=0
+
+# DVB device (integer)
+#dvb-device=0
+
+# Do not demultiplex (boolean)
+#dvb-budget-mode=0
+
+# Frequency (Hz) (integer)
+#dvb-frequency=0
+
+# Spectrum inversion (integer)
+#dvb-inversion=-1
+
+# Bandwidth (MHz) (integer)
+#dvb-bandwidth=0
+
+# Transmission mode (integer)
+#dvb-transmission=0
+
+# Guard interval (string)
+#dvb-guard=
+
+# High-priority code rate (string)
+#dvb-code-rate-hp=
+
+# Low-priority code rate (string)
+#dvb-code-rate-lp=
+
+# Hierarchy mode (integer)
+#dvb-hierarchy=-1
+
+# Layer A modulation (string)
+#dvb-a-modulation=
+
+# Layer A code rate (string)
+#dvb-a-fec=
+
+# Layer A segments count (integer)
+#dvb-a-count=0
+
+# Layer A time interleaving (integer)
+#dvb-a-interleaving=0
+
+# Layer B modulation (string)
+#dvb-b-modulation=
+
+# Layer B code rate (string)
+#dvb-b-fec=
+
+# Layer B segments count (integer)
+#dvb-b-count=0
+
+# Layer B time interleaving (integer)
+#dvb-b-interleaving=0
+
+# Layer C modulation (string)
+#dvb-c-modulation=
+
+# Layer C code rate (string)
+#dvb-c-fec=
+
+# Layer C segments count (integer)
+#dvb-c-count=0
+
+# Layer C time interleaving (integer)
+#dvb-c-interleaving=0
+
+# Modulation / Constellation (string)
+#dvb-modulation=
+
+# Symbol rate (bauds) (integer)
+#dvb-srate=0
+
+# FEC code rate (string)
+#dvb-fec=
+
+# Pilot (integer)
+#dvb-pilot=-1
+
+# Roll-off factor (integer)
+#dvb-rolloff=-1
+
+# Transport stream ID (integer)
+#dvb-ts-id=0
+
+# Polarization (Voltage) (string)
+#dvb-polarization=
+
+# (integer)
+#dvb-voltage=13
+
+# High LNB voltage (boolean)
+#dvb-high-voltage=0
+
+# Local oscillator low frequency (kHz) (integer)
+#dvb-lnb-low=0
+
+# Local oscillator high frequency (kHz) (integer)
+#dvb-lnb-high=0
+
+# Universal LNB switch frequency (kHz) (integer)
+#dvb-lnb-switch=11700000
+
+# DiSEqC LNB number (integer)
+#dvb-satno=0
+
+# Continuous 22kHz tone (integer)
+#dvb-tone=-1
+
+[access_ftp] # FTP input
+
+# FTP user name (string)
+#ftp-user=anonymous
+
+# FTP password (string)
+#ftp-pwd=anonymous@example.com
+
+# FTP account (string)
+#ftp-account=anonymous
+
+[v4l2] # Video4Linux2 input
+
+# Device (string)
+#v4l2-dev=/dev/video0
+
+# Standard (string)
+#v4l2-standard=
+
+# Video input chroma format (string)
+#v4l2-chroma=
+
+# Input (integer)
+#v4l2-input=0
+
+# Audio input (integer)
+#v4l2-audio-input=-1
+
+# Width (integer)
+#v4l2-width=-1
+
+# Height (integer)
+#v4l2-height=-1
+
+# Picture aspect-ratio n:m (string)
+#v4l2-aspect-ratio=4:3
+
+# Framerate (float)
+#v4l2-fps=0.000000
+
+# Use libv4l2 (boolean)
+#v4l2-use-libv4l2=0
+
+# Tuner id (integer)
+#v4l2-tuner=0
+
+# Frequency (integer)
+#v4l2-tuner-frequency=-1
+
+# Audio mode (integer)
+#v4l2-tuner-audio-mode=-1
+
+# Reset controls (boolean)
+#v4l2-controls-reset=0
+
+# Brightness (integer)
+#v4l2-brightness=-1
+
+# Automatic brightness (integer)
+#v4l2-brightness-auto=-1
+
+# Contrast (integer)
+#v4l2-contrast=-1
+
+# Saturation (integer)
+#v4l2-saturation=-1
+
+# Hue (integer)
+#v4l2-hue=-1
+
+# Automatic hue (integer)
+#v4l2-hue-auto=-1
+
+# White balance temperature (K) (integer)
+#v4l2-white-balance-temperature=-1
+
+# Automatic white balance (integer)
+#v4l2-auto-white-balance=-1
+
+# Red balance (integer)
+#v4l2-red-balance=-1
+
+# Blue balance (integer)
+#v4l2-blue-balance=-1
+
+# Gamma (integer)
+#v4l2-gamma=-1
+
+# Automatic gain (integer)
+#v4l2-autogain=-1
+
+# Gain (integer)
+#v4l2-gain=-1
+
+# Sharpness (integer)
+#v4l2-sharpness=-1
+
+# Chroma gain (integer)
+#v4l2-chroma-gain=-1
+
+# Automatic chroma gain (integer)
+#v4l2-chroma-gain-auto=-1
+
+# Power line frequency (integer)
+#v4l2-power-line-frequency=-1
+
+# Backlight compensation (integer)
+#v4l2-backlight-compensation=-1
+
+# Band-stop filter (integer)
+#v4l2-band-stop-filter=-1
+
+# Horizontal flip (boolean)
+#v4l2-hflip=0
+
+# Vertical flip (boolean)
+#v4l2-vflip=0
+
+# Rotate (degrees) (integer)
+#v4l2-rotate=-1
+
+# Color killer (integer)
+#v4l2-color-killer=-1
+
+# Color effect (integer)
+#v4l2-color-effect=-1
+
+# Audio volume (integer)
+#v4l2-audio-volume=-1
+
+# Audio balance (integer)
+#v4l2-audio-balance=-1
+
+# Mute (boolean)
+#v4l2-audio-mute=0
+
+# Bass level (integer)
+#v4l2-audio-bass=-1
+
+# Treble level (integer)
+#v4l2-audio-treble=-1
+
+# Loudness mode (boolean)
+#v4l2-audio-loudness=0
+
+# v4l2 driver controls (string)
+#v4l2-set-ctrls=
+
+[filesystem] # File input
+
+# Subdirectory behavior (string)
+#recursive=expand
+
+# Ignored extensions (string)
+#ignore-filetypes=m3u,db,nfo,ini,jpg,jpeg,ljpg,gif,png,pgm,pgmyuv,pbm,pam,tga,bmp,pnm,xpm,xcf,pcx,tif,tiff,lbm,sfv,txt,sub,idx,srt,cue,ssa
+
+[access_imem] # Memory input
+
+# ID (integer)
+#imem-id=-1
+
+# Group (integer)
+#imem-group=0
+
+# Category (integer)
+#imem-cat=0
+
+# Codec (string)
+#imem-codec=
+
+# Language (string)
+#imem-language=
+
+# Sample rate (integer)
+#imem-samplerate=0
+
+# Channels count (integer)
+#imem-channels=0
+
+# Width (integer)
+#imem-width=0
+
+# Height (integer)
+#imem-height=0
+
+# Display aspect ratio (string)
+#imem-dar=
+
+# Frame rate (string)
+#imem-fps=
+
+# Size (integer)
+#imem-size=0
+
+[main] # main program
+
+# Enable audio (boolean)
+#audio=1
+
+# Default audio volume (integer)
+#volume=256
+
+# Audio output volume step (integer)
+#volume-step=32
+
+# High quality audio resampling (boolean)
+#hq-resampling=1
+
+# Use S/PDIF when available (boolean)
+#spdif=0
+
+# Force detection of Dolby Surround (integer)
+#force-dolby-surround=0
+
+# Audio desynchronization compensation (integer)
+#audio-desync=0
+
+# Replay gain mode (string)
+#audio-replay-gain-mode=none
+
+# Replay preamp (float)
+#audio-replay-gain-preamp=0.000000
+
+# Default replay gain (float)
+#audio-replay-gain-default=-7.000000
+
+# Peak protection (boolean)
+#audio-replay-gain-peak-protection=1
+
+# Enable time stretching audio (boolean)
+#audio-time-stretch=1
+
+# Audio output module (string)
+#aout=
+
+# Audio filters (string)
+#audio-filter=
+
+# Audio visualizations (string)
+#audio-visual=
+
+# Enable video (boolean)
+#video=1
+
+# Grayscale video output (boolean)
+#grayscale=0
+
+# Fullscreen video output (boolean)
+#fullscreen=0
+
+# Embedded video (boolean)
+#embedded-video=1
+
+# (boolean)
+#xlib=1
+
+# Drop late frames (boolean)
+#drop-late-frames=1
+
+# Skip frames (boolean)
+#skip-frames=1
+
+# Quiet synchro (boolean)
+#quiet-synchro=0
+
+# Key press events (boolean)
+#keyboard-events=1
+
+# Mouse events (boolean)
+#mouse-events=1
+
+# Overlay video output (boolean)
+#overlay=1
+
+# Always on top (boolean)
+#video-on-top=0
+
+# Enable wallpaper mode (boolean)
+#video-wallpaper=0
+
+# Disable screensaver (boolean)
+#disable-screensaver=1
+
+# Show media title on video (boolean)
+#video-title-show=1
+
+# Show video title for x milliseconds (integer)
+#video-title-timeout=5000
+
+# Position of video title (integer)
+#video-title-position=8
+
+# Hide cursor and fullscreen controller after x milliseconds (integer)
+#mouse-hide-timeout=1000
+
+# Video snapshot directory (or filename) (string)
+#snapshot-path=
+
+# Video snapshot file prefix (string)
+#snapshot-prefix=vlcsnap-
+
+# Video snapshot format (string)
+#snapshot-format=png
+
+# Display video snapshot preview (boolean)
+#snapshot-preview=1
+
+# Use sequential numbers instead of timestamps (boolean)
+#snapshot-sequential=0
+
+# Video snapshot width (integer)
+#snapshot-width=-1
+
+# Video snapshot height (integer)
+#snapshot-height=-1
+
+# Video width (integer)
+#width=-1
+
+# Video height (integer)
+#height=-1
+
+# Video X coordinate (integer)
+#video-x=0
+
+# Video Y coordinate (integer)
+#video-y=0
+
+# Video cropping (string)
+#crop=
+
+# Custom crop ratios list (string)
+#custom-crop-ratios=
+
+# Source aspect ratio (string)
+#aspect-ratio=
+
+# Video Auto Scaling (boolean)
+#autoscale=1
+
+# Video scaling factor (float)
+#scale=1.000000
+
+# Monitor pixel aspect ratio (string)
+#monitor-par=
+
+# Custom aspect ratios list (string)
+#custom-aspect-ratios=
+
+# Fix HDTV height (boolean)
+#hdtv-fix=1
+
+# Window decorations (boolean)
+#video-deco=1
+
+# Video title (string)
+#video-title=
+
+# Video alignment (integer)
+#align=0
+
+# Zoom video (float)
+#zoom=1.000000
+
+# Deinterlace (integer)
+#deinterlace=0
+
+# Deinterlace mode (string)
+#deinterlace-mode=blend
+
+# Video output module (string)
+#vout=
+
+# Video filter module (string)
+#video-filter=
+
+# Video splitter module (string)
+#video-splitter=
+
+# Enable sub-pictures (boolean)
+#spu=1
+
+# On Screen Display (boolean)
+#osd=1
+
+# Text rendering module (string)
+#text-renderer=
+
+# Use subtitle file (string)
+#sub-file=
+
+# Autodetect subtitle files (boolean)
+#sub-autodetect-file=1
+
+# Subtitle autodetection fuzziness (integer)
+#sub-autodetect-fuzzy=3
+
+# Subtitle autodetection paths (string)
+#sub-autodetect-path=./Subtitles, ./subtitles, ./Subs, ./subs
+
+# Force subtitle position (integer)
+#sub-margin=0
+
+# Subpictures source module (string)
+#sub-source=
+
+# Subpictures filter module (string)
+#sub-filter=
+
+# Program (integer)
+#program=0
+
+# Programs (string)
+#programs=
+
+# Audio track (integer)
+#audio-track=-1
+
+# Subtitles track (integer)
+#sub-track=-1
+
+# Audio language (string)
+#audio-language=
+
+# Subtitle language (string)
+#sub-language=
+
+# Audio track ID (integer)
+#audio-track-id=-1
+
+# Subtitles track ID (integer)
+#sub-track-id=-1
+
+# Preferred video resolution (integer)
+#preferred-resolution=-1
+
+# Input repetitions (integer)
+#input-repeat=0
+
+# Start time (float)
+#start-time=0.000000
+
+# Stop time (float)
+#stop-time=0.000000
+
+# Run time (float)
+#run-time=0.000000
+
+# Fast seek (boolean)
+#input-fast-seek=0
+
+# Playback speed (float)
+#rate=1.000000
+
+# Input list (string)
+#input-list=
+
+# Input slave (experimental) (string)
+#input-slave=
+
+# Bookmarks list for a stream (string)
+#bookmarks=
+
+# DVD device (string)
+#dvd=/dev/dvd
+
+# VCD device (string)
+#vcd=/dev/cdrom
+
+# Audio CD device (string)
+#cd-audio=/dev/cdrom
+
+# MTU of the network interface (integer)
+#mtu=1400
+
+# TCP connection timeout (integer)
+#ipv4-timeout=5000
+
+# HTTP server address (string)
+#http-host=
+
+# HTTP server port (integer)
+#http-port=8080
+
+# HTTPS server port (integer)
+#https-port=8443
+
+# RTSP server address (string)
+#rtsp-host=
+
+# RTSP server port (integer)
+#rtsp-port=554
+
+# HTTP/TLS server certificate (string)
+#http-cert=
+
+# HTTP/TLS server private key (string)
+#http-key=
+
+# HTTP/TLS Certificate Authority (string)
+#http-ca=
+
+# HTTP/TLS Certificate Revocation List (string)
+#http-crl=
+
+# SOCKS server (string)
+#socks=
+
+# SOCKS user name (string)
+#socks-user=
+
+# SOCKS password (string)
+#socks-pwd=
+
+# Title metadata (string)
+#meta-title=
+
+# Author metadata (string)
+#meta-author=
+
+# Artist metadata (string)
+#meta-artist=
+
+# Genre metadata (string)
+#meta-genre=
+
+# Copyright metadata (string)
+#meta-copyright=
+
+# Description metadata (string)
+#meta-description=
+
+# Date metadata (string)
+#meta-date=
+
+# URL metadata (string)
+#meta-url=
+
+# File caching (ms) (integer)
+#file-caching=300
+
+# Live capture caching (ms) (integer)
+#live-caching=300
+
+# Disc caching (ms) (integer)
+#disc-caching=300
+
+# Network caching (ms) (integer)
+#network-caching=1000
+
+# Clock reference average counter (integer)
+#cr-average=40
+
+# Clock synchronisation (integer)
+#clock-synchro=-1
+
+# Clock jitter (integer)
+#clock-jitter=5000
+
+# Network synchronisation (boolean)
+#network-synchronisation=0
+
+# Record directory or filename (string)
+#input-record-path=
+
+# Prefer native stream recording (boolean)
+#input-record-native=1
+
+# Timeshift directory (string)
+#input-timeshift-path=
+
+# Timeshift granularity (integer)
+#input-timeshift-granularity=-1
+
+# Change title according to current media (string)
+#input-title-format=$Z
+
+# Preferred decoders list (string)
+#codec=
+
+# Preferred encoders list (string)
+#encoder=
+
+# Access module (string)
+#access=
+
+# Demux module (string)
+#demux=
+
+# Stream filter module (string)
+#stream-filter=
+
+# Default stream output chain (string)
+#sout=
+
+# Display while streaming (boolean)
+#sout-display=0
+
+# Keep stream output open (boolean)
+#sout-keep=0
+
+# Enable streaming of all ES (boolean)
+#sout-all=0
+
+# Enable audio stream output (boolean)
+#sout-audio=1
+
+# Enable video stream output (boolean)
+#sout-video=1
+
+# Enable SPU stream output (boolean)
+#sout-spu=1
+
+# Stream output muxer caching (ms) (integer)
+#sout-mux-caching=1500
+
+# VLM configuration file (string)
+#vlm-conf=
+
+# Mux module (string)
+#mux=
+
+# Access output module (string)
+#access_output=
+
+# Hop limit (TTL) (integer)
+#ttl=-1
+
+# Multicast output interface (string)
+#miface=
+
+# DiffServ Code Point (integer)
+#dscp=0
+
+# Preferred packetizer list (string)
+#packetizer=
+
+# SAP announcement interval (integer)
+#sap-interval=5
+
+# Memory copy module (string)
+#memcpy=
+
+# VoD server module (string)
+#vod-server=
+
+# Use a plugins cache (boolean)
+#plugins-cache=1
+
+# Data search path (string)
+#data-path=
+
+# Allow real-time priority (boolean)
+#rt-priority=0
+
+# Adjust VLC priority (integer)
+#rt-offset=0
+
+# Inhibit the power management daemon during playback (boolean)
+#inhibit=1
+
+# Allow only one running instance (boolean)
+#one-instance=0
+
+# One instance when started from file (boolean)
+#one-instance-when-started-from-file=1
+
+# Enqueue items to playlist when in one instance mode (boolean)
+#playlist-enqueue=0
+
+# Play files randomly forever (boolean)
+#random=0
+
+# Repeat all (boolean)
+#loop=0
+
+# Repeat current item (boolean)
+#repeat=0
+
+# Play and exit (boolean)
+#play-and-exit=0
+
+# Play and stop (boolean)
+#play-and-stop=0
+
+# Play and pause (boolean)
+#play-and-pause=0
+
+# Auto start (boolean)
+#playlist-autostart=1
+
+# Use media library (boolean)
+#media-library=0
+
+# Display playlist tree (boolean)
+#playlist-tree=0
+
+# Default stream (string)
+#open=
+
+# Automatically preparse files (boolean)
+#auto-preparse=1
+
+# Album art policy (integer)
+album-art=2
+
+# Services discovery modules (string)
+#services-discovery=
+
+# Verbosity (0,1,2) (integer)
+#verbose=0
+
+# Choose which objects should print debug message (string)
+#verbose-objects=
+
+# Be quiet (boolean)
+#quiet=0
+
+# Run as daemon process (boolean)
+#daemon=0
+
+# Write process id to file (string)
+#pidfile=
+
+# Log to file (boolean)
+#file-logging=0
+
+# Log to syslog (boolean)
+#syslog=0
+
+# Color messages (boolean)
+#color=1
+
+# Show advanced options (boolean)
+#advanced=0
+
+# Interface interaction (boolean)
+#interact=1
+
+# Locally collect statistics (boolean)
+#stats=1
+
+# Interface module (string)
+#intf=
+
+# Extra interface modules (string)
+#extraintf=
+
+# Control interfaces (string)
+#control=
+
+# Fullscreen (string)
+#global-key-toggle-fullscreen=
+
+# Fullscreen (string)
+#key-toggle-fullscreen=f
+
+# Leave fullscreen (string)
+#global-key-leave-fullscreen=
+
+# Leave fullscreen (string)
+#key-leave-fullscreen=Esc
+
+# Play/Pause (string)
+#global-key-play-pause=
+
+# Play/Pause (string)
+#key-play-pause=Space
+
+# Pause only (string)
+#global-key-pause=
+
+# Pause only (string)
+#key-pause=
+
+# Play only (string)
+#global-key-play=
+
+# Play only (string)
+#key-play=
+
+# Faster (string)
+#global-key-faster=
+
+# Faster (string)
+#key-faster=+
+
+# Slower (string)
+#global-key-slower=
+
+# Slower (string)
+#key-slower=-
+
+# Normal rate (string)
+#global-key-rate-normal=
+
+# Normal rate (string)
+#key-rate-normal==
+
+# Faster (fine) (string)
+#global-key-rate-faster-fine=
+
+# Faster (fine) (string)
+#key-rate-faster-fine=]
+
+# Slower (fine) (string)
+#global-key-rate-slower-fine=
+
+# Slower (fine) (string)
+#key-rate-slower-fine=[
+
+# Next (string)
+#global-key-next=
+
+# Next (string)
+#key-next=n
+
+# Previous (string)
+#global-key-prev=
+
+# Previous (string)
+#key-prev=p
+
+# Stop (string)
+#global-key-stop=
+
+# Stop (string)
+#key-stop=s
+
+# Position (string)
+#global-key-position=
+
+# Position (string)
+#key-position=t
+
+# Very short backwards jump (string)
+#global-key-jump-extrashort=
+
+# Very short backwards jump (string)
+#key-jump-extrashort=Shift+Left
+
+# Very short forward jump (string)
+#global-key-jump+extrashort=
+
+# Very short forward jump (string)
+#key-jump+extrashort=Shift+Right
+
+# Short backwards jump (string)
+#global-key-jump-short=
+
+# Short backwards jump (string)
+#key-jump-short=Alt+Left
+
+# Short forward jump (string)
+#global-key-jump+short=
+
+# Short forward jump (string)
+#key-jump+short=Alt+Right
+
+# Medium backwards jump (string)
+#global-key-jump-medium=
+
+# Medium backwards jump (string)
+#key-jump-medium=Ctrl+Left
+
+# Medium forward jump (string)
+#global-key-jump+medium=
+
+# Medium forward jump (string)
+#key-jump+medium=Ctrl+Right
+
+# Long backwards jump (string)
+#global-key-jump-long=
+
+# Long backwards jump (string)
+#key-jump-long=Ctrl+Alt+Left
+
+# Long forward jump (string)
+#global-key-jump+long=
+
+# Long forward jump (string)
+#key-jump+long=Ctrl+Alt+Right
+
+# Next frame (string)
+#global-key-frame-next=
+
+# Next frame (string)
+#key-frame-next=e
+
+# Activate (string)
+#global-key-nav-activate=
+
+# Activate (string)
+#key-nav-activate=Enter
+
+# Navigate up (string)
+#global-key-nav-up=
+
+# Navigate up (string)
+#key-nav-up=Up
+
+# Navigate down (string)
+#global-key-nav-down=
+
+# Navigate down (string)
+#key-nav-down=Down
+
+# Navigate left (string)
+#global-key-nav-left=
+
+# Navigate left (string)
+#key-nav-left=Left
+
+# Navigate right (string)
+#global-key-nav-right=
+
+# Navigate right (string)
+#key-nav-right=Right
+
+# Go to the DVD menu (string)
+#global-key-disc-menu=
+
+# Go to the DVD menu (string)
+#key-disc-menu=Shift+m
+
+# Select previous DVD title (string)
+#global-key-title-prev=
+
+# Select previous DVD title (string)
+#key-title-prev=Shift+o
+
+# Select next DVD title (string)
+#global-key-title-next=
+
+# Select next DVD title (string)
+#key-title-next=Shift+b
+
+# Select prev DVD chapter (string)
+#global-key-chapter-prev=
+
+# Select prev DVD chapter (string)
+#key-chapter-prev=Shift+p
+
+# Select next DVD chapter (string)
+#global-key-chapter-next=
+
+# Select next DVD chapter (string)
+#key-chapter-next=Shift+n
+
+# Quit (string)
+#global-key-quit=
+
+# Quit (string)
+#key-quit=Ctrl+q
+
+# Volume up (string)
+#global-key-vol-up=
+
+# Volume up (string)
+#key-vol-up=Ctrl+Up
+
+# Volume down (string)
+#global-key-vol-down=
+
+# Volume down (string)
+#key-vol-down=Ctrl+Down
+
+# Mute (string)
+#global-key-vol-mute=
+
+# Mute (string)
+#key-vol-mute=m
+
+# Subtitle delay up (string)
+#global-key-subdelay-up=
+
+# Subtitle delay up (string)
+#key-subdelay-up=h
+
+# Subtitle delay down (string)
+#global-key-subdelay-down=
+
+# Subtitle delay down (string)
+#key-subdelay-down=g
+
+# Subtitle position up (string)
+#global-key-subpos-up=
+
+# Subtitle position up (string)
+#key-subpos-up=
+
+# Subtitle position down (string)
+#global-key-subpos-down=
+
+# Subtitle position down (string)
+#key-subpos-down=
+
+# Audio delay up (string)
+#global-key-audiodelay-up=
+
+# Audio delay up (string)
+#key-audiodelay-up=k
+
+# Audio delay down (string)
+#global-key-audiodelay-down=
+
+# Audio delay down (string)
+#key-audiodelay-down=j
+
+# Cycle audio track (string)
+#global-key-audio-track=
+
+# Cycle audio track (string)
+#key-audio-track=b
+
+# Cycle through audio devices (string)
+#global-key-audiodevice-cycle=
+
+# Cycle through audio devices (string)
+#key-audiodevice-cycle=Shift+a
+
+# Cycle subtitle track (string)
+#global-key-subtitle-track=
+
+# Cycle subtitle track (string)
+#key-subtitle-track=v
+
+# Cycle source aspect ratio (string)
+#global-key-aspect-ratio=
+
+# Cycle source aspect ratio (string)
+#key-aspect-ratio=a
+
+# Cycle video crop (string)
+#global-key-crop=
+
+# Cycle video crop (string)
+#key-crop=c
+
+# Toggle autoscaling (string)
+#global-key-toggle-autoscale=
+
+# Toggle autoscaling (string)
+#key-toggle-autoscale=o
+
+# Increase scale factor (string)
+#global-key-incr-scalefactor=
+
+# Increase scale factor (string)
+#key-incr-scalefactor=Alt+o
+
+# Decrease scale factor (string)
+#global-key-decr-scalefactor=
+
+# Decrease scale factor (string)
+#key-decr-scalefactor=Alt+Shift+o
+
+# Cycle deinterlace modes (string)
+#global-key-deinterlace=
+
+# Cycle deinterlace modes (string)
+#key-deinterlace=d
+
+# Show controller in fullscreen (string)
+#global-key-intf-show=
+
+# Show controller in fullscreen (string)
+#key-intf-show=i
+
+# Boss key (string)
+#global-key-intf-boss=
+
+# Boss key (string)
+#key-intf-boss=
+
+# Take video snapshot (string)
+#global-key-snapshot=
+
+# Take video snapshot (string)
+#key-snapshot=Shift+s
+
+# Record (string)
+#global-key-record=
+
+# Record (string)
+#key-record=Shift+r
+
+# Zoom (string)
+#global-key-zoom=
+
+# Zoom (string)
+#key-zoom=z
+
+# Un-Zoom (string)
+#global-key-unzoom=
+
+# Un-Zoom (string)
+#key-unzoom=Shift+z
+
+# Toggle wallpaper mode in video output (string)
+#global-key-wallpaper=
+
+# Toggle wallpaper mode in video output (string)
+#key-wallpaper=w
+
+# Display OSD menu on top of video output (string)
+#global-key-menu-on=
+
+# Display OSD menu on top of video output (string)
+#key-menu-on=Alt+Shift+m
+
+# Do not display OSD menu on video output (string)
+#global-key-menu-off=
+
+# Do not display OSD menu on video output (string)
+#key-menu-off=Ctrl+Alt+m
+
+# Highlight widget on the right (string)
+#global-key-menu-right=
+
+# Highlight widget on the right (string)
+#key-menu-right=Alt+Shift+Right
+
+# Highlight widget on the left (string)
+#global-key-menu-left=
+
+# Highlight widget on the left (string)
+#key-menu-left=Alt+Shift+Left
+
+# Highlight widget on top (string)
+#global-key-menu-up=
+
+# Highlight widget on top (string)
+#key-menu-up=Alt+Shift+Up
+
+# Highlight widget below (string)
+#global-key-menu-down=
+
+# Highlight widget below (string)
+#key-menu-down=Alt+Shift+Down
+
+# Select current widget (string)
+#global-key-menu-select=
+
+# Select current widget (string)
+#key-menu-select=Alt+Shift+Enter
+
+# Crop one pixel from the top of the video (string)
+#global-key-crop-top=
+
+# Crop one pixel from the top of the video (string)
+#key-crop-top=Alt+r
+
+# Uncrop one pixel from the top of the video (string)
+#global-key-uncrop-top=
+
+# Uncrop one pixel from the top of the video (string)
+#key-uncrop-top=Alt+Shift+r
+
+# Crop one pixel from the left of the video (string)
+#global-key-crop-left=
+
+# Crop one pixel from the left of the video (string)
+#key-crop-left=Alt+d
+
+# Uncrop one pixel from the left of the video (string)
+#global-key-uncrop-left=
+
+# Uncrop one pixel from the left of the video (string)
+#key-uncrop-left=Alt+Shift+d
+
+# Crop one pixel from the bottom of the video (string)
+#global-key-crop-bottom=
+
+# Crop one pixel from the bottom of the video (string)
+#key-crop-bottom=Alt+c
+
+# Uncrop one pixel from the bottom of the video (string)
+#global-key-uncrop-bottom=
+
+# Uncrop one pixel from the bottom of the video (string)
+#key-uncrop-bottom=Alt+Shift+c
+
+# Crop one pixel from the right of the video (string)
+#global-key-crop-right=
+
+# Crop one pixel from the right of the video (string)
+#key-crop-right=Alt+f
+
+# Uncrop one pixel from the right of the video (string)
+#global-key-uncrop-right=
+
+# Uncrop one pixel from the right of the video (string)
+#key-uncrop-right=Alt+Shift+f
+
+# Random (string)
+#global-key-random=
+
+# Random (string)
+#key-random=r
+
+# Normal/Repeat/Loop (string)
+#global-key-loop=
+
+# Normal/Repeat/Loop (string)
+#key-loop=l
+
+# 1:4 Quarter (string)
+#global-key-zoom-quarter=
+
+# 1:4 Quarter (string)
+#key-zoom-quarter=Alt+1
+
+# 1:2 Half (string)
+#global-key-zoom-half=
+
+# 1:2 Half (string)
+#key-zoom-half=Alt+2
+
+# 1:1 Original (string)
+#global-key-zoom-original=
+
+# 1:1 Original (string)
+#key-zoom-original=Alt+3
+
+# 2:1 Double (string)
+#global-key-zoom-double=
+
+# 2:1 Double (string)
+#key-zoom-double=Alt+4
+
+# Very short jump length (integer)
+#extrashort-jump-size=3
+
+# Short jump length (integer)
+#short-jump-size=10
+
+# Medium jump length (integer)
+#medium-jump-size=60
+
+# Long jump length (integer)
+#long-jump-size=300
+
+# Set playlist bookmark 1 (string)
+#global-key-set-bookmark1=
+
+# Set playlist bookmark 1 (string)
+#key-set-bookmark1=Ctrl+F1
+
+# Set playlist bookmark 2 (string)
+#global-key-set-bookmark2=
+
+# Set playlist bookmark 2 (string)
+#key-set-bookmark2=Ctrl+F2
+
+# Set playlist bookmark 3 (string)
+#global-key-set-bookmark3=
+
+# Set playlist bookmark 3 (string)
+#key-set-bookmark3=Ctrl+F3
+
+# Set playlist bookmark 4 (string)
+#global-key-set-bookmark4=
+
+# Set playlist bookmark 4 (string)
+#key-set-bookmark4=Ctrl+F4
+
+# Set playlist bookmark 5 (string)
+#global-key-set-bookmark5=
+
+# Set playlist bookmark 5 (string)
+#key-set-bookmark5=Ctrl+F5
+
+# Set playlist bookmark 6 (string)
+#global-key-set-bookmark6=
+
+# Set playlist bookmark 6 (string)
+#key-set-bookmark6=Ctrl+F6
+
+# Set playlist bookmark 7 (string)
+#global-key-set-bookmark7=
+
+# Set playlist bookmark 7 (string)
+#key-set-bookmark7=Ctrl+F7
+
+# Set playlist bookmark 8 (string)
+#global-key-set-bookmark8=
+
+# Set playlist bookmark 8 (string)
+#key-set-bookmark8=Ctrl+F8
+
+# Set playlist bookmark 9 (string)
+#global-key-set-bookmark9=
+
+# Set playlist bookmark 9 (string)
+#key-set-bookmark9=Ctrl+F9
+
+# Set playlist bookmark 10 (string)
+#global-key-set-bookmark10=
+
+# Set playlist bookmark 10 (string)
+#key-set-bookmark10=Ctrl+F10
+
+# Play playlist bookmark 1 (string)
+#global-key-play-bookmark1=
+
+# Play playlist bookmark 1 (string)
+#key-play-bookmark1=F1
+
+# Play playlist bookmark 2 (string)
+#global-key-play-bookmark2=
+
+# Play playlist bookmark 2 (string)
+#key-play-bookmark2=F2
+
+# Play playlist bookmark 3 (string)
+#global-key-play-bookmark3=
+
+# Play playlist bookmark 3 (string)
+#key-play-bookmark3=F3
+
+# Play playlist bookmark 4 (string)
+#global-key-play-bookmark4=
+
+# Play playlist bookmark 4 (string)
+#key-play-bookmark4=F4
+
+# Play playlist bookmark 5 (string)
+#global-key-play-bookmark5=
+
+# Play playlist bookmark 5 (string)
+#key-play-bookmark5=F5
+
+# Play playlist bookmark 6 (string)
+#global-key-play-bookmark6=
+
+# Play playlist bookmark 6 (string)
+#key-play-bookmark6=F6
+
+# Play playlist bookmark 7 (string)
+#global-key-play-bookmark7=
+
+# Play playlist bookmark 7 (string)
+#key-play-bookmark7=F7
+
+# Play playlist bookmark 8 (string)
+#global-key-play-bookmark8=
+
+# Play playlist bookmark 8 (string)
+#key-play-bookmark8=F8
+
+# Play playlist bookmark 9 (string)
+#global-key-play-bookmark9=
+
+# Play playlist bookmark 9 (string)
+#key-play-bookmark9=F9
+
+# Play playlist bookmark 10 (string)
+#global-key-play-bookmark10=
+
+# Play playlist bookmark 10 (string)
+#key-play-bookmark10=F10
+
+# Playlist bookmark 1 (string)
+#bookmark1=
+
+# Playlist bookmark 2 (string)
+#bookmark2=
+
+# Playlist bookmark 3 (string)
+#bookmark3=
+
+# Playlist bookmark 4 (string)
+#bookmark4=
+
+# Playlist bookmark 5 (string)
+#bookmark5=
+
+# Playlist bookmark 6 (string)
+#bookmark6=
+
+# Playlist bookmark 7 (string)
+#bookmark7=
+
+# Playlist bookmark 8 (string)
+#bookmark8=
+
+# Playlist bookmark 9 (string)
+#bookmark9=
+
+# Playlist bookmark 10 (string)
+#bookmark10=
+
diff --git a/.config/xfce4/help.rc b/.config/xfce4/help.rc
new file mode 100644
index 0000000..f9a741a
--- /dev/null
+++ b/.config/xfce4/help.rc
@@ -0,0 +1,2 @@
+auto-online=false
+
diff --git a/.config/xfce4/helpers.rc b/.config/xfce4/helpers.rc
new file mode 100644
index 0000000..0d27a76
--- /dev/null
+++ b/.config/xfce4/helpers.rc
@@ -0,0 +1,2 @@
+WebBrowser=custom-WebBrowser
+
diff --git a/.config/xfce4/panel/datetime-8.rc b/.config/xfce4/panel/datetime-8.rc
new file mode 100644
index 0000000..a9c99a8
--- /dev/null
+++ b/.config/xfce4/panel/datetime-8.rc
@@ -0,0 +1,6 @@
+layout=3
+date_font=Bitstream Vera Sans 8
+time_font=Bitstream Vera Sans 12
+date_format=%Y-%m-%d
+time_format=%H:%M
+
diff --git a/.config/xfce4/panel/xfce4-notes-plugin-47-9.rc b/.config/xfce4/panel/xfce4-notes-plugin-47-9.rc
new file mode 100644
index 0000000..8759e1f
--- /dev/null
+++ b/.config/xfce4/panel/xfce4-notes-plugin-47-9.rc
@@ -0,0 +1,11 @@
+[Notes]
+PosX=533
+PosY=181
+Width=300
+Height=380
+TabsOrder=Notes;
+LastTab=0
+Above=false
+Sticky=false
+Transparency=9
+Visible=false
diff --git a/.config/xfce4/terminal/terminalrc b/.config/xfce4/terminal/terminalrc
new file mode 100644
index 0000000..d51eca1
--- /dev/null
+++ b/.config/xfce4/terminal/terminalrc
@@ -0,0 +1,24 @@
+[Configuration]
+MiscAlwaysShowTabs=FALSE
+MiscBell=FALSE
+MiscBordersDefault=TRUE
+MiscCursorBlinks=FALSE
+MiscCursorShape=TERMINAL_CURSOR_SHAPE_BLOCK
+MiscDefaultGeometry=80x24
+MiscInheritGeometry=FALSE
+MiscMenubarDefault=TRUE
+MiscMouseAutohide=FALSE
+MiscToolbarDefault=FALSE
+MiscConfirmClose=TRUE
+MiscCycleTabs=TRUE
+MiscTabCloseButtons=TRUE
+MiscTabCloseMiddleClick=TRUE
+MiscTabPosition=GTK_POS_TOP
+MiscHighlightUrls=TRUE
+ScrollingOnOutput=FALSE
+ScrollingLines=5000
+ColorForeground=#eeeeeeeeeeee
+ColorBackground=#111111111111
+BackgroundMode=TERMINAL_BACKGROUND_TRANSPARENT
+BackgroundDarkness=0.850000
+
diff --git a/.config/xfce4/xfce4-notes.gtkrc b/.config/xfce4/xfce4-notes.gtkrc
new file mode 100644
index 0000000..160c29c
--- /dev/null
+++ b/.config/xfce4/xfce4-notes.gtkrc
@@ -0,0 +1,2 @@
+gtk_color_scheme = "notes_fg_color:#f7f7ebeb9696\nnotes_bg_color:#690963ef3fc9\nnotes_base_color:#f7f7ebeb9696\nnotes_text_color:#690963ef3fc9\nnotes_selected_bg_color:#88dc8236531d\nnotes_selected_fg_color:#f7f7ebeb9696"
+include "/usr/share/xfce4-notes-plugin/gtk-2.0/notes.gtkrc" \ No newline at end of file
diff --git a/.config/xfce4/xfce4-notes.rc b/.config/xfce4/xfce4-notes.rc
new file mode 100644
index 0000000..be23825
--- /dev/null
+++ b/.config/xfce4/xfce4-notes.rc
@@ -0,0 +1,11 @@
+[Notes]
+PosX=911
+PosY=38
+Width=451
+Height=728
+TabsOrder=Notes;
+LastTab=0
+Above=false
+Sticky=true
+Transparency=9
+Visible=false
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml
new file mode 100644
index 0000000..94e1397
--- /dev/null
+++ b/.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="displays" version="1.0">
+ <property name="Default" type="empty">
+ <property name="default" type="string" value="default">
+ <property name="Active" type="bool" value="true"/>
+ <property name="Resolution" type="string" value="1024x768"/>
+ <property name="RefreshRate" type="double" value="0.000000"/>
+ <property name="Rotation" type="int" value="0"/>
+ <property name="Reflection" type="string" value="0"/>
+ <property name="Primary" type="bool" value="false"/>
+ <property name="Position" type="empty">
+ <property name="X" type="int" value="0"/>
+ <property name="Y" type="int" value="0"/>
+ </property>
+ </property>
+ <property name="LVDS1" type="string" value="Laptop">
+ <property name="Active" type="bool" value="true"/>
+ <property name="Resolution" type="string" value="1366x768"/>
+ <property name="RefreshRate" type="double" value="60.018644"/>
+ <property name="Rotation" type="int" value="0"/>
+ <property name="Reflection" type="string" value="0"/>
+ <property name="Primary" type="bool" value="false"/>
+ <property name="Position" type="empty">
+ <property name="X" type="int" value="0"/>
+ <property name="Y" type="int" value="0"/>
+ </property>
+ </property>
+ </property>
+</channel>
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml
new file mode 100644
index 0000000..9ddc443
--- /dev/null
+++ b/.config/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="keyboards" version="1.0">
+ <property name="Default" type="empty">
+ <property name="Numlock" type="bool" value="false"/>
+ </property>
+</channel>
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/pointers.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/pointers.xml
new file mode 100644
index 0000000..3f5732e
--- /dev/null
+++ b/.config/xfce4/xfconf/xfce-perchannel-xml/pointers.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="pointers" version="1.0">
+ <property name="SynPS2_Synaptics_TouchPad" type="empty">
+ <property name="Properties" type="empty">
+ <property name="Synaptics_Tap_Action" type="array">
+ <value type="int" value="0"/>
+ <value type="int" value="0"/>
+ <value type="int" value="0"/>
+ <value type="int" value="0"/>
+ <value type="int" value="1"/>
+ <value type="int" value="3"/>
+ <value type="int" value="2"/>
+ </property>
+ </property>
+ </property>
+ <property name="DisableTouchpadWhileTyping" type="bool" value="false"/>
+</channel>
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/ristretto.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/ristretto.xml
new file mode 100644
index 0000000..ed27abb
--- /dev/null
+++ b/.config/xfce4/xfconf/xfce-perchannel-xml/ristretto.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="ristretto" version="1.0">
+ <property name="window" type="empty">
+ <property name="navigationbar" type="empty">
+ <property name="position" type="string" value="left"/>
+ </property>
+ </property>
+ <property name="errors" type="empty">
+ <property name="missing-thumbnailer" type="bool" value="false"/>
+ </property>
+</channel>
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml
new file mode 100644
index 0000000..7cb17f5
--- /dev/null
+++ b/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="thunar" version="1.0">
+ <property name="last-view" type="string" value="ThunarIconView"/>
+ <property name="last-icon-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_NORMAL"/>
+ <property name="last-separator-position" type="int" value="170"/>
+ <property name="last-window-width" type="int" value="1362"/>
+ <property name="last-window-height" type="int" value="728"/>
+ <property name="last-window-maximized" type="bool" value="false"/>
+ <property name="misc-single-click" type="bool" value="false"/>
+</channel>
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml
new file mode 100644
index 0000000..2408704
--- /dev/null
+++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="xfce4-appfinder" version="1.0">
+ <property name="actions" type="array">
+ <value type="int" value="4"/>
+ <value type="int" value="3"/>
+ <value type="int" value="2"/>
+ <value type="int" value="1"/>
+ <property name="action-4" type="empty">
+ <property name="type" type="int" value="0"/>
+ <property name="pattern" type="string" value="#"/>
+ <property name="command" type="string" value="exo-open --launch TerminalEmulator man %s"/>
+ <property name="save" type="bool" value="false"/>
+ </property>
+ <property name="action-3" type="empty">
+ <property name="type" type="int" value="0"/>
+ <property name="pattern" type="string" value="!w"/>
+ <property name="command" type="string" value="exo-open --launch WebBrowser http://en.wikipedia.org/wiki/%s"/>
+ <property name="save" type="bool" value="false"/>
+ </property>
+ <property name="action-2" type="empty">
+ <property name="type" type="int" value="0"/>
+ <property name="pattern" type="string" value="!"/>
+ <property name="command" type="string" value="exo-open --launch TerminalEmulator %s"/>
+ <property name="save" type="bool" value="true"/>
+ </property>
+ <property name="action-1" type="empty">
+ <property name="type" type="int" value="1"/>
+ <property name="pattern" type="string" value="^(file|http|https):\/\/(.*)$"/>
+ <property name="command" type="string" value="exo-open \0"/>
+ <property name="save" type="bool" value="false"/>
+ </property>
+ </property>
+ <property name="last" type="empty">
+ <property name="window-height" type="int" value="400"/>
+ <property name="window-width" type="int" value="400"/>
+ <property name="pane-position" type="int" value="180"/>
+ </property>
+</channel>
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml
new file mode 100644
index 0000000..cf8a073
--- /dev/null
+++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="xfce4-desktop" version="1.0">
+ <property name="backdrop" type="empty">
+ <property name="screen0" type="empty">
+ <property name="monitor0" type="empty">
+ <property name="image-path" type="string" value="/home/aly/pictures/gentoo/gentoo-abducted-1680x1050.png"/>
+ <property name="last-image" type="string" value="/usr/share/backgrounds/xfce/xfce-blue.jpg"/>
+ <property name="last-single-image" type="string" value="/home/aly/pictures/gentoo/gentoo-abducted-1680x1050.png"/>
+ </property>
+ </property>
+ </property>
+ <property name="desktop-icons" type="empty">
+ <property name="icon-size" type="uint" value="32"/>
+ <property name="show-thumbnails" type="bool" value="false"/>
+ <property name="file-icons" type="empty">
+ <property name="show-home" type="bool" value="true"/>
+ <property name="show-filesystem" type="bool" value="true"/>
+ <property name="show-trash" type="bool" value="true"/>
+ <property name="show-removable" type="bool" value="true"/>
+ </property>
+ <property name="style" type="int" value="0"/>
+ </property>
+ <property name="desktop-menu" type="empty">
+ <property name="show-icons" type="bool" value="true"/>
+ </property>
+</channel>
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
new file mode 100644
index 0000000..c210510
--- /dev/null
+++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
@@ -0,0 +1,156 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="xfce4-keyboard-shortcuts" version="1.0">
+ <property name="commands" type="empty">
+ <property name="default" type="empty">
+ <property name="&lt;Alt&gt;F1" type="empty"/>
+ <property name="&lt;Alt&gt;F2" type="empty">
+ <property name="startup-notify" type="empty"/>
+ </property>
+ <property name="&lt;Alt&gt;F3" type="empty">
+ <property name="startup-notify" type="empty"/>
+ </property>
+ <property name="&lt;Control&gt;&lt;Alt&gt;Delete" type="empty"/>
+ <property name="XF86Display" type="empty"/>
+ <property name="&lt;Super&gt;p" type="empty"/>
+ <property name="&lt;Control&gt;Escape" type="empty"/>
+ <property name="XF86WWW" type="empty"/>
+ <property name="XF86Mail" type="empty"/>
+ </property>
+ <property name="custom" type="empty">
+ <property name="&lt;Control&gt;Escape" type="string" value="xfdesktop --menu"/>
+ <property name="&lt;Alt&gt;F2" type="string" value="xfce4-appfinder --collapsed"/>
+ <property name="&lt;Alt&gt;F3" type="string" value="xfce4-appfinder"/>
+ <property name="&lt;Alt&gt;F1" type="string" value="xfce4-popup-applicationsmenu"/>
+ <property name="&lt;Control&gt;&lt;Alt&gt;Delete" type="string" value="xflock4"/>
+ <property name="XF86Mail" type="string" value="exo-open --launch MailReader"/>
+ <property name="XF86Display" type="string" value="xfce4-display-settings --minimal"/>
+ <property name="XF86WWW" type="string" value="exo-open --launch WebBrowser"/>
+ <property name="&lt;Super&gt;p" type="string" value="xfce4-display-settings --minimal"/>
+ <property name="override" type="bool" value="true"/>
+ <property name="&lt;Primary&gt;&lt;Alt&gt;l" type="string" value="xscreensaver-command -lock"/>
+ <property name="&lt;Primary&gt;&lt;Alt&gt;k" type="string" value="xscreensaver-command -lock"/>
+ <property name="&lt;Super&gt;l" type="string" value="xscreensaver-command -lock"/>
+ <property name="&lt;Alt&gt;p" type="string" value="dmenu_run"/>
+ <property name="XF86AudioPlay" type="string" value="mpc toggle"/>
+ <property name="XF86AudioNext" type="string" value="mpc next"/>
+ <property name="XF86AudioPrev" type="string" value="mpc prev"/>
+ <property name="XF86AudioStop" type="string" value="mpc stop"/>
+ </property>
+ </property>
+ <property name="xfwm4" type="empty">
+ <property name="default" type="empty">
+ <property name="&lt;Alt&gt;Insert" type="empty"/>
+ <property name="Escape" type="empty"/>
+ <property name="Left" type="empty"/>
+ <property name="Right" type="empty"/>
+ <property name="Up" type="empty"/>
+ <property name="Down" type="empty"/>
+ <property name="&lt;Alt&gt;Tab" type="empty"/>
+ <property name="&lt;Alt&gt;&lt;Shift&gt;Tab" type="empty"/>
+ <property name="&lt;Alt&gt;Delete" type="empty"/>
+ <property name="&lt;Control&gt;&lt;Alt&gt;Down" type="empty"/>
+ <property name="&lt;Control&gt;&lt;Alt&gt;Left" type="empty"/>
+ <property name="&lt;Shift&gt;&lt;Alt&gt;Page_Down" type="empty"/>
+ <property name="&lt;Alt&gt;F4" type="empty"/>
+ <property name="&lt;Alt&gt;F6" type="empty"/>
+ <property name="&lt;Alt&gt;F7" type="empty"/>
+ <property name="&lt;Alt&gt;F8" type="empty"/>
+ <property name="&lt;Alt&gt;F9" type="empty"/>
+ <property name="&lt;Alt&gt;F10" type="empty"/>
+ <property name="&lt;Alt&gt;F11" type="empty"/>
+ <property name="&lt;Alt&gt;F12" type="empty"/>
+ <property name="&lt;Control&gt;&lt;Shift&gt;&lt;Alt&gt;Left" type="empty"/>
+ <property name="&lt;Alt&gt;&lt;Control&gt;End" type="empty"/>
+ <property name="&lt;Alt&gt;&lt;Control&gt;Home" type="empty"/>
+ <property name="&lt;Control&gt;&lt;Shift&gt;&lt;Alt&gt;Right" type="empty"/>
+ <property name="&lt;Control&gt;&lt;Shift&gt;&lt;Alt&gt;Up" type="empty"/>
+ <property name="&lt;Alt&gt;&lt;Control&gt;KP_1" type="empty"/>
+ <property name="&lt;Alt&gt;&lt;Control&gt;KP_2" type="empty"/>
+ <property name="&lt;Alt&gt;&lt;Control&gt;KP_3" type="empty"/>
+ <property name="&lt;Alt&gt;&lt;Control&gt;KP_4" type="empty"/>
+ <property name="&lt;Alt&gt;&lt;Control&gt;KP_5" type="empty"/>
+ <property name="&lt;Alt&gt;&lt;Control&gt;KP_6" type="empty"/>
+ <property name="&lt;Alt&gt;&lt;Control&gt;KP_7" type="empty"/>
+ <property name="&lt;Alt&gt;&lt;Control&gt;KP_8" type="empty"/>
+ <property name="&lt;Alt&gt;&lt;Control&gt;KP_9" type="empty"/>
+ <property name="&lt;Alt&gt;space" type="empty"/>
+ <property name="&lt;Shift&gt;&lt;Alt&gt;Page_Up" type="empty"/>
+ <property name="&lt;Control&gt;&lt;Alt&gt;Right" type="empty"/>
+ <property name="&lt;Control&gt;&lt;Alt&gt;d" type="empty"/>
+ <property name="&lt;Control&gt;&lt;Alt&gt;Up" type="empty"/>
+ <property name="&lt;Super&gt;Tab" type="empty"/>
+ <property name="&lt;Control&gt;F1" type="empty"/>
+ <property name="&lt;Control&gt;F2" type="empty"/>
+ <property name="&lt;Control&gt;F3" type="empty"/>
+ <property name="&lt;Control&gt;F4" type="empty"/>
+ <property name="&lt;Control&gt;F5" type="empty"/>
+ <property name="&lt;Control&gt;F6" type="empty"/>
+ <property name="&lt;Control&gt;F7" type="empty"/>
+ <property name="&lt;Control&gt;F8" type="empty"/>
+ <property name="&lt;Control&gt;F9" type="empty"/>
+ <property name="&lt;Control&gt;F10" type="empty"/>
+ <property name="&lt;Control&gt;F11" type="empty"/>
+ <property name="&lt;Control&gt;F12" type="empty"/>
+ </property>
+ <property name="custom" type="empty">
+ <property name="&lt;Control&gt;F3" type="string" value="workspace_3_key"/>
+ <property name="&lt;Control&gt;F4" type="string" value="workspace_4_key"/>
+ <property name="&lt;Control&gt;F5" type="string" value="workspace_5_key"/>
+ <property name="&lt;Control&gt;F6" type="string" value="workspace_6_key"/>
+ <property name="&lt;Control&gt;F7" type="string" value="workspace_7_key"/>
+ <property name="&lt;Control&gt;F8" type="string" value="workspace_8_key"/>
+ <property name="&lt;Control&gt;F9" type="string" value="workspace_9_key"/>
+ <property name="&lt;Alt&gt;Tab" type="string" value="cycle_windows_key"/>
+ <property name="&lt;Control&gt;&lt;Alt&gt;Right" type="string" value="right_workspace_key"/>
+ <property name="Left" type="string" value="left_key"/>
+ <property name="&lt;Control&gt;&lt;Alt&gt;d" type="string" value="show_desktop_key"/>
+ <property name="&lt;Control&gt;&lt;Shift&gt;&lt;Alt&gt;Left" type="string" value="move_window_left_key"/>
+ <property name="&lt;Control&gt;&lt;Shift&gt;&lt;Alt&gt;Right" type="string" value="move_window_right_key"/>
+ <property name="Up" type="string" value="up_key"/>
+ <property name="&lt;Alt&gt;F4" type="string" value="close_window_key"/>
+ <property name="&lt;Alt&gt;F6" type="string" value="stick_window_key"/>
+ <property name="&lt;Control&gt;&lt;Alt&gt;Down" type="string" value="down_workspace_key"/>
+ <property name="&lt;Alt&gt;F7" type="string" value="move_window_key"/>
+ <property name="&lt;Alt&gt;F9" type="string" value="hide_window_key"/>
+ <property name="&lt;Alt&gt;F11" type="string" value="fullscreen_key"/>
+ <property name="&lt;Alt&gt;F8" type="string" value="resize_window_key"/>
+ <property name="&lt;Super&gt;Tab" type="string" value="switch_window_key"/>
+ <property name="Escape" type="string" value="cancel_key"/>
+ <property name="&lt;Alt&gt;&lt;Control&gt;KP_1" type="string" value="move_window_workspace_1_key"/>
+ <property name="&lt;Alt&gt;&lt;Control&gt;KP_2" type="string" value="move_window_workspace_2_key"/>
+ <property name="&lt;Alt&gt;&lt;Control&gt;KP_3" type="string" value="move_window_workspace_3_key"/>
+ <property name="&lt;Alt&gt;&lt;Control&gt;KP_4" type="string" value="move_window_workspace_4_key"/>
+ <property name="&lt;Alt&gt;&lt;Control&gt;KP_5" type="string" value="move_window_workspace_5_key"/>
+ <property name="&lt;Alt&gt;&lt;Control&gt;KP_6" type="string" value="move_window_workspace_6_key"/>
+ <property name="Down" type="string" value="down_key"/>
+ <property name="&lt;Control&gt;&lt;Shift&gt;&lt;Alt&gt;Up" type="string" value="move_window_up_key"/>
+ <property name="&lt;Shift&gt;&lt;Alt&gt;Page_Down" type="string" value="lower_window_key"/>
+ <property name="&lt;Alt&gt;F12" type="string" value="above_key"/>
+ <property name="&lt;Alt&gt;&lt;Control&gt;KP_8" type="string" value="move_window_workspace_8_key"/>
+ <property name="&lt;Alt&gt;&lt;Control&gt;KP_9" type="string" value="move_window_workspace_9_key"/>
+ <property name="Right" type="string" value="right_key"/>
+ <property name="&lt;Alt&gt;F10" type="string" value="maximize_window_key"/>
+ <property name="&lt;Control&gt;&lt;Alt&gt;Up" type="string" value="up_workspace_key"/>
+ <property name="&lt;Control&gt;F10" type="string" value="workspace_10_key"/>
+ <property name="&lt;Alt&gt;&lt;Control&gt;KP_7" type="string" value="move_window_workspace_7_key"/>
+ <property name="&lt;Alt&gt;&lt;Control&gt;End" type="string" value="move_window_next_workspace_key"/>
+ <property name="&lt;Alt&gt;Delete" type="string" value="del_workspace_key"/>
+ <property name="&lt;Control&gt;&lt;Alt&gt;Left" type="string" value="left_workspace_key"/>
+ <property name="&lt;Control&gt;F12" type="string" value="workspace_12_key"/>
+ <property name="&lt;Alt&gt;space" type="string" value="popup_menu_key"/>
+ <property name="&lt;Alt&gt;&lt;Shift&gt;Tab" type="string" value="cycle_reverse_windows_key"/>
+ <property name="&lt;Shift&gt;&lt;Alt&gt;Page_Up" type="string" value="raise_window_key"/>
+ <property name="&lt;Alt&gt;Insert" type="string" value="add_workspace_key"/>
+ <property name="&lt;Alt&gt;&lt;Control&gt;Home" type="string" value="move_window_prev_workspace_key"/>
+ <property name="&lt;Control&gt;F2" type="string" value="workspace_2_key"/>
+ <property name="&lt;Control&gt;F1" type="string" value="workspace_1_key"/>
+ <property name="&lt;Control&gt;F11" type="string" value="workspace_11_key"/>
+ <property name="override" type="bool" value="true"/>
+ </property>
+ </property>
+ <property name="providers" type="array">
+ <value type="string" value="xfwm4"/>
+ <value type="string" value="commands"/>
+ </property>
+</channel>
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-mixer.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-mixer.xml
new file mode 100644
index 0000000..c3ded1c
--- /dev/null
+++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-mixer.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="xfce4-mixer" version="1.0">
+ <property name="sound-card" type="string" value="HDAIntelPCHAlsamixer"/>
+ <property name="sound-cards" type="empty">
+ <property name="HDAIntelPCHAlsamixer" type="array">
+ <value type="string" value="Master"/>
+ <value type="string" value="Headphone"/>
+ <value type="string" value="Speaker"/>
+ <value type="string" value="PCM"/>
+ <value type="string" value="Mic Boost"/>
+ <value type="string" value="Internal Mic Boost"/>
+ </property>
+ </property>
+ <property name="window-height" type="int" value="402"/>
+ <property name="window-width" type="int" value="638"/>
+ <property name="active-card" type="string" value="HDAIntelPCHAlsamixer"/>
+ <property name="volume-step-size" type="uint" value="5"/>
+</channel>
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
new file mode 100644
index 0000000..0504e25
--- /dev/null
+++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="xfce4-panel" version="1.0">
+ <property name="configver" type="int" value="2"/>
+ <property name="panels" type="array">
+ <value type="int" value="1"/>
+ <property name="panel-1" type="empty">
+ <property name="position" type="string" value="p=8;x=683;y=752"/>
+ <property name="length" type="uint" value="100"/>
+ <property name="position-locked" type="bool" value="true"/>
+ <property name="size" type="uint" value="24"/>
+ <property name="plugin-ids" type="array">
+ <value type="int" value="1"/>
+ <value type="int" value="3"/>
+ <value type="int" value="15"/>
+ <value type="int" value="4"/>
+ <value type="int" value="6"/>
+ <value type="int" value="7"/>
+ <value type="int" value="9"/>
+ <value type="int" value="8"/>
+ <value type="int" value="2"/>
+ </property>
+ <property name="background-alpha" type="uint" value="70"/>
+ <property name="background-style" type="uint" value="0"/>
+ </property>
+ </property>
+ <property name="plugins" type="empty">
+ <property name="plugin-1" type="string" value="applicationsmenu">
+ <property name="button-title" type="string" value="Gentoo"/>
+ <property name="button-icon" type="string" value="/home/aly/pictures/gentoo/573px-Gentoo_Linux_logo_matte.png"/>
+ </property>
+ <property name="plugin-2" type="string" value="actions"/>
+ <property name="plugin-3" type="string" value="tasklist"/>
+ <property name="plugin-15" type="string" value="separator">
+ <property name="expand" type="bool" value="true"/>
+ <property name="style" type="uint" value="0"/>
+ </property>
+ <property name="plugin-4" type="string" value="pager">
+ <property name="rows" type="uint" value="1"/>
+ </property>
+ <property name="plugin-6" type="string" value="systray">
+ <property name="names-visible" type="array">
+ <value type="string" value="vlc"/>
+ <value type="string" value="networkmanager applet"/>
+ <value type="string" value="xfce4-power-manager"/>
+ <value type="string" value="orage"/>
+ <value type="string" value="clipman"/>
+ </property>
+ </property>
+ <property name="plugin-7" type="string" value="mixer">
+ <property name="sound-card" type="string" value="HDAIntelPCHAlsamixer"/>
+ <property name="track" type="string" value="Master"/>
+ <property name="command" type="string" value="xfce4-mixer"/>
+ <property name="enable-keyboard-shortcuts" type="bool" value="true"/>
+ </property>
+ <property name="plugin-8" type="string" value="datetime"/>
+ <property name="plugin-9" type="string" value="xfce4-notes-plugin-47"/>
+ </property>
+</channel>
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml
new file mode 100644
index 0000000..7717860
--- /dev/null
+++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="xfce4-power-manager" version="1.0">
+ <property name="xfce4-power-manager" type="empty">
+ <property name="critical-power-action" type="uint" value="3"/>
+ <property name="power-button-action" type="uint" value="3"/>
+ <property name="hibernate-button-action" type="uint" value="3"/>
+ <property name="sleep-button-action" type="uint" value="3"/>
+ <property name="brightness-on-ac" type="uint" value="9"/>
+ <property name="lock-screen-suspend-hibernate" type="bool" value="false"/>
+ </property>
+</channel>
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml
new file mode 100644
index 0000000..eb39e4e
--- /dev/null
+++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="xfce4-session" version="1.0">
+ <property name="general" type="empty">
+ <property name="FailsafeSessionName" type="empty"/>
+ <property name="SessionName" type="string" value="Default"/>
+ <property name="SaveOnExit" type="bool" value="false"/>
+ </property>
+ <property name="sessions" type="empty">
+ <property name="Failsafe" type="empty">
+ <property name="IsFailsafe" type="empty"/>
+ <property name="Count" type="empty"/>
+ <property name="Client0_Command" type="empty"/>
+ <property name="Client0_PerScreen" type="empty"/>
+ <property name="Client1_Command" type="empty"/>
+ <property name="Client1_PerScreen" type="empty"/>
+ <property name="Client2_Command" type="empty"/>
+ <property name="Client2_PerScreen" type="empty"/>
+ <property name="Client3_Command" type="empty"/>
+ <property name="Client3_PerScreen" type="empty"/>
+ <property name="Client4_Command" type="empty"/>
+ <property name="Client4_PerScreen" type="empty"/>
+ </property>
+ </property>
+ <property name="splash" type="empty">
+ <property name="Engine" type="string" value="mice"/>
+ </property>
+ <property name="compat" type="empty">
+ <property name="LaunchGNOME" type="bool" value="true"/>
+ </property>
+ <property name="shutdown" type="empty">
+ <property name="LockScreen" type="bool" value="true"/>
+ </property>
+</channel>
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
new file mode 100644
index 0000000..c2973c2
--- /dev/null
+++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="xfwm4" version="1.0">
+ <property name="general" type="empty">
+ <property name="activate_action" type="string" value="bring"/>
+ <property name="borderless_maximize" type="bool" value="true"/>
+ <property name="box_move" type="bool" value="false"/>
+ <property name="box_resize" type="bool" value="false"/>
+ <property name="button_layout" type="string" value="O|SHMC"/>
+ <property name="button_offset" type="int" value="0"/>
+ <property name="button_spacing" type="int" value="0"/>
+ <property name="click_to_focus" type="bool" value="false"/>
+ <property name="focus_delay" type="int" value="250"/>
+ <property name="cycle_apps_only" type="bool" value="false"/>
+ <property name="cycle_draw_frame" type="bool" value="true"/>
+ <property name="cycle_hidden" type="bool" value="true"/>
+ <property name="cycle_minimum" type="bool" value="true"/>
+ <property name="cycle_workspaces" type="bool" value="false"/>
+ <property name="double_click_time" type="int" value="250"/>
+ <property name="double_click_distance" type="int" value="5"/>
+ <property name="double_click_action" type="string" value="maximize"/>
+ <property name="easy_click" type="string" value="Alt"/>
+ <property name="focus_hint" type="bool" value="true"/>
+ <property name="focus_new" type="bool" value="true"/>
+ <property name="frame_opacity" type="int" value="100"/>
+ <property name="full_width_title" type="bool" value="true"/>
+ <property name="inactive_opacity" type="int" value="100"/>
+ <property name="maximized_offset" type="int" value="0"/>
+ <property name="move_opacity" type="int" value="100"/>
+ <property name="placement_ratio" type="int" value="20"/>
+ <property name="placement_mode" type="string" value="center"/>
+ <property name="popup_opacity" type="int" value="100"/>
+ <property name="mousewheel_rollup" type="bool" value="true"/>
+ <property name="prevent_focus_stealing" type="bool" value="false"/>
+ <property name="raise_delay" type="int" value="250"/>
+ <property name="raise_on_click" type="bool" value="true"/>
+ <property name="raise_on_focus" type="bool" value="false"/>
+ <property name="raise_with_any_button" type="bool" value="true"/>
+ <property name="repeat_urgent_blink" type="bool" value="false"/>
+ <property name="resize_opacity" type="int" value="100"/>
+ <property name="restore_on_move" type="bool" value="true"/>
+ <property name="scroll_workspaces" type="bool" value="true"/>
+ <property name="shadow_delta_height" type="int" value="0"/>
+ <property name="shadow_delta_width" type="int" value="0"/>
+ <property name="shadow_delta_x" type="int" value="0"/>
+ <property name="shadow_delta_y" type="int" value="-3"/>
+ <property name="shadow_opacity" type="int" value="50"/>
+ <property name="show_app_icon" type="bool" value="false"/>
+ <property name="show_dock_shadow" type="bool" value="true"/>
+ <property name="show_frame_shadow" type="bool" value="false"/>
+ <property name="show_popup_shadow" type="bool" value="false"/>
+ <property name="snap_resist" type="bool" value="false"/>
+ <property name="snap_to_border" type="bool" value="true"/>
+ <property name="snap_to_windows" type="bool" value="false"/>
+ <property name="snap_width" type="int" value="10"/>
+ <property name="theme" type="string" value="Default"/>
+ <property name="tile_on_move" type="bool" value="true"/>
+ <property name="title_alignment" type="string" value="center"/>
+ <property name="title_font" type="string" value="Sans Bold 9"/>
+ <property name="title_horizontal_offset" type="int" value="0"/>
+ <property name="title_shadow_active" type="string" value="false"/>
+ <property name="title_shadow_inactive" type="string" value="false"/>
+ <property name="title_vertical_offset_active" type="int" value="0"/>
+ <property name="title_vertical_offset_inactive" type="int" value="0"/>
+ <property name="toggle_workspaces" type="bool" value="false"/>
+ <property name="unredirect_overlays" type="bool" value="true"/>
+ <property name="urgent_blink" type="bool" value="false"/>
+ <property name="use_compositing" type="bool" value="true"/>
+ <property name="workspace_count" type="int" value="2"/>
+ <property name="wrap_cycle" type="bool" value="true"/>
+ <property name="workspace_names" type="array">
+ <value type="string" value="Workspace 1"/>
+ <value type="string" value="Workspace 2"/>
+ <value type="string" value="Workspace 3"/>
+ <value type="string" value="Workspace 4"/>
+ </property>
+ <property name="wrap_layout" type="bool" value="true"/>
+ <property name="wrap_resistance" type="int" value="10"/>
+ <property name="wrap_windows" type="bool" value="true"/>
+ <property name="wrap_workspaces" type="bool" value="false"/>
+ </property>
+</channel>
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
new file mode 100644
index 0000000..8816c38
--- /dev/null
+++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="xsettings" version="1.0">
+ <property name="Net" type="empty">
+ <property name="ThemeName" type="string" value="Adwaita"/>
+ <property name="IconThemeName" type="string" value="gnome"/>
+ <property name="DoubleClickTime" type="empty"/>
+ <property name="DoubleClickDistance" type="empty"/>
+ <property name="DndDragThreshold" type="empty"/>
+ <property name="CursorBlink" type="empty"/>
+ <property name="CursorBlinkTime" type="empty"/>
+ <property name="SoundThemeName" type="empty"/>
+ <property name="EnableEventSounds" type="empty"/>
+ <property name="EnableInputFeedbackSounds" type="empty"/>
+ </property>
+ <property name="Xft" type="empty">
+ <property name="DPI" type="empty"/>
+ <property name="Antialias" type="int" value="1"/>
+ <property name="Hinting" type="empty"/>
+ <property name="HintStyle" type="string" value="hintmedium"/>
+ <property name="RGBA" type="string" value="rgb"/>
+ </property>
+ <property name="Gtk" type="empty">
+ <property name="CanChangeAccels" type="empty"/>
+ <property name="ColorPalette" type="empty"/>
+ <property name="FontName" type="empty"/>
+ <property name="IconSizes" type="empty"/>
+ <property name="KeyThemeName" type="empty"/>
+ <property name="ToolbarStyle" type="empty"/>
+ <property name="ToolbarIconSize" type="empty"/>
+ <property name="MenuImages" type="empty"/>
+ <property name="ButtonImages" type="empty"/>
+ <property name="MenuBarAccel" type="empty"/>
+ <property name="CursorThemeName" type="string" value="Vanilla-DMZ"/>
+ <property name="CursorThemeSize" type="int" value="32"/>
+ </property>
+</channel>