mirror of
https://github.com/The-Repo-Club/DotFiles.git
synced 2024-11-25 00:38:20 -05:00
Update Dotfiles
This commit is contained in:
parent
03bc0c5c79
commit
f8785d8988
@ -1,15 +1,19 @@
|
||||
output VIRTUAL1
|
||||
output DP-1-0
|
||||
off
|
||||
output eDP1-1-2
|
||||
off
|
||||
output eDP1
|
||||
output eDP-1
|
||||
crtc 0
|
||||
mode 1920x1080
|
||||
pos 0x0
|
||||
primary
|
||||
rate 120.21
|
||||
x-prop-broadcast_rgb Automatic
|
||||
x-prop-colorspace Default
|
||||
x-prop-max_bpc 12
|
||||
x-prop-non_desktop 0
|
||||
x-prop-scaling_mode Full aspect
|
||||
output HDMI-1-0
|
||||
crtc 4
|
||||
crtc 3
|
||||
mode 1920x1080
|
||||
pos 1920x0
|
||||
rate 60.00
|
||||
x-prop-non_desktop 0
|
||||
|
@ -1,2 +1,2 @@
|
||||
HDMI-1-0 00ffffffffffff004c2d340f334c5843101f0103804627782aaea5af4f42af260f5054bfef80714f810081c081809500a9c0b300010108e80030f2705a80b0588a00b9882100001e000000fd00283c1e873c000a202020202020000000fc005533324a3539780a2020202020000000ff0048344c523430303937360a2020014702033bf04c611203130420221f105f5d5e23090707830100006d030c002000803c20006001020367d85dc401788003681a00000101283c00e20f01023a801871382d40582c4500b9882100001e565e00a0a0a0295030203500b9882100001a04740030f2705a80b0588a00b9882100001e000000000000000000000000000063
|
||||
eDP1 00ffffffffffff0006afedd100000000221d0104a52213780348358f575992291e505400000001010101010101010101010101010101546f809c70383e406c30aa0058c1100000180000000f0000000000000000000000000020000000fd003c788a8a1d010a202020202020000000fe004231353648414e31332e31200a00a9
|
||||
HDMI-1-0 00ffffffffffff004c2d520f334c5843101f0103804627782aaea5af4f42af260f5054bfef80714f810081c081809500a9c0b300010108e80030f2705a80b0588a00b9882100001e000000fd00184b1e873c000a202020202020000000fc005533324a3539780a2020202020000000ff0048344c523430303937360a2020012a020334f04d611203130420221f105f605d5e23090707830100006d030c002000b83c20006001020367d85dc401788003e30f0104023a801871382d40582c4500b9882100001e023a80d072382d40102c4580b9882100001e04740030f2705a80b0588a00b9882100001e565e00a0a0a0295030203500b9882100001a00000090
|
||||
eDP-1 00ffffffffffff0006afedd100000000221d0104a52213780348358f575992291e505400000001010101010101010101010101010101546f809c70383e406c30aa0058c1100000180000000f0000000000000000000000000020000000fd003c788a8a1d010a202020202020000000fe004231353648414e31332e31200a00a9
|
||||
|
@ -1,17 +1,20 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [ "$DESKTOP_SESSION" == "i3" ]; then
|
||||
if ! command -v polybar &>/dev/null; then
|
||||
echo "polybar could not be found"
|
||||
else
|
||||
if ! pgrep -x "polybar" >/dev/null; then
|
||||
if ! test -f "$HOME/.config/polybar/launch.sh"; then
|
||||
echo "$HOME/.config/polybar/launch.sh could not be found"
|
||||
else
|
||||
sh $HOME/.config/polybar/launch.sh
|
||||
fi
|
||||
WM=$(wmctrl -m | grep Name | cut -d: -f2)
|
||||
WM=${WM//[[:space:]]/}
|
||||
|
||||
if [ "$WM" == "i3" ]; then
|
||||
if ! command -v polybar &>/dev/null; then
|
||||
echo "polybar could not be found"
|
||||
else
|
||||
echo "polybar already Running"
|
||||
if ! pgrep -x "polybar" >/dev/null; then
|
||||
if ! test -f "$HOME/.config/polybar/launch.sh"; then
|
||||
echo "$HOME/.config/polybar/launch.sh could not be found"
|
||||
else
|
||||
sh $HOME/.config/polybar/launch.sh
|
||||
fi
|
||||
else
|
||||
echo "polybar already Running"
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
@ -1,21 +0,0 @@
|
||||
output VIRTUAL1
|
||||
off
|
||||
output DP-1-0
|
||||
off
|
||||
output eDP1
|
||||
crtc 0
|
||||
mode 1920x1080
|
||||
pos 0x0
|
||||
primary
|
||||
rate 120.21
|
||||
x-prop-broadcast_rgb Automatic
|
||||
x-prop-colorspace Default
|
||||
x-prop-max_bpc 12
|
||||
x-prop-non_desktop 0
|
||||
x-prop-scaling_mode Full aspect
|
||||
output HDMI-1-0
|
||||
crtc 4
|
||||
mode 1920x1080
|
||||
pos 1920x0
|
||||
rate 60.00
|
||||
x-prop-non_desktop 0
|
@ -1,2 +0,0 @@
|
||||
HDMI-1-0 00ffffffffffff004c2d520f334c5843101f0103804627782aaea5af4f42af260f5054bfef80714f810081c081809500a9c0b300010108e80030f2705a80b0588a00b9882100001e000000fd00184b1e873c000a202020202020000000fc005533324a3539780a2020202020000000ff0048344c523430303937360a2020012a020334f04d611203130420221f105f605d5e23090707830100006d030c002000b83c20006001020367d85dc401788003e30f0104023a801871382d40582c4500b9882100001e023a80d072382d40102c4580b9882100001e04740030f2705a80b0588a00b9882100001e565e00a0a0a0295030203500b9882100001a00000090
|
||||
eDP1 00ffffffffffff0006afedd100000000221d0104a52213780348358f575992291e505400000001010101010101010101010101010101546f809c70383e406c30aa0058c1100000180000000f0000000000000000000000000020000000fd003c788a8a1d010a202020202020000000fe004231353648414e31332e31200a00a9
|
@ -1,107 +0,0 @@
|
||||
#!/usr/bin/env xdg-open
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Name[af]=PulseAudio-klankstelsel
|
||||
Name[as]=PulseAudio শব্দ ব্যৱস্থা
|
||||
Name[be]=Гукавая сістэма PulseAudio
|
||||
Name[bn_IN]=PulseAudio শব্দ ব্যবস্থা
|
||||
Name[ca]=Sistema de so PulseAudio
|
||||
Name[cs]=Zvukový systém PulseAudio
|
||||
Name[da]=PulseAudio-lydsystem
|
||||
Name[de_CH]=PulseAudio Sound System
|
||||
Name[de]=PulseAudio Soundsystem
|
||||
Name[el]=Σύστημα ήχου PulseAudio
|
||||
Name[es]=Sistema de Sonido PulseAudio
|
||||
Name[fi]=PulseAudio-äänijärjestelmä
|
||||
Name[fr]=Système de son PulseAudio
|
||||
Name[gl]=Sistema de son PulseAudio
|
||||
Name[gu]=PulseAudio સાઉન્ડ સિસ્ટમ
|
||||
Name[he]=מערכת הקול PulseAudio
|
||||
Name[hi]=पल्सऑडियो ध्वनि तंत्र
|
||||
Name[hr]=PulseAudio zvučni sustav
|
||||
Name[hu]=PulseAudio hangrendszer
|
||||
Name[id]=Sistem Suara PulseAudio
|
||||
Name[it]=Sistema sonoro PulseAudio
|
||||
Name[ja]=PulseAudio サウンドシステム
|
||||
Name[kk]=PulseAudio дыбыс жүйесі
|
||||
Name[kn]=PulseAudio ಧ್ವನಿ ವ್ಯವಸ್ಥೆ
|
||||
Name[ko]=펄스오디오 사운드 시스템
|
||||
Name[lt]=PulseAudio garso sistema
|
||||
Name[ml]=PulseAudio സൌണ്ട് സിസ്റ്റം
|
||||
Name[mr]=PulseAudio आवाज प्रणाली
|
||||
Name[nl]=PulseAudio geluidssysteem
|
||||
Name[nn]=PulseAudio lydsystem
|
||||
Name[oc]=Sistèma de son PulseAudio
|
||||
Name[or]=PulseAudio ଧ୍ୱନି ତନ୍ତ୍ର
|
||||
Name[pa]=ਪਲਸਆਡੀਓ ਸਾਊਂਡ ਸਿਸਟਮ
|
||||
Name[pl]=System dźwięku PulseAudio
|
||||
Name[pt_BR]=Sistema de som PulseAudio
|
||||
Name[pt]=Sistema de Som PulseAudio
|
||||
Name[ru]=Звуковая система PulseAudio
|
||||
Name[sk]=Zvukový systém PulseAudio
|
||||
Name[sr@latin]=PulseAudio zvučni sistem
|
||||
Name[sr]=PulseAudio звучни систем
|
||||
Name[sv]=PulseAudio ljudsystem
|
||||
Name[ta]=பள்ஸ் ஆடியோ ஒலி கணினி
|
||||
Name[te]=PulseAudio శబ్దపు సిస్టమ్
|
||||
Name[tr]=PulseAudio Ses Sistemi
|
||||
Name[uk]=Звукова система PulseAudio
|
||||
Name[zh_CN]=PulseAudio 声音系统
|
||||
Name[zh_TW]=PulseAudio 音效系統
|
||||
Name[eo]=PulseAudio-sonsistemo
|
||||
Name=PulseAudio Sound System
|
||||
Comment[af]=Begin die PulseAudio-klankstelsel
|
||||
Comment[as]=PulseAudio শব্দ ব্যৱস্থা আৰম্ভ কৰা হ'ব
|
||||
Comment[be]=Запуск гукавой сістэмы PulseAudio
|
||||
Comment[bn_IN]=PulseAudio শব্দ ব্যবস্থা আরম্ভ করা হবে
|
||||
Comment[ca]=Inicialitza el sistema de so PulseAudio
|
||||
Comment[cs]=Spustit zvukový systém PulseAudio
|
||||
Comment[da]=Start PulseAudio-lydsystemet
|
||||
Comment[de_CH]=Das PulseAudio Sound System starten
|
||||
Comment[de]=Das PulseAudio Soundsystem starten
|
||||
Comment[el]=Έναρξη του συστήματος ήχου PulseAudio
|
||||
Comment[es]=Iniciar el Sistema de Sonido PulseAudio
|
||||
Comment[fi]=Käynnistä PulseAudio-äänijärjestelmä
|
||||
Comment[fr]=Démarrer le système de son PulseAudio
|
||||
Comment[gl]=Iniciar o Sistema de son PulseAudio
|
||||
Comment[gu]=PulseAudio સાઉન્ડ સિસ્ટમને શરૂ કરો
|
||||
Comment[he]=הפעלת מערכת הקול PulseAudio
|
||||
Comment[hi]=पल्सऑडियो ध्वनि तंत्र प्रारंभ करें
|
||||
Comment[hr]=Pokreni PulseAudio zvučni sustav
|
||||
Comment[hu]=A PulseAudio hangrendszer elindítása
|
||||
Comment[id]=Memulai Sistem Suara PulseAudio
|
||||
Comment[it]=Avvia il sistema sonoro PulseAudio
|
||||
Comment[ja]=PulseAudio サウンドシステムを開始
|
||||
Comment[kk]=PulseAudio дыбыс жүйесін іске қосу
|
||||
Comment[kn]=PulseAudio ಧ್ವನಿ ವ್ಯವಸ್ಥೆಯನ್ನು ಆರಂಭಿಸಿ
|
||||
Comment[ko]=펄스오디오 사운드 시스템을 시작합니다
|
||||
Comment[lt]=Paleisti PulseAudio garso sistemą
|
||||
Comment[ml]=PulseAudio സൌണ്ട് സിസ്റ്റം ആരംഭിക്കുക
|
||||
Comment[mr]=PulseAudio आवाज प्रणाली सुरू करा
|
||||
Comment[nl]=Start het PulseAudio geluidssysteem
|
||||
Comment[nn]=Start PulseAudio-lydsystemet
|
||||
Comment[oc]=Aviar lo sistèma de son PulseAudio
|
||||
Comment[or]=PulseAudio ଧ୍ୱନି ତନ୍ତ୍ରକୁ ଆରମ୍ଭ କରନ୍ତୁ
|
||||
Comment[pa]=ਪਲਸਆਡੀਓ ਸਾਊਂਡ ਸਿਸਟਮ ਚਲਾਓ
|
||||
Comment[pl]=Uruchomienie systemu dźwięku PulseAudio
|
||||
Comment[pt_BR]=Inicie o sistema de som PulseAudio
|
||||
Comment[pt]=Inciar o Sistema de Som PulseAudio
|
||||
Comment[ru]=Запуск звуковой системы PulseAudio
|
||||
Comment[sk]=Spustenie zvukového systému PulseAudio
|
||||
Comment[sr@latin]=Pokreni PulseAudio zvučni sistem
|
||||
Comment[sr]=Покрени PulseAudio звучни систем
|
||||
Comment[sv]=Starta ljudsystemet PulseAudio
|
||||
Comment[ta]=பள்ஸ் ஆடியோ ஒலி கணினியை துவக்கவும
|
||||
Comment[te]=PulseAudio శబ్దపు సిస్టమ్ను ప్రారంభించుము
|
||||
Comment[tr]=PulseAudio Ses Sistemini Başlat
|
||||
Comment[uk]=Запустити звукову систему PulseAudio
|
||||
Comment[zh_CN]=启动 PulseAudio 声音系统
|
||||
Comment[zh_TW]=啟動 PulseAudio 音效系統
|
||||
Comment[eo]=Startigi la PulseAudio-sonsistemon
|
||||
Comment=Start the PulseAudio Sound System
|
||||
Exec=start-pulseaudio-x11
|
||||
Terminal=false
|
||||
Type=Application
|
||||
X-GNOME-Autostart-Phase=Initialization
|
||||
X-GNOME-HiddenUnderSystemd=true
|
||||
X-KDE-autostart-phase=1
|
1
autostart/.config/autostart/touchpad-indicator-autostart.desktop
Symbolic link
1
autostart/.config/autostart/touchpad-indicator-autostart.desktop
Symbolic link
@ -0,0 +1 @@
|
||||
/usr/share/touchpad-indicator/touchpad-indicator-autostart.desktop
|
@ -1,17 +0,0 @@
|
||||
${c1}
|
||||
${c1}╔══════════════════════╦══════════╗
|
||||
${c1}║ ║ ${c3}${c1} ${c4}${c1} ${c5}${c1} ║
|
||||
${c1}╠══════════════════════╝ ║
|
||||
${c1}║ ║
|
||||
${c1}║ ║
|
||||
${c1}║ ${c2}█▀▀▀▀▀▀▀▀█${c1} ║
|
||||
${c1}║ ${c2}█ █${c1} ║
|
||||
${c1}║ ${c6}█ ${c2} █ █ ${c6} █${c1} ║
|
||||
${c1}║ ${c6}█ █${c1} ║
|
||||
${c1}║ ${c6}▀█▄▄▄▄▄▄█▀${c1} ║
|
||||
${c1}║ ║
|
||||
${c1}║ ║
|
||||
${c1}║ ║
|
||||
${c1}║ ${c2}sudo rm -rf /* _$ ${c1} ║
|
||||
${c1}║ ║
|
||||
${c1}╚═════════════════════════════════╝
|
File diff suppressed because it is too large
Load Diff
@ -1,41 +0,0 @@
|
||||
${c4}
|
||||
${c4} ,-. _,---._ __${c1} / \
|
||||
${c4} / ) .-' `./${c1} / \
|
||||
${c4}( ( ,' `${c1}/ /|
|
||||
${c4} \ `-" \'${c1}\ / |
|
||||
${c4} `. , \ ${c1}\ / |
|
||||
${c4} /`. ,'${c1}-${c4}`${c1}----Y |
|
||||
${c4} ( ;${c1} | '
|
||||
${c4} | ,-. ,-' ${c5}Kitty${c1} | /
|
||||
${c4} | | ( | ${c5}Linux${c1} | /
|
||||
${c4} ) | \ `.${c1}___________|/
|
||||
${c4} `--' `--'
|
||||
|
||||
|
||||
|
||||
${c1}
|
||||
${c1} ▄█▀▀██▄ ▄█▀▀██
|
||||
${c1} █ ██ ▄█▀ ██
|
||||
${c1} ██ ▀█▄▄███████▄██ █
|
||||
${c1} ██ ▀ ▀ █
|
||||
${c1} ██ █
|
||||
${c1} █▄ ${c3}▄▄▄▄ ▄▄▄▄ ${c1} ██
|
||||
${c1} ██ ${c3}▀███▀ ████▀ ${c1} ██
|
||||
${c1} ████▌ ▄ ▄████▌
|
||||
${c1} ▐█▌ ▀▀▀██ ▐███▌ ██▀▀▀ ▐█▌
|
||||
${c1} ██████████ █▌ ███ ██ ███ ██████▌
|
||||
${c1} ██▄▄▄███ ▀███▀ ▀▀██▀ ▐███▄▄▄██
|
||||
${c1} █▀▀██▌ ██▀▀█▀
|
||||
${c1} ███▄ ▄███
|
||||
${c1} ██${c2}█${c1}██████▄▄▄▄▄▄▄▄▄██████${c2}█${c1}██
|
||||
${c1} ▀██${c2}██████${c1}████████${c2}██████${c1}██
|
||||
${c1} █▀▀█████${c2}██${c1}██${c2}██${c1}████▀▀██
|
||||
${c1} ▄▄████▄ ▀██████▀ ▄▄████▄
|
||||
${c1} ▄██ ▀█▄ ██▀ ▀█▌
|
||||
${c1} ▄▄▄▄▄▄▄▄▄█▌ █▄▄▄▄▄▄▄▄▄▄▄▄██ ██▄▄▄▄▄▄▄▄
|
||||
${c1} ▀▀▀▀▀▀▀▀▀█▌ █▀▀▀▀▀▀▀▀▀▀▀▀█▌ ▐██▀▀▀▀▀▀▀▀
|
||||
${c1} ██▄ ██ ██▄ ██
|
||||
${c1} ▀██▄▄▄██▀ ▀███▄▄██▀
|
||||
${c1}
|
||||
|
||||
|
@ -1,29 +0,0 @@
|
||||
[bleachbit]
|
||||
auto_hide = True
|
||||
check_beta = False
|
||||
check_online_updates = True
|
||||
dark_mode = True
|
||||
delete_confirmation = True
|
||||
debug = False
|
||||
exit_done = False
|
||||
shred = False
|
||||
units_iec = False
|
||||
window_fullscreen = False
|
||||
window_maximized = False
|
||||
first_start = False
|
||||
version = 4.0.0
|
||||
window_x = 963
|
||||
window_y = 33
|
||||
window_width = 948
|
||||
window_height = 970
|
||||
hashsalt = e1391ea689f21f403edc31837c88b6a3fb783bb2f5a26d3afdb329b597ca2c90e5834b1e7ff951a7044f357cd8e1850774449bf40e0e86c4789dd2d633811ecb
|
||||
|
||||
[hashpath]
|
||||
|
||||
[list/shred_drives]
|
||||
0 = /home/dt/.cache
|
||||
1 = /tmp
|
||||
|
||||
[preserve_languages]
|
||||
en = True
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
"home": "20",
|
||||
"root": "20",
|
||||
"pacman": "10"
|
||||
"pacman": "10",
|
||||
"mnt": "/mnt/500GB/.snapshots"
|
||||
}
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +0,0 @@
|
||||
[{"description":"treehash per file","signed_content":{"payload":"eyJjb250ZW50X2hhc2hlcyI6W3siYmxvY2tfc2l6ZSI6NDA5NiwiZGlnZXN0Ijoic2hhMjU2IiwiZmlsZXMiOlt7InBhdGgiOiJfcGxhdGZvcm1fc3BlY2lmaWMvbGludXhfeDY0L2xpYndpZGV2aW5lY2RtLnNvIiwicm9vdF9oYXNoIjoiVHh6cGIxRnF6VE1xd2xieDNjWUxneGV6VEY4NVZRSU1kcmxvNUNOSVJSdyJ9LHsicGF0aCI6Il9wbGF0Zm9ybV9zcGVjaWZpYy9saW51eF94NjQvbGlid2lkZXZpbmVjZG0uc28uc2lnIiwicm9vdF9oYXNoIjoiWXpqNXdmNmhzWXAwcUtudUl6NTc0S1NZUlR6bGZ2ajV0N19HNndyYjYyRSJ9LHsicGF0aCI6Im1hbmlmZXN0Lmpzb24iLCJyb290X2hhc2giOiJSYjh6MDh6SG84YVpOajhyNHdOMkxRR3hXRmRwYnBKREZtWS13NDU1SDVRIn1dLCJmb3JtYXQiOiJ0cmVlaGFzaCIsImhhc2hfYmxvY2tfc2l6ZSI6NDA5Nn1dLCJpdGVtX2lkIjoib2ltb21wZWNhZ25hamRlamdubmppam9iZWJhZWlnZWsiLCJpdGVtX3ZlcnNpb24iOiI0LjEwLjIzOTEuMCIsInByb3RvY29sX3ZlcnNpb24iOjF9","signatures":[{"header":{"kid":"publisher"},"protected":"eyJhbGciOiJSUzI1NiJ9","signature":"I-sxFJgzOg2XNiMZZ8_32_isV1atHoXd9JOONLMd4g9SVoc3iivKYh3yyFoTNbwcSjK1RcmPIPf2b3ioXHe0eKcrWulvSfqfyXRw2mN6qpmwroq6hPg86wtg-DuqzjEG87S_6JUxHzvnCIjyBf-Rzxt8uXdG_2MmM6Ui8t36wko"},{"header":{"kid":"webstore"},"protected":"eyJhbGciOiJSUzI1NiJ9","signature":"e2nW071dULjfFDiOgJGDJoxPsxWIQPOCzuxP-SeNvol44aluawFudgAQIsEECIlyIcfMu4COiuoDF1234ySIyRKo7GGvyIJ4ZRPxNjYAf917fUzkwsZd3M7sR5kzhy-Uit9NSB5ZVd1jfMwUprfbDN4NBgXVVvzCPgrhdxjRwnwmaC3nbouYLMgs7f-ERLB1Q7mZn7ZgssVqHvGQH3ze14lr7vQi-9VuDcSexVFAO85UyTp7E58CNXcVEKg6NltcP4e6eAlFCyvGPSc2zAMvHjFNMeFAv6Vxi2TdOgVdMQBsRfBuo2T7MFx6QMkZ4Tpo44gvgNlmZqz93HgCTbX9CQ"}]}}]
|
Binary file not shown.
Binary file not shown.
@ -1 +0,0 @@
|
||||
1.6a56cd7414624e1ee126cc530d35a50824e80e76cfac34a541252a40ad6b4aad
|
@ -1,28 +0,0 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"update_url": "https://clients2.google.com/service/update2/crx",
|
||||
"name": "WidevineCdm",
|
||||
"description": "Widevine Content Decryption Module",
|
||||
"version": "4.10.2391.0",
|
||||
"minimum_chrome_version": "68.0.3430.0",
|
||||
"x-cdm-module-versions": "4",
|
||||
"x-cdm-interface-versions": "10",
|
||||
"x-cdm-host-versions": "10",
|
||||
"x-cdm-codecs": "vp8,vp09,avc1,av01",
|
||||
"x-cdm-persistent-license-support": false,
|
||||
"x-cdm-supported-encryption-schemes": [
|
||||
"cenc",
|
||||
"cbcs"
|
||||
],
|
||||
"icons": {
|
||||
"128": "imgs/icon-128x128.png",
|
||||
"16": "imgs/icon-128x128.png"
|
||||
},
|
||||
"platforms": [
|
||||
{
|
||||
"arch": "x64",
|
||||
"os": "linux",
|
||||
"sub_package_path": "_platform_specific/linux_x64/"
|
||||
}
|
||||
]
|
||||
}
|
@ -1 +0,0 @@
|
||||
{"Path":"/mnt/500GB/.gitlabs/DotFiles/cef_user_data/.config/cef_user_data/WidevineCdm/4.10.2391.0"}
|
@ -197,7 +197,7 @@
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\0\Lighting\Keys\y=#ffffff
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\0\Lighting\Keys\z=#ffffff
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\0\Lighting\UseRealNames=true
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\0\Modified=bf512b5e
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\0\Modified=cf6d196b
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\0\Name=Rainbow
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\0\Performance\AngleSnap=false
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\0\Performance\DPI\0=@Point(400 400)
|
||||
@ -425,7 +425,7 @@
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\1\Lighting\Keys\y=#ff0000
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\1\Lighting\Keys\z=#ff0000
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\1\Lighting\UseRealNames=true
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\1\Modified=fca89e02
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\1\Modified=f84a11e9
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\1\Name=Breathing
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\1\Performance\AngleSnap=false
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\1\Performance\DPI\0=@Point(400 400)
|
||||
@ -675,7 +675,7 @@
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\2\Lighting\Keys\y=#aa00ff
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\2\Lighting\Keys\z=#aa00ff
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\2\Lighting\UseRealNames=true
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\2\Modified=123718b1
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\2\Modified=9065427
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\2\Name=Trippy
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\2\Performance\AngleSnap=false
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\2\Performance\DPI\0=@Point(400 400)
|
||||
@ -733,7 +733,7 @@
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\CurrentMode={51EB6E3A-27A0-4AD6-A35C-6B67E0329A3D}
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\HwModified=7ffd
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\ModeCount=3
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\Modified=fd05d0da
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\Modified=63db8f2d
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\Name=Multi
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Binding\KeyMap=K68 GB
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Binding\UseRealNames=true
|
||||
@ -929,7 +929,7 @@
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\y=#ffffff
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\z=#ffffff
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\UseRealNames=true
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Modified=f0357e69
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Modified=7c233a8b
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Name=Rainbow
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\AngleSnap=false
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\DPI\0=@Point(400 400)
|
||||
@ -1157,7 +1157,7 @@
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\y=#ff0000
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\z=#ff0000
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\UseRealNames=true
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Modified=da057c01
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Modified=a69957f0
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Name=Breathing
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\AngleSnap=false
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\DPI\0=@Point(400 400)
|
||||
@ -1407,7 +1407,7 @@
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\y=#aa00ff
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\z=#aa00ff
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\UseRealNames=true
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Modified=d2d110fb
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Modified=dabdf1d2
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Name=Trippy
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\AngleSnap=false
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\DPI\0=@Point(400 400)
|
||||
@ -1465,7 +1465,7 @@
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\CurrentMode={11C11AE3-3195-4DFC-B8AC-2FEA703414E5}
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\HwModified=40b6f054
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\ModeCount=3
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\Modified=70543e67
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\Modified=b68a017a
|
||||
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\Name=Demo
|
||||
|
||||
[Popups]
|
||||
@ -1478,6 +1478,7 @@ GlobalBrightness=1
|
||||
NewDidLoginItem=true
|
||||
RGBIcon=true
|
||||
SettingsVersion=1
|
||||
StartDelay=true
|
||||
SuppressTrayIcon=false
|
||||
|
||||
[UI]
|
||||
|
@ -1,3 +0,0 @@
|
||||
{
|
||||
"lastCheck": 1655653785787
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"optOut": false,
|
||||
"lastUpdateCheck": 1621338795513
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"optOut": false,
|
||||
"lastUpdateCheck": 1655653713841
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"optOut": false,
|
||||
"lastUpdateCheck": 1657405814542
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"optOut": false,
|
||||
"lastUpdateCheck": 1633888765385
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"optOut": false,
|
||||
"lastUpdateCheck": 1645446660298
|
||||
}
|
Binary file not shown.
@ -85,10 +85,10 @@ text_icon_padding = 0
|
||||
|
||||
# Defines width in pixels of frame around the notification window.
|
||||
# Set to 0 to disable.
|
||||
frame_width = 0
|
||||
frame_width = 1
|
||||
|
||||
# Defines color of the frame around the notification window.
|
||||
frame_color = "#283036"
|
||||
frame_color = "#81a1c1"
|
||||
|
||||
# Define a color for the separator.
|
||||
# possible values are:
|
||||
@ -110,7 +110,7 @@ idle_threshold = 120
|
||||
|
||||
### Text ###
|
||||
|
||||
font = Monospace 10
|
||||
font = SauceCodePro Nerd Font 12
|
||||
|
||||
# The spacing between lines. If the height is smaller than the
|
||||
# font height, it will get raised to the font height.
|
||||
@ -291,14 +291,16 @@ per_monitor_dpi = false
|
||||
# IMPORTANT: colors have to be defined in quotation marks.
|
||||
# Otherwise the "#" and following would be interpreted as a comment.
|
||||
background = "#283036"
|
||||
foreground = "#59fff9"
|
||||
foreground = "#a6ffa6"
|
||||
frame_color = "#a6ffa6"
|
||||
timeout = 10
|
||||
# Icon for notifications with low urgency, uncomment to enable
|
||||
#new_icon = /path/to/icon
|
||||
|
||||
[urgency_normal]
|
||||
background = "#283036"
|
||||
foreground = "#9059ff"
|
||||
foreground = "#59ff59"
|
||||
frame_color = "#59ff59"
|
||||
timeout = 10
|
||||
# Icon for notifications with normal urgency, uncomment to enable
|
||||
#new_icon = /path/to/icon
|
||||
|
@ -1,13 +0,0 @@
|
||||
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
|
||||
⣿⡏⠉⠛⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⣿
|
||||
⣿⣿⠀⠀⠀⠈⠛⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⠛⠉⠁⠀⣿
|
||||
⣿⣿⣧⡀⠀⠀⠀⠀⠙⠿⠿⠿⠻⠿⠿⠟⠿⠛⠉⠀⠀⠀⠀⠀⣸⣿
|
||||
⣿⣿⣿⣷⣄⠀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣴⣿⣿ ╭
|
||||
⣿⣿⣿⣿⣿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠠⣴⣿⣿⣿⣿ │
|
||||
⣿⣿⣿⣿⡟⠀⠀⢰⣹⡆⠀⠀⠀⠀⠀⠀⣭⣷⠀⠀⠀⠸⣿⣿⣿⣿ │
|
||||
⣿⣿⣿⣿⠃⠀⠀⠈⠉⠀⠀⠤⠄⠀⠀⠀⠉⠁⠀⠀⠀⠀⢿⣿⣿⣿ │
|
||||
⣿⣿⣿⣿⢾⣿⣷⠀⠀⠀⠀⡠⠤⢄⠀⠀⠀⠠⣿⣿⣷⠀⢸⣿⣿⣿ ╯
|
||||
⣿⣿⣿⣿⡀⠉⠀⠀⠀⠀⠀⢄⠀⢀⠀⠀⠀⠀⠉⠉⠁⠀⠀⣿⣿⣿
|
||||
⣿⣿⣿⣿⣧⠀⠀⠀⠀⠀⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢹⣿⣿
|
||||
⣿⣿⣿⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿
|
||||
|
Binary file not shown.
BIN
fonts/.local/share/fonts/remixicon.ttf
Normal file
BIN
fonts/.local/share/fonts/remixicon.ttf
Normal file
Binary file not shown.
@ -1,11 +0,0 @@
|
||||
# What protocol to use when performing git operations. Supported values: ssh, https
|
||||
git_protocol: https
|
||||
# What editor gh should run when creating issues, pull requests, etc. If blank, will refer to environment.
|
||||
editor:
|
||||
# When to interactively prompt. This is a global config that cannot be overridden by hostname. Supported values: enabled, disabled
|
||||
prompt: enabled
|
||||
# A pager program to send command output to, e.g. "less". Set the value to "cat" to disable the pager.
|
||||
pager:
|
||||
# Aliases allow you to create nicknames for gh commands
|
||||
aliases:
|
||||
co: pr checkout
|
@ -3,4 +3,5 @@ file:///home/repo/.cache .cache
|
||||
file:///home/repo/.config .config
|
||||
file:///mnt/500GB/.gitlabs .gitlabs
|
||||
file:///home/repo/.local .local
|
||||
file:///mnt/500GB/.makpkg .makpkg
|
||||
file:///home/repo/.makpkg .makpkg
|
||||
file:///mnt/500GB/.games/Steam/steamapps/compatdata/1248130/pfx/drive_c/users/steamuser/Documents/My%20Games/FarmingSimulator2022 FarmingSimulator2022
|
||||
|
@ -2,7 +2,7 @@
|
||||
gtk-theme-name=Minimal-Mistakes
|
||||
gtk-icon-theme-name=Papirus-Minimal-Mistakes
|
||||
gtk-font-name=SauceCodePro Nerd Font 10
|
||||
gtk-cursor-theme-name=capitaine-cursors-light
|
||||
gtk-cursor-theme-name=Adwaita
|
||||
gtk-cursor-theme-size=0
|
||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||
@ -11,6 +11,7 @@ gtk-button-images=1
|
||||
gtk-menu-images=1
|
||||
gtk-enable-event-sounds=1
|
||||
gtk-enable-input-feedback-sounds=1
|
||||
gtk-error-bell=0
|
||||
gtk-xft-antialias=1
|
||||
gtk-xft-hinting=1
|
||||
gtk-xft-hintstyle=hintmedium
|
||||
|
@ -102,16 +102,16 @@ gui_ulist_sort = 0
|
||||
gui_ulist_style = 1
|
||||
gui_url_mod = 0
|
||||
gui_usermenu = 0
|
||||
gui_win_height = 1015
|
||||
gui_win_height = 1014
|
||||
gui_win_fullscreen = 0
|
||||
gui_win_left = -3800
|
||||
gui_win_left = 1926
|
||||
gui_win_modes = 0
|
||||
gui_win_save = 1
|
||||
gui_win_state = 0
|
||||
gui_win_swap = 0
|
||||
gui_win_top = 53
|
||||
gui_win_top = 32
|
||||
gui_win_ucount = 0
|
||||
gui_win_width = 1898
|
||||
gui_win_width = 1906
|
||||
identd_server = 0
|
||||
identd_port = 0
|
||||
input_balloon_chans = 0
|
||||
|
@ -395,3 +395,85 @@ Jul 19 13:21:18 FiSHLiM plugin unloaded
|
||||
Jul 19 13:21:18 Checksum plugin unloaded
|
||||
**** ENDING LOGGING AT Tue Jul 19 13:21:18 2022
|
||||
|
||||
**** BEGIN LOGGING AT Tue Jul 26 06:36:33 2022
|
||||
|
||||
Jul 26 06:36:33 Checksum plugin loaded
|
||||
Jul 26 06:36:34 FiSHLiM plugin loaded
|
||||
Jul 26 06:36:34 Lua version 1.3/5.4 loaded.
|
||||
Jul 26 06:36:34 Perl interface loaded
|
||||
Jul 26 06:36:34 Python interface loaded
|
||||
Jul 26 06:36:34 Sysinfo plugin loaded
|
||||
Jul 26 06:36:34 * Looking up irc.libera.chat
|
||||
Jul 26 06:36:34 * Connecting to irc.libera.chat (162.251.69.69:6697)
|
||||
Jul 26 06:36:36 * * Subject: /C=US/O=Internet Security Research Group/CN=ISRG Root X1
|
||||
Jul 26 06:36:36 * * Issuer: /C=US/O=Internet Security Research Group/CN=ISRG Root X1
|
||||
Jul 26 06:36:36 * * Subject: /C=US/O=Let's Encrypt/CN=R3
|
||||
Jul 26 06:36:36 * * Issuer: /C=US/O=Internet Security Research Group/CN=ISRG Root X1
|
||||
Jul 26 06:36:36 * * Subject: /CN=sodium.libera.chat
|
||||
Jul 26 06:36:36 * * Issuer: /C=US/O=Let's Encrypt/CN=R3
|
||||
Jul 26 06:36:36 * * Certification info:
|
||||
Jul 26 06:36:36 * Subject:
|
||||
Jul 26 06:36:36 * CN=sodium.libera.chat
|
||||
Jul 26 06:36:36 * Issuer:
|
||||
Jul 26 06:36:36 * C=US
|
||||
Jul 26 06:36:36 * O=Let's Encrypt
|
||||
Jul 26 06:36:36 * CN=R3
|
||||
Jul 26 06:36:36 * Public key algorithm: rsaEncryption (4096 bits)
|
||||
Jul 26 06:36:36 * Sign algorithm sha256WithRSAEncryption
|
||||
Jul 26 06:36:36 * Valid since Jul 4 05:57:12 2022 GM to Oct 2 05:57:11 2022 GM
|
||||
Jul 26 06:36:36 * * Cipher info:
|
||||
Jul 26 06:36:36 * Version: TLSv1.3, cipher TLS_AES_256_GCM_SHA384 (256 bits)
|
||||
Jul 26 06:36:36 * Connected. Now logging in.
|
||||
Jul 26 06:36:37 * *** Checking Ident
|
||||
Jul 26 06:36:37 * *** Looking up your hostname...
|
||||
Jul 26 06:36:37 * *** Found your hostname: 92.40.202.118.threembb.co.uk
|
||||
Jul 26 06:36:42 * *** No Ident response
|
||||
Jul 26 06:36:42 * Capabilities supported: account-notify away-notify chghost extended-join multi-prefix sasl=PLAIN,ECDSA-NIST256P-CHALLENGE,EXTERNAL tls account-tag cap-notify echo-message solanum.chat/identify-msg solanum.chat/oper solanum.chat/realhost
|
||||
Jul 26 06:36:42 * Capabilities requested: account-notify away-notify chghost extended-join multi-prefix sasl account-tag cap-notify solanum.chat/identify-msg
|
||||
Jul 26 06:36:43 * Capabilities acknowledged: account-notify away-notify chghost extended-join multi-prefix sasl account-tag cap-notify solanum.chat/identify-msg
|
||||
Jul 26 06:36:44 * Authenticating via SASL as TheRepoClub (PLAIN)
|
||||
Jul 26 06:36:45 * You are now logged in as TheRepoClub
|
||||
Jul 26 06:36:45 * SASL authentication successful
|
||||
**** ENDING LOGGING AT Tue Jul 26 06:36:46 2022
|
||||
|
||||
**** BEGIN LOGGING AT Sun Jul 31 17:09:25 2022
|
||||
|
||||
Jul 31 17:09:25 Checksum plugin loaded
|
||||
Jul 31 17:09:25 FiSHLiM plugin loaded
|
||||
Jul 31 17:09:25 Lua version 1.3/5.4 loaded.
|
||||
Jul 31 17:09:25 Perl interface loaded
|
||||
Jul 31 17:09:25 Python interface loaded
|
||||
Jul 31 17:09:25 Sysinfo plugin loaded
|
||||
Jul 31 17:09:25 * Looking up irc.libera.chat
|
||||
Jul 31 17:09:26 * Connecting to irc.libera.chat (162.251.69.69:6697)
|
||||
Jul 31 17:09:28 * * Subject: /C=US/O=Internet Security Research Group/CN=ISRG Root X1
|
||||
Jul 31 17:09:28 * * Issuer: /C=US/O=Internet Security Research Group/CN=ISRG Root X1
|
||||
Jul 31 17:09:28 * * Subject: /C=US/O=Let's Encrypt/CN=R3
|
||||
Jul 31 17:09:28 * * Issuer: /C=US/O=Internet Security Research Group/CN=ISRG Root X1
|
||||
Jul 31 17:09:28 * * Subject: /CN=sodium.libera.chat
|
||||
Jul 31 17:09:28 * * Issuer: /C=US/O=Let's Encrypt/CN=R3
|
||||
Jul 31 17:09:28 * * Certification info:
|
||||
Jul 31 17:09:28 * Subject:
|
||||
Jul 31 17:09:28 * CN=sodium.libera.chat
|
||||
Jul 31 17:09:28 * Issuer:
|
||||
Jul 31 17:09:28 * C=US
|
||||
Jul 31 17:09:28 * O=Let's Encrypt
|
||||
Jul 31 17:09:28 * CN=R3
|
||||
Jul 31 17:09:28 * Public key algorithm: rsaEncryption (4096 bits)
|
||||
Jul 31 17:09:28 * Sign algorithm sha256WithRSAEncryption
|
||||
Jul 31 17:09:28 * Valid since Jul 4 05:57:12 2022 GM to Oct 2 05:57:11 2022 GM
|
||||
Jul 31 17:09:28 * * Cipher info:
|
||||
Jul 31 17:09:28 * Version: TLSv1.3, cipher TLS_AES_256_GCM_SHA384 (256 bits)
|
||||
Jul 31 17:09:28 * Connected. Now logging in.
|
||||
Jul 31 17:09:29 * *** Checking Ident
|
||||
Jul 31 17:09:29 * *** Looking up your hostname...
|
||||
Jul 31 17:09:30 * *** Found your hostname: 92.40.202.1.threembb.co.uk
|
||||
Jul 31 17:09:35 * *** No Ident response
|
||||
Jul 31 17:09:36 * Capabilities supported: account-notify away-notify chghost extended-join multi-prefix sasl=PLAIN,ECDSA-NIST256P-CHALLENGE,EXTERNAL tls account-tag cap-notify echo-message solanum.chat/identify-msg solanum.chat/oper solanum.chat/realhost
|
||||
Jul 31 17:09:36 * Capabilities requested: account-notify away-notify chghost extended-join multi-prefix sasl account-tag cap-notify solanum.chat/identify-msg
|
||||
Jul 31 17:09:37 * Capabilities acknowledged: account-notify away-notify chghost extended-join multi-prefix sasl account-tag cap-notify solanum.chat/identify-msg
|
||||
Jul 31 17:09:37 * Authenticating via SASL as TheRepoClub (PLAIN)
|
||||
Jul 31 17:09:39 * You are now logged in as TheRepoClub
|
||||
Jul 31 17:09:40 * SASL authentication successful
|
||||
**** ENDING LOGGING AT Sun Jul 31 17:09:42 2022
|
||||
|
||||
|
@ -139,3 +139,46 @@ Jul 17 21:27:17 * services. sets mode -s on ##TheRepoClub
|
||||
Jul 17 21:27:17 * ChanServ (ChanServ@services.libera.chat) has joined
|
||||
Jul 17 21:27:17 * services. gives channel operator status to ChanServ
|
||||
Jul 17 21:27:17 * ChanServ gives channel operator status to TheRepoClub
|
||||
**** BEGIN LOGGING AT Tue Jul 26 06:36:53 2022
|
||||
|
||||
Jul 26 06:36:53 * Now talking on ##TheRepoClub
|
||||
Jul 26 06:36:53 * sodium.libera.chat sets mode +C on ##TheRepoClub
|
||||
Jul 26 06:36:53 * sodium.libera.chat sets mode +n on ##TheRepoClub
|
||||
Jul 26 06:36:53 * sodium.libera.chat sets mode +s on ##TheRepoClub
|
||||
Jul 26 06:36:53 * sodium.libera.chat sets mode +t on ##TheRepoClub
|
||||
Jul 26 06:36:53 * services. removes channel operator status from TheRepoClub
|
||||
Jul 26 06:36:53 * *** Notice -- TS for ##TheRepoClub changed from 1658813811 to 1657387096
|
||||
Jul 26 06:36:53 * services. sets mode -C on ##TheRepoClub
|
||||
Jul 26 06:36:53 * services. sets mode -s on ##TheRepoClub
|
||||
Jul 26 06:36:53 * ChanServ (ChanServ@services.libera.chat) has joined
|
||||
Jul 26 06:36:53 * services. gives channel operator status to ChanServ
|
||||
Jul 26 06:36:53 * ChanServ gives channel operator status to TheRepoClub
|
||||
**** ENDING LOGGING AT Tue Jul 26 06:36:56 2022
|
||||
|
||||
**** BEGIN LOGGING AT Tue Jul 26 06:37:08 2022
|
||||
|
||||
Jul 26 06:37:08 * Now talking on ##TheRepoClub
|
||||
Jul 26 06:37:09 * ChanServ gives channel operator status to TheRepoClub
|
||||
**** ENDING LOGGING AT Tue Jul 26 06:37:30 2022
|
||||
|
||||
**** BEGIN LOGGING AT Tue Jul 26 06:37:44 2022
|
||||
|
||||
Jul 26 06:37:44 * Now talking on ##TheRepoClub
|
||||
Jul 26 06:37:44 * ChanServ gives channel operator status to TheRepoClub
|
||||
**** BEGIN LOGGING AT Sun Jul 31 17:09:50 2022
|
||||
|
||||
Jul 31 17:09:50 * Now talking on ##TheRepoClub
|
||||
Jul 31 17:09:50 * sodium.libera.chat sets mode +C on ##TheRepoClub
|
||||
Jul 31 17:09:50 * sodium.libera.chat sets mode +n on ##TheRepoClub
|
||||
Jul 31 17:09:50 * sodium.libera.chat sets mode +s on ##TheRepoClub
|
||||
Jul 31 17:09:50 * sodium.libera.chat sets mode +t on ##TheRepoClub
|
||||
Jul 31 17:09:50 * services. removes channel operator status from TheRepoClub
|
||||
Jul 31 17:09:50 * *** Notice -- TS for ##TheRepoClub changed from 1659287386 to 1657387096
|
||||
Jul 31 17:09:50 * services. sets mode -C on ##TheRepoClub
|
||||
Jul 31 17:09:50 * services. sets mode -s on ##TheRepoClub
|
||||
Jul 31 17:09:50 * ChanServ (ChanServ@services.libera.chat) has joined
|
||||
Jul 31 17:09:50 * services. gives channel operator status to ChanServ
|
||||
Jul 31 17:09:50 * ChanServ gives channel operator status to TheRepoClub
|
||||
Jul 31 17:10:17 FiSHLiM hexchat_print called without a valid context.
|
||||
**** ENDING LOGGING AT Sun Jul 31 17:10:17 2022
|
||||
|
||||
|
5
hexchat/.config/hexchat/logs/libera.chat/#channel.log
Normal file
5
hexchat/.config/hexchat/logs/libera.chat/#channel.log
Normal file
@ -0,0 +1,5 @@
|
||||
**** BEGIN LOGGING AT Tue Jul 26 06:37:08 2022
|
||||
|
||||
Jul 26 06:37:08 * Now talking on #channel
|
||||
**** ENDING LOGGING AT Tue Jul 26 06:37:13 2022
|
||||
|
12
hexchat/.config/hexchat/logs/libera.chat/#fedora-i3.log
Normal file
12
hexchat/.config/hexchat/logs/libera.chat/#fedora-i3.log
Normal file
@ -0,0 +1,12 @@
|
||||
**** BEGIN LOGGING AT Tue Jul 26 06:37:44 2022
|
||||
|
||||
Jul 26 06:37:44 * Now talking on #fedora-i3
|
||||
Jul 26 06:37:44 * Topic for #fedora-i3 is: welcome app (Meeting topic: i3-sig)
|
||||
Jul 26 06:37:44 * Topic for #fedora-i3 set by zodbot!~supybot@fedora/bot/zodbot (Thu Dec 9 18:20:14 2021)
|
||||
**** BEGIN LOGGING AT Sun Jul 31 17:09:50 2022
|
||||
|
||||
Jul 31 17:09:50 * Now talking on #fedora-i3
|
||||
Jul 31 17:09:50 * Topic for #fedora-i3 is: welcome app (Meeting topic: i3-sig)
|
||||
Jul 31 17:09:50 * Topic for #fedora-i3 set by zodbot!~supybot@fedora/bot/zodbot (Thu Dec 9 18:20:14 2021)
|
||||
**** ENDING LOGGING AT Sun Jul 31 17:10:02 2022
|
||||
|
@ -902,3 +902,179 @@ Jul 17 21:27:11 -SaslServ- Last login from: ~TheRepoCl@92.40.203.66.threembb.co.
|
||||
Jul 17 21:27:17 * TheRepoClub sets mode +G on TheRepoClub
|
||||
Jul 17 21:27:17 * TheRepoClub sets mode +R on TheRepoClub
|
||||
Jul 17 21:27:17 * TheRepoClub sets mode +g on TheRepoClub
|
||||
**** BEGIN LOGGING AT Tue Jul 26 06:36:46 2022
|
||||
|
||||
Jul 26 06:36:46 * Welcome to the Libera.Chat Internet Relay Chat Network TheRepoClub
|
||||
Jul 26 06:36:46 * Your host is sodium.libera.chat[162.251.69.69/6697], running version solanum-1.0-dev
|
||||
Jul 26 06:36:46 * This server was created Mon Jul 25 2022 at 05:02:39 UTC
|
||||
Jul 26 06:36:46 * sodium.libera.chat solanum-1.0-dev DGMQRSZaghilopsuwz CFILMPQSTbcefgijklmnopqrstuvz bkloveqjfI
|
||||
Jul 26 06:36:46 * FNC KNOCK CALLERID=g SAFELIST ELIST=CMNTU MONITOR=100 WHOX ETRACE CHANTYPES=# EXCEPTS INVEX CHANMODES=eIbq,k,flj,CFLMPQSTcgimnprstuz :are supported by this server
|
||||
Jul 26 06:36:46 * CHANLIMIT=#:250 PREFIX=(ov)@+ MAXLIST=bqeI:100 MODES=4 NETWORK=Libera.Chat STATUSMSG=@+ CASEMAPPING=rfc1459 NICKLEN=16 MAXNICKLEN=16 CHANNELLEN=50 TOPICLEN=390 DEAF=D :are supported by this server
|
||||
Jul 26 06:36:46 * TARGMAX=NAMES:1,LIST:1,KICK:1,WHOIS:1,PRIVMSG:4,NOTICE:4,ACCEPT:,MONITOR: EXTBAN=$,ajrxz :are supported by this server
|
||||
Jul 26 06:36:46 * There are 70 users and 44284 invisible on 28 servers
|
||||
Jul 26 06:36:46 * 39 :IRC Operators online
|
||||
Jul 26 06:36:46 * 24 :unknown connection(s)
|
||||
Jul 26 06:36:46 * 22494 :channels formed
|
||||
Jul 26 06:36:46 * I have 997 clients and 1 servers
|
||||
Jul 26 06:36:46 * 997 1040 :Current local users 997, max 1040
|
||||
Jul 26 06:36:46 * 44354 45744 :Current global users 44354, max 45744
|
||||
Jul 26 06:36:46 * Highest connection count: 1041 (1040 clients) (6001 connections received)
|
||||
Jul 26 06:36:46 * - sodium.libera.chat Message of the Day -
|
||||
Jul 26 06:36:46 * - Welcome to Libera Chat, the IRC network for
|
||||
Jul 26 06:36:46 * - free & open-source software and peer directed projects.
|
||||
Jul 26 06:36:46 * -
|
||||
Jul 26 06:36:46 * - Use of Libera Chat is governed by our network policies.
|
||||
Jul 26 06:36:46 * -
|
||||
Jul 26 06:36:47 * - To reduce network abuses we perform open proxy checks
|
||||
Jul 26 06:36:47 * - on hosts at connection time.
|
||||
Jul 26 06:36:47 * -
|
||||
Jul 26 06:36:47 * - Please visit us in #libera for questions and support.
|
||||
Jul 26 06:36:47 * -
|
||||
Jul 26 06:36:47 * - Website and documentation: https://libera.chat
|
||||
Jul 26 06:36:47 * - Webchat: https://web.libera.chat
|
||||
Jul 26 06:36:47 * - Network policies: https://libera.chat/policies
|
||||
Jul 26 06:36:47 * - Email: support@libera.chat
|
||||
Jul 26 06:36:47 >ChanServ< OP ##TheRepoClub
|
||||
Jul 26 06:36:47 * End of /MOTD command.
|
||||
Jul 26 06:36:47 * TheRepoClub sets mode +Z on TheRepoClub
|
||||
Jul 26 06:36:47 * TheRepoClub sets mode +i on TheRepoClub
|
||||
Jul 26 06:36:47 * TheRepoClub sets mode +w on TheRepoClub
|
||||
Jul 26 06:36:47 -SaslServ- Last login from: ~TheRepoCl@92.40.203.58.threembb.co.uk on Jul 17 23:39:04 2022 +0000.
|
||||
Jul 26 06:36:52 * TheRepoClub sets mode +G on TheRepoClub
|
||||
Jul 26 06:36:52 * TheRepoClub sets mode +R on TheRepoClub
|
||||
Jul 26 06:36:52 * TheRepoClub sets mode +g on TheRepoClub
|
||||
**** ENDING LOGGING AT Tue Jul 26 06:36:56 2022
|
||||
|
||||
**** BEGIN LOGGING AT Tue Jul 26 06:37:03 2022
|
||||
|
||||
Jul 26 06:37:03 * Welcome to the Libera.Chat Internet Relay Chat Network TheRepoClub
|
||||
Jul 26 06:37:03 * Your host is tungsten.libera.chat[130.239.18.120/6697], running version solanum-1.0-dev
|
||||
Jul 26 06:37:03 * This server was created Mon Jul 11 2022 at 04:02:44 UTC
|
||||
Jul 26 06:37:03 * tungsten.libera.chat solanum-1.0-dev DGMQRSZaghilopsuwz CFILMPQSTbcefgijklmnopqrstuvz bkloveqjfI
|
||||
Jul 26 06:37:03 * FNC MONITOR=100 KNOCK WHOX CALLERID=g ETRACE SAFELIST ELIST=CMNTU CHANTYPES=# EXCEPTS INVEX CHANMODES=eIbq,k,flj,CFLMPQSTcgimnprstuz :are supported by this server
|
||||
Jul 26 06:37:03 * CHANLIMIT=#:250 PREFIX=(ov)@+ MAXLIST=bqeI:100 MODES=4 NETWORK=Libera.Chat STATUSMSG=@+ CASEMAPPING=rfc1459 NICKLEN=16 MAXNICKLEN=16 CHANNELLEN=50 TOPICLEN=390 DEAF=D :are supported by this server
|
||||
Jul 26 06:37:03 * TARGMAX=NAMES:1,LIST:1,KICK:1,WHOIS:1,PRIVMSG:4,NOTICE:4,ACCEPT:,MONITOR: EXTBAN=$,ajrxz :are supported by this server
|
||||
Jul 26 06:37:03 * There are 70 users and 44286 invisible on 28 servers
|
||||
Jul 26 06:37:03 * 39 :IRC Operators online
|
||||
Jul 26 06:37:03 * 19 :unknown connection(s)
|
||||
Jul 26 06:37:03 * 22497 :channels formed
|
||||
Jul 26 06:37:03 * I have 2917 clients and 1 servers
|
||||
Jul 26 06:37:03 * 2917 3174 :Current local users 2917, max 3174
|
||||
Jul 26 06:37:03 * 44356 49931 :Current global users 44356, max 49931
|
||||
Jul 26 06:37:03 * Highest connection count: 3175 (3174 clients) (54202 connections received)
|
||||
Jul 26 06:37:03 * - tungsten.libera.chat Message of the Day -
|
||||
Jul 26 06:37:03 * - Welcome to Libera Chat, the IRC network for
|
||||
Jul 26 06:37:03 * - free & open-source software and peer directed projects.
|
||||
Jul 26 06:37:03 * -
|
||||
Jul 26 06:37:03 * - Use of Libera Chat is governed by our network policies.
|
||||
Jul 26 06:37:03 * -
|
||||
Jul 26 06:37:03 * - To reduce network abuses we perform open proxy checks
|
||||
Jul 26 06:37:03 * - on hosts at connection time.
|
||||
Jul 26 06:37:03 * -
|
||||
Jul 26 06:37:03 * - Please visit us in #libera for questions and support.
|
||||
Jul 26 06:37:03 * -
|
||||
Jul 26 06:37:03 * - Website and documentation: https://libera.chat
|
||||
Jul 26 06:37:03 * - Webchat: https://web.libera.chat
|
||||
Jul 26 06:37:03 * - Network policies: https://libera.chat/policies
|
||||
Jul 26 06:37:03 * - Email: support@libera.chat
|
||||
Jul 26 06:37:03 >ChanServ< OP ##TheRepoClub
|
||||
Jul 26 06:37:03 * End of /MOTD command.
|
||||
Jul 26 06:37:03 * TheRepoClub sets mode +Z on TheRepoClub
|
||||
Jul 26 06:37:03 * TheRepoClub sets mode +i on TheRepoClub
|
||||
Jul 26 06:37:03 * TheRepoClub sets mode +w on TheRepoClub
|
||||
Jul 26 06:37:03 -SaslServ- Last login from: ~TheRepoCl@92.40.202.118.threembb.co.uk on Jul 26 05:36:56 2022 +0000.
|
||||
Jul 26 06:37:08 * TheRepoClub sets mode +G on TheRepoClub
|
||||
Jul 26 06:37:08 * TheRepoClub sets mode +R on TheRepoClub
|
||||
Jul 26 06:37:08 * TheRepoClub sets mode +g on TheRepoClub
|
||||
Jul 26 06:37:16 * Channel #channel modes: +nt
|
||||
Jul 26 06:37:18 * 152 #channel cheapie pspsps/cat/cheapie mercury.libera.chat cheapie H cheapie :cheapie
|
||||
Jul 26 06:37:18 * #channel :End of /WHO list.
|
||||
**** ENDING LOGGING AT Tue Jul 26 06:37:30 2022
|
||||
|
||||
**** BEGIN LOGGING AT Tue Jul 26 06:37:38 2022
|
||||
|
||||
Jul 26 06:37:38 * Welcome to the Libera.Chat Internet Relay Chat Network TheRepoClub
|
||||
Jul 26 06:37:38 * Your host is sodium.libera.chat[162.251.69.69/6697], running version solanum-1.0-dev
|
||||
Jul 26 06:37:38 * This server was created Mon Jul 25 2022 at 05:02:39 UTC
|
||||
Jul 26 06:37:38 * sodium.libera.chat solanum-1.0-dev DGMQRSZaghilopsuwz CFILMPQSTbcefgijklmnopqrstuvz bkloveqjfI
|
||||
Jul 26 06:37:38 * FNC KNOCK CALLERID=g SAFELIST ELIST=CMNTU MONITOR=100 WHOX ETRACE CHANTYPES=# EXCEPTS INVEX CHANMODES=eIbq,k,flj,CFLMPQSTcgimnprstuz :are supported by this server
|
||||
Jul 26 06:37:38 * CHANLIMIT=#:250 PREFIX=(ov)@+ MAXLIST=bqeI:100 MODES=4 NETWORK=Libera.Chat STATUSMSG=@+ CASEMAPPING=rfc1459 NICKLEN=16 MAXNICKLEN=16 CHANNELLEN=50 TOPICLEN=390 DEAF=D :are supported by this server
|
||||
Jul 26 06:37:38 * TARGMAX=NAMES:1,LIST:1,KICK:1,WHOIS:1,PRIVMSG:4,NOTICE:4,ACCEPT:,MONITOR: EXTBAN=$,ajrxz :are supported by this server
|
||||
Jul 26 06:37:38 * There are 70 users and 44285 invisible on 28 servers
|
||||
Jul 26 06:37:38 * 39 :IRC Operators online
|
||||
Jul 26 06:37:38 * 17 :unknown connection(s)
|
||||
Jul 26 06:37:38 * 22496 :channels formed
|
||||
Jul 26 06:37:38 * I have 999 clients and 1 servers
|
||||
Jul 26 06:37:38 * 999 1040 :Current local users 999, max 1040
|
||||
Jul 26 06:37:38 * 44355 45744 :Current global users 44355, max 45744
|
||||
Jul 26 06:37:38 * Highest connection count: 1041 (1040 clients) (6006 connections received)
|
||||
Jul 26 06:37:38 * - sodium.libera.chat Message of the Day -
|
||||
Jul 26 06:37:38 * - Welcome to Libera Chat, the IRC network for
|
||||
Jul 26 06:37:38 * - free & open-source software and peer directed projects.
|
||||
Jul 26 06:37:38 * -
|
||||
Jul 26 06:37:38 * - Use of Libera Chat is governed by our network policies.
|
||||
Jul 26 06:37:38 * -
|
||||
Jul 26 06:37:38 * - To reduce network abuses we perform open proxy checks
|
||||
Jul 26 06:37:38 * - on hosts at connection time.
|
||||
Jul 26 06:37:38 * -
|
||||
Jul 26 06:37:38 * - Please visit us in #libera for questions and support.
|
||||
Jul 26 06:37:38 * -
|
||||
Jul 26 06:37:38 * - Website and documentation: https://libera.chat
|
||||
Jul 26 06:37:38 * - Webchat: https://web.libera.chat
|
||||
Jul 26 06:37:38 * - Network policies: https://libera.chat/policies
|
||||
Jul 26 06:37:38 * - Email: support@libera.chat
|
||||
Jul 26 06:37:38 >ChanServ< OP ##TheRepoClub
|
||||
Jul 26 06:37:38 * End of /MOTD command.
|
||||
Jul 26 06:37:38 * TheRepoClub sets mode +Z on TheRepoClub
|
||||
Jul 26 06:37:38 * TheRepoClub sets mode +i on TheRepoClub
|
||||
Jul 26 06:37:38 * TheRepoClub sets mode +w on TheRepoClub
|
||||
Jul 26 06:37:38 -SaslServ- Last login from: ~TheRepoCl@92.40.202.118.threembb.co.uk on Jul 26 05:37:30 2022 +0000.
|
||||
Jul 26 06:37:44 * TheRepoClub sets mode +G on TheRepoClub
|
||||
Jul 26 06:37:44 * TheRepoClub sets mode +R on TheRepoClub
|
||||
Jul 26 06:37:44 * TheRepoClub sets mode +g on TheRepoClub
|
||||
**** BEGIN LOGGING AT Sun Jul 31 17:09:42 2022
|
||||
|
||||
Jul 31 17:09:42 * Welcome to the Libera.Chat Internet Relay Chat Network TheRepoClub
|
||||
Jul 31 17:09:42 * Your host is sodium.libera.chat[162.251.69.69/6697], running version solanum-1.0-dev
|
||||
Jul 31 17:09:42 * This server was created Mon Jul 25 2022 at 05:02:39 UTC
|
||||
Jul 31 17:09:42 * sodium.libera.chat solanum-1.0-dev DGMQRSZaghilopsuwz CFILMPQSTbcefgijklmnopqrstuvz bkloveqjfI
|
||||
Jul 31 17:09:42 * FNC KNOCK CALLERID=g SAFELIST ELIST=CMNTU MONITOR=100 WHOX ETRACE CHANTYPES=# EXCEPTS INVEX CHANMODES=eIbq,k,flj,CFLMPQSTcgimnprstuz :are supported by this server
|
||||
Jul 31 17:09:42 * CHANLIMIT=#:250 PREFIX=(ov)@+ MAXLIST=bqeI:100 MODES=4 NETWORK=Libera.Chat STATUSMSG=@+ CASEMAPPING=rfc1459 NICKLEN=16 MAXNICKLEN=16 CHANNELLEN=50 TOPICLEN=390 DEAF=D :are supported by this server
|
||||
Jul 31 17:09:42 * TARGMAX=NAMES:1,LIST:1,KICK:1,WHOIS:1,PRIVMSG:4,NOTICE:4,ACCEPT:,MONITOR: EXTBAN=$,ajrxz :are supported by this server
|
||||
Jul 31 17:09:42 * There are 72 users and 44772 invisible on 27 servers
|
||||
Jul 31 17:09:42 * 42 :IRC Operators online
|
||||
Jul 31 17:09:42 * 18 :unknown connection(s)
|
||||
Jul 31 17:09:42 * 22605 :channels formed
|
||||
Jul 31 17:09:42 * I have 2381 clients and 1 servers
|
||||
Jul 31 17:09:42 * 2381 2381 :Current local users 2381, max 2381
|
||||
Jul 31 17:09:42 * 44844 46234 :Current global users 44844, max 46234
|
||||
Jul 31 17:09:42 * Highest connection count: 2382 (2381 clients) (35440 connections received)
|
||||
Jul 31 17:09:42 * - sodium.libera.chat Message of the Day -
|
||||
Jul 31 17:09:42 * - Welcome to Libera Chat, the IRC network for
|
||||
Jul 31 17:09:42 * - free & open-source software and peer directed projects.
|
||||
Jul 31 17:09:42 * -
|
||||
Jul 31 17:09:42 * - Use of Libera Chat is governed by our network policies.
|
||||
Jul 31 17:09:42 * -
|
||||
Jul 31 17:09:42 * - To reduce network abuses we perform open proxy checks
|
||||
Jul 31 17:09:42 * - on hosts at connection time.
|
||||
Jul 31 17:09:42 * -
|
||||
Jul 31 17:09:42 * - Please visit us in #libera for questions and support.
|
||||
Jul 31 17:09:42 * -
|
||||
Jul 31 17:09:42 * - Website and documentation: https://libera.chat
|
||||
Jul 31 17:09:42 * - Webchat: https://web.libera.chat
|
||||
Jul 31 17:09:42 * - Network policies: https://libera.chat/policies
|
||||
Jul 31 17:09:42 * - Email: support@libera.chat
|
||||
Jul 31 17:09:42 >ChanServ< OP ##TheRepoClub
|
||||
Jul 31 17:09:42 * End of /MOTD command.
|
||||
Jul 31 17:09:42 * TheRepoClub sets mode +Z on TheRepoClub
|
||||
Jul 31 17:09:42 * TheRepoClub sets mode +i on TheRepoClub
|
||||
Jul 31 17:09:42 * TheRepoClub sets mode +w on TheRepoClub
|
||||
Jul 31 17:09:42 -SaslServ- Last login from: ~TheRepoCl@92.40.202.118.threembb.co.uk on Jul 26 07:19:10 2022 +0000.
|
||||
Jul 31 17:09:48 * TheRepoClub sets mode +G on TheRepoClub
|
||||
Jul 31 17:09:48 * TheRepoClub sets mode +R on TheRepoClub
|
||||
Jul 31 17:09:48 * TheRepoClub sets mode +g on TheRepoClub
|
||||
Jul 31 17:10:17 Sysinfo plugin unloaded
|
||||
Jul 31 17:10:17 Perl interface unloaded
|
||||
Jul 31 17:10:17 Checksum plugin unloaded
|
||||
**** ENDING LOGGING AT Sun Jul 31 17:10:17 2022
|
||||
|
||||
|
@ -210,3 +210,73 @@ Jul 17 12:14:36 * You are now logged in as TheRepoClub
|
||||
Jul 17 12:14:36 * SASL authentication successful
|
||||
**** ENDING LOGGING AT Sun Jul 17 12:14:37 2022
|
||||
|
||||
**** BEGIN LOGGING AT Tue Jul 26 06:36:53 2022
|
||||
|
||||
Jul 26 06:36:53 * Looking up irc.libera.chat
|
||||
Jul 26 06:36:53 * Connecting to irc.libera.chat (130.239.18.120:6697)
|
||||
Jul 26 06:36:55 * * Subject: /C=US/O=Internet Security Research Group/CN=ISRG Root X1
|
||||
Jul 26 06:36:55 * * Issuer: /C=US/O=Internet Security Research Group/CN=ISRG Root X1
|
||||
Jul 26 06:36:55 * * Subject: /C=US/O=Let's Encrypt/CN=R3
|
||||
Jul 26 06:36:55 * * Issuer: /C=US/O=Internet Security Research Group/CN=ISRG Root X1
|
||||
Jul 26 06:36:55 * * Subject: /CN=tungsten.libera.chat
|
||||
Jul 26 06:36:55 * * Issuer: /C=US/O=Let's Encrypt/CN=R3
|
||||
Jul 26 06:36:55 * * Certification info:
|
||||
Jul 26 06:36:55 * Subject:
|
||||
Jul 26 06:36:55 * CN=tungsten.libera.chat
|
||||
Jul 26 06:36:55 * Issuer:
|
||||
Jul 26 06:36:55 * C=US
|
||||
Jul 26 06:36:55 * O=Let's Encrypt
|
||||
Jul 26 06:36:55 * CN=R3
|
||||
Jul 26 06:36:55 * Public key algorithm: rsaEncryption (4096 bits)
|
||||
Jul 26 06:36:55 * Sign algorithm sha256WithRSAEncryption
|
||||
Jul 26 06:36:55 * Valid since Jul 4 05:57:50 2022 GM to Oct 2 05:57:49 2022 GM
|
||||
Jul 26 06:36:55 * * Cipher info:
|
||||
Jul 26 06:36:55 * Version: TLSv1.3, cipher TLS_AES_256_GCM_SHA384 (256 bits)
|
||||
Jul 26 06:36:55 * Connected. Now logging in.
|
||||
Jul 26 06:36:56 * *** Checking Ident
|
||||
Jul 26 06:36:56 * *** Looking up your hostname...
|
||||
Jul 26 06:36:56 * *** Found your hostname: 92.40.202.118.threembb.co.uk
|
||||
Jul 26 06:37:00 * *** No Ident response
|
||||
Jul 26 06:37:00 * Capabilities supported: account-notify away-notify chghost extended-join multi-prefix sasl=PLAIN,ECDSA-NIST256P-CHALLENGE,EXTERNAL tls account-tag cap-notify echo-message solanum.chat/identify-msg solanum.chat/oper solanum.chat/realhost
|
||||
Jul 26 06:37:00 * Capabilities requested: account-notify away-notify chghost extended-join multi-prefix sasl account-tag cap-notify solanum.chat/identify-msg
|
||||
Jul 26 06:37:01 * Capabilities acknowledged: account-notify away-notify chghost extended-join multi-prefix sasl account-tag cap-notify solanum.chat/identify-msg
|
||||
Jul 26 06:37:01 * Authenticating via SASL as TheRepoClub (PLAIN)
|
||||
Jul 26 06:37:02 * You are now logged in as TheRepoClub
|
||||
Jul 26 06:37:02 * SASL authentication successful
|
||||
**** ENDING LOGGING AT Tue Jul 26 06:37:03 2022
|
||||
|
||||
**** BEGIN LOGGING AT Tue Jul 26 06:37:27 2022
|
||||
|
||||
Jul 26 06:37:27 * Looking up irc.libera.chat
|
||||
Jul 26 06:37:27 * Connecting to irc.libera.chat (162.251.69.69:6697)
|
||||
Jul 26 06:37:29 * * Subject: /C=US/O=Internet Security Research Group/CN=ISRG Root X1
|
||||
Jul 26 06:37:29 * * Issuer: /C=US/O=Internet Security Research Group/CN=ISRG Root X1
|
||||
Jul 26 06:37:29 * * Subject: /C=US/O=Let's Encrypt/CN=R3
|
||||
Jul 26 06:37:29 * * Issuer: /C=US/O=Internet Security Research Group/CN=ISRG Root X1
|
||||
Jul 26 06:37:29 * * Subject: /CN=sodium.libera.chat
|
||||
Jul 26 06:37:29 * * Issuer: /C=US/O=Let's Encrypt/CN=R3
|
||||
Jul 26 06:37:29 * * Certification info:
|
||||
Jul 26 06:37:29 * Subject:
|
||||
Jul 26 06:37:29 * CN=sodium.libera.chat
|
||||
Jul 26 06:37:29 * Issuer:
|
||||
Jul 26 06:37:29 * C=US
|
||||
Jul 26 06:37:29 * O=Let's Encrypt
|
||||
Jul 26 06:37:29 * CN=R3
|
||||
Jul 26 06:37:29 * Public key algorithm: rsaEncryption (4096 bits)
|
||||
Jul 26 06:37:29 * Sign algorithm sha256WithRSAEncryption
|
||||
Jul 26 06:37:29 * Valid since Jul 4 05:57:12 2022 GM to Oct 2 05:57:11 2022 GM
|
||||
Jul 26 06:37:29 * * Cipher info:
|
||||
Jul 26 06:37:29 * Version: TLSv1.3, cipher TLS_AES_256_GCM_SHA384 (256 bits)
|
||||
Jul 26 06:37:29 * Connected. Now logging in.
|
||||
Jul 26 06:37:30 * *** Checking Ident
|
||||
Jul 26 06:37:30 * *** Looking up your hostname...
|
||||
Jul 26 06:37:30 * *** Found your hostname: 92.40.202.118.threembb.co.uk
|
||||
Jul 26 06:37:35 * *** No Ident response
|
||||
Jul 26 06:37:35 * Capabilities supported: account-notify away-notify chghost extended-join multi-prefix sasl=PLAIN,ECDSA-NIST256P-CHALLENGE,EXTERNAL tls account-tag cap-notify echo-message solanum.chat/identify-msg solanum.chat/oper solanum.chat/realhost
|
||||
Jul 26 06:37:35 * Capabilities requested: account-notify away-notify chghost extended-join multi-prefix sasl account-tag cap-notify solanum.chat/identify-msg
|
||||
Jul 26 06:37:35 * Capabilities acknowledged: account-notify away-notify chghost extended-join multi-prefix sasl account-tag cap-notify solanum.chat/identify-msg
|
||||
Jul 26 06:37:36 * Authenticating via SASL as TheRepoClub (PLAIN)
|
||||
Jul 26 06:37:37 * You are now logged in as TheRepoClub
|
||||
Jul 26 06:37:37 * SASL authentication successful
|
||||
**** ENDING LOGGING AT Tue Jul 26 06:37:38 2022
|
||||
|
||||
|
@ -112,3 +112,32 @@ T 1658089637 22* 26services. sets mode 24-s on 22##TheRepoClub
|
||||
T 1658089637 23* ChanServ (ChanServ@services.libera.chat23) has joined
|
||||
T 1658089637 22* 26services. gives channel operator status to 18ChanServ
|
||||
T 1658089637 22* 26ChanServ gives channel operator status to 18TheRepoClub
|
||||
T 1658813813 19* Now talking on 22##TheRepoClub
|
||||
T 1658813813 22* 26sodium.libera.chat sets mode 24+C on 22##TheRepoClub
|
||||
T 1658813813 22* 26sodium.libera.chat sets mode 24+n on 22##TheRepoClub
|
||||
T 1658813813 22* 26sodium.libera.chat sets mode 24+s on 22##TheRepoClub
|
||||
T 1658813813 22* 26sodium.libera.chat sets mode 24+t on 22##TheRepoClub
|
||||
T 1658813813 22* 26services. removes channel operator status from 18TheRepoClub
|
||||
T 1658813813 29* *** Notice -- TS for ##TheRepoClub changed from 1658813811 to 1657387096
|
||||
T 1658813813 22* 26services. sets mode 24-C on 22##TheRepoClub
|
||||
T 1658813813 22* 26services. sets mode 24-s on 22##TheRepoClub
|
||||
T 1658813813 23* ChanServ (ChanServ@services.libera.chat23) has joined
|
||||
T 1658813813 22* 26services. gives channel operator status to 18ChanServ
|
||||
T 1658813813 22* 26ChanServ gives channel operator status to 18TheRepoClub
|
||||
T 1658813828 19* Now talking on 22##TheRepoClub
|
||||
T 1658813829 22* 26ChanServ gives channel operator status to 18TheRepoClub
|
||||
T 1658813864 19* Now talking on 22##TheRepoClub
|
||||
T 1658813864 22* 26ChanServ gives channel operator status to 18TheRepoClub
|
||||
T 1659287390 19* Now talking on 22##TheRepoClub
|
||||
T 1659287390 22* 26sodium.libera.chat sets mode 24+C on 22##TheRepoClub
|
||||
T 1659287390 22* 26sodium.libera.chat sets mode 24+n on 22##TheRepoClub
|
||||
T 1659287390 22* 26sodium.libera.chat sets mode 24+s on 22##TheRepoClub
|
||||
T 1659287390 22* 26sodium.libera.chat sets mode 24+t on 22##TheRepoClub
|
||||
T 1659287390 22* 26services. removes channel operator status from 18TheRepoClub
|
||||
T 1659287390 29* *** Notice -- TS for ##TheRepoClub changed from 1659287386 to 1657387096
|
||||
T 1659287390 22* 26services. sets mode 24-C on 22##TheRepoClub
|
||||
T 1659287390 22* 26services. sets mode 24-s on 22##TheRepoClub
|
||||
T 1659287390 23* ChanServ (ChanServ@services.libera.chat23) has joined
|
||||
T 1659287390 22* 26services. gives channel operator status to 18ChanServ
|
||||
T 1659287390 22* 26ChanServ gives channel operator status to 18TheRepoClub
|
||||
T 1659287417 FiSHLiM hexchat_print called without a valid context.
|
||||
|
@ -0,0 +1 @@
|
||||
T 1658813828 19* Now talking on 22#channel
|
@ -0,0 +1,6 @@
|
||||
T 1658813864 19* Now talking on 22#fedora-i3
|
||||
T 1658813864 22* Topic for 22#fedora-i3 is: welcome app (Meeting topic: i3-sig)
|
||||
T 1658813864 22* Topic for 22#fedora-i3 set by 26zodbot!~supybot@fedora/bot/zodbot (24Thu Dec 9 18:20:14 2021)
|
||||
T 1659287390 19* Now talking on 22#fedora-i3
|
||||
T 1659287390 22* Topic for 22#fedora-i3 is: welcome app (Meeting topic: i3-sig)
|
||||
T 1659287390 22* Topic for 22#fedora-i3 set by 26zodbot!~supybot@fedora/bot/zodbot (24Thu Dec 9 18:20:14 2021)
|
@ -289,7 +289,7 @@ P=war6324WAR
|
||||
L=6
|
||||
E=UTF-8 (Unicode)
|
||||
F=95
|
||||
D=1
|
||||
D=0
|
||||
S=irc.libera.chat
|
||||
C=mode therepoclub +ZiwGgR
|
||||
C=join ##TheRepoClub
|
||||
|
@ -15,7 +15,7 @@ workspace_auto_back_and_forth yes
|
||||
##################################################
|
||||
|
||||
# {{{ Variables
|
||||
set $TerminalEmulator kitty
|
||||
set $TerminalEmulator alacritty
|
||||
set $WebBrowserB google-chrome-stable
|
||||
set $WebBrowserF firefox
|
||||
set $FileManager nemo
|
||||
@ -91,170 +91,12 @@ workspace $ws8 output $secondMonitor
|
||||
workspace $ws9 output $secondMonitor
|
||||
workspace $ws0 output $secondMonitor
|
||||
|
||||
|
||||
# switch to workspace
|
||||
## Category: i3-Workspaces;
|
||||
# Description: workspace 1;
|
||||
$super_b+1 \
|
||||
workspace $ws1
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: workspace 2;
|
||||
$super_b+2 \
|
||||
workspace $ws2
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: workspace 3;
|
||||
$super_b+3 \
|
||||
workspace $ws3
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: workspace 4;
|
||||
$super_b+4 \
|
||||
workspace $ws4
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: workspace 5;
|
||||
$super_b+5 \
|
||||
workspace $ws5
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: workspace 6;
|
||||
$super_b+6 \
|
||||
workspace $ws6
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: workspace 7;
|
||||
$super_b+7 \
|
||||
workspace $ws7
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: workspace 8;
|
||||
$super_b+8 \
|
||||
workspace $ws8
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: workspace 9;
|
||||
$super_b+9 \
|
||||
workspace $ws9
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: workspace 10;
|
||||
$super_b+0 \
|
||||
workspace $ws0
|
||||
|
||||
# Move focused container to workspace
|
||||
## Category: i3-Workspaces;
|
||||
# Description: Move focused container to workspace 1;
|
||||
$super_b+$control+1 \
|
||||
move container to workspace $ws1
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: Move focused container to workspace 2;
|
||||
$super_b+$control+2 \
|
||||
move container to workspace $ws2
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: Move focused container to workspace 3;
|
||||
$super_b+$control+3 \
|
||||
move container to workspace $ws3
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: Move focused container to workspace 4;
|
||||
$super_b+$control+4 \
|
||||
move container to workspace $ws4
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: Move focused container to workspace 5;
|
||||
$super_b+$control+5 \
|
||||
move container to workspace $ws5
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: Move focused container to workspace 6;
|
||||
$super_b+$control+6 \
|
||||
move container to workspace $ws6
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: Move focused container to workspace 7;
|
||||
$super_b+$control+7 \
|
||||
move container to workspace $ws7
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: Move focused container to workspace 8;
|
||||
$super_b+$control+8 \
|
||||
move container to workspace $ws8
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: Move focused container to workspace 9;
|
||||
$super_b+$control+9 \
|
||||
move container to workspace $ws9
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: Move focused container to workspace 10;
|
||||
$super_b+$control+0 \
|
||||
move container to workspace $ws0
|
||||
|
||||
# Move to workspace with focused container
|
||||
## Category: i3-Workspaces;
|
||||
# Description: Move to workspace with focused container 1;
|
||||
$super_b+$shift+1 \
|
||||
move container to workspace $ws1; workspace $ws1
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: Move to workspace with focused container 2;
|
||||
$super_b+$shift+2 \
|
||||
move container to workspace $ws2; workspace $ws2
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: Move to workspace with focused container 3;
|
||||
$super_b+$shift+3 \
|
||||
move container to workspace $ws3; workspace $ws3
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: Move to workspace with focused container 4;
|
||||
$super_b+$shift+4 \
|
||||
move container to workspace $ws4; workspace $ws4
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: Move to workspace with focused container 5;
|
||||
$super_b+$shift+5 \
|
||||
move container to workspace $ws5; workspace $ws5
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: Move to workspace with focused container 6;
|
||||
$super_b+$shift+6 \
|
||||
move container to workspace $ws6; workspace $ws6
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: Move to workspace with focused container 7;
|
||||
$super_b+$shift+7 \
|
||||
move container to workspace $ws7; workspace $ws7
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: Move to workspace with focused container 8;
|
||||
$super_b+$shift+8 \
|
||||
move container to workspace $ws8; workspace $ws8
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: Move to workspace with focused container 9;
|
||||
$super_b+$shift+9 \
|
||||
move container to workspace $ws9; workspace $ws9
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: Move to workspace with focused container 10;
|
||||
$super_b+$shift+0 \
|
||||
move container to workspace $ws0; workspace $ws0
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: Move workspace to next monitor;
|
||||
$super_b+$shift+m \
|
||||
move workspace to output next
|
||||
|
||||
# }}} Workspaces
|
||||
|
||||
#####################################################################################################################
|
||||
################# Main Keybinds #################
|
||||
#####################################################################################################################
|
||||
include ~/.config/i3/config.d/*.conf
|
||||
|
||||
# {{{ Cheat
|
||||
## Category: Main Keybinds;
|
||||
@ -673,9 +515,9 @@ mode "$hosts_launcher" {
|
||||
## Category: Applications;
|
||||
# Description: Launch $TerminalEmulator;
|
||||
$super_b+Return \
|
||||
$exe $TerminalEmulator -e tmux new-session -A -s main;focus
|
||||
$exe $TerminalEmulator;focus
|
||||
$super_b+KP_Enter \
|
||||
$exe $TerminalEmulator -e tmux new-session -A -s master;focus
|
||||
$exe $TerminalEmulator;focus
|
||||
|
||||
# workspace 2 related
|
||||
|
||||
@ -738,11 +580,6 @@ $super_b+$control+m \
|
||||
|
||||
# workspace 0 related
|
||||
|
||||
## Category: Applications;
|
||||
# Description: Launch btop;
|
||||
$super_b+o \
|
||||
$exe $TerminalEmulator --title=btop --class=btop -e btop;focus
|
||||
|
||||
########################################
|
||||
############# Games #############
|
||||
########################################
|
||||
@ -1030,7 +867,6 @@ $exe autostart
|
||||
|
||||
# {{{ Settings
|
||||
|
||||
$exe setxkbmap -option caps:super
|
||||
$exe repomenue_youtube_subs -d
|
||||
|
||||
# setting variables for later use
|
||||
@ -1079,15 +915,25 @@ $super_b+minus \
|
||||
#######################################################################
|
||||
|
||||
for_window [class="(?i)dropdown-terminal"] floating enable
|
||||
for_window [class="(?i)dropdown-terminal"] resize set 800 600
|
||||
for_window [class="(?i)dropdown-terminal"] resize set 1100 800
|
||||
for_window [class="(?i)dropdown-terminal"] move scratchpad
|
||||
$exe $TerminalEmulator --title="Dropdown-Terminal" --class="Dropdown-Terminal" --name="Dropdown-Terminal" -e tmux new-session -A -s dropdown
|
||||
$exe $TerminalEmulator --title "dropdown-terminal" --class "dropdown-terminal","dropdown-terminal";focus
|
||||
|
||||
## Category: Scratchpad;
|
||||
# Description: Toggle $TerminalEmulator;
|
||||
$control_b+Return \
|
||||
[class="(?i)dropdown-terminal"] scratchpad show, move position center
|
||||
|
||||
for_window [class="(?i)btop-terminal"] floating enable
|
||||
for_window [class="(?i)btop-terminal"] resize set 1100 800
|
||||
for_window [class="(?i)btop-terminal"] move scratchpad
|
||||
$exe $TerminalEmulator --title "btop-terminal" --class "btop-terminal","btop-terminal" -e btop;focus
|
||||
|
||||
## Category: Scratchpad;
|
||||
# Description: Toggle btop;
|
||||
$super_b+o \
|
||||
[class="(?i)btop-terminal"] scratchpad show, move position center
|
||||
|
||||
# }}} Scratchpad
|
||||
|
||||
#####################################################################################################################
|
||||
|
50
i3/.config/i3/config.d/001_switch-to-workspace.conf
Normal file
50
i3/.config/i3/config.d/001_switch-to-workspace.conf
Normal file
@ -0,0 +1,50 @@
|
||||
# switch to workspace
|
||||
## Category: i3-Workspaces;
|
||||
# Description: workspace 1;
|
||||
$super_b+1 \
|
||||
workspace $ws1
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: workspace 2;
|
||||
$super_b+2 \
|
||||
workspace $ws2
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: workspace 3;
|
||||
$super_b+3 \
|
||||
workspace $ws3
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: workspace 4;
|
||||
$super_b+4 \
|
||||
workspace $ws4
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: workspace 5;
|
||||
$super_b+5 \
|
||||
workspace $ws5
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: workspace 6;
|
||||
$super_b+6 \
|
||||
workspace $ws6
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: workspace 7;
|
||||
$super_b+7 \
|
||||
workspace $ws7
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: workspace 8;
|
||||
$super_b+8 \
|
||||
workspace $ws8
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: workspace 9;
|
||||
$super_b+9 \
|
||||
workspace $ws9
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: workspace 10;
|
||||
$super_b+0 \
|
||||
workspace $ws0
|
@ -0,0 +1,50 @@
|
||||
# Move focused container to workspace
|
||||
## Category: i3-Workspaces;
|
||||
# Description: Move focused container to workspace 1;
|
||||
$super_b+$control+1 \
|
||||
move container to workspace $ws1
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: Move focused container to workspace 2;
|
||||
$super_b+$control+2 \
|
||||
move container to workspace $ws2
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: Move focused container to workspace 3;
|
||||
$super_b+$control+3 \
|
||||
move container to workspace $ws3
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: Move focused container to workspace 4;
|
||||
$super_b+$control+4 \
|
||||
move container to workspace $ws4
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: Move focused container to workspace 5;
|
||||
$super_b+$control+5 \
|
||||
move container to workspace $ws5
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: Move focused container to workspace 6;
|
||||
$super_b+$control+6 \
|
||||
move container to workspace $ws6
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: Move focused container to workspace 7;
|
||||
$super_b+$control+7 \
|
||||
move container to workspace $ws7
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: Move focused container to workspace 8;
|
||||
$super_b+$control+8 \
|
||||
move container to workspace $ws8
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: Move focused container to workspace 9;
|
||||
$super_b+$control+9 \
|
||||
move container to workspace $ws9
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: Move focused container to workspace 10;
|
||||
$super_b+$control+0 \
|
||||
move container to workspace $ws0
|
@ -0,0 +1,50 @@
|
||||
# Move to workspace with focused container
|
||||
## Category: i3-Workspaces;
|
||||
# Description: Move to workspace with focused container 1;
|
||||
$super_b+$shift+1 \
|
||||
move container to workspace $ws1; workspace $ws1
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: Move to workspace with focused container 2;
|
||||
$super_b+$shift+2 \
|
||||
move container to workspace $ws2; workspace $ws2
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: Move to workspace with focused container 3;
|
||||
$super_b+$shift+3 \
|
||||
move container to workspace $ws3; workspace $ws3
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: Move to workspace with focused container 4;
|
||||
$super_b+$shift+4 \
|
||||
move container to workspace $ws4; workspace $ws4
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: Move to workspace with focused container 5;
|
||||
$super_b+$shift+5 \
|
||||
move container to workspace $ws5; workspace $ws5
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: Move to workspace with focused container 6;
|
||||
$super_b+$shift+6 \
|
||||
move container to workspace $ws6; workspace $ws6
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: Move to workspace with focused container 7;
|
||||
$super_b+$shift+7 \
|
||||
move container to workspace $ws7; workspace $ws7
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: Move to workspace with focused container 8;
|
||||
$super_b+$shift+8 \
|
||||
move container to workspace $ws8; workspace $ws8
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: Move to workspace with focused container 9;
|
||||
$super_b+$shift+9 \
|
||||
move container to workspace $ws9; workspace $ws9
|
||||
|
||||
## Category: i3-Workspaces;
|
||||
# Description: Move to workspace with focused container 10;
|
||||
$super_b+$shift+0 \
|
||||
move container to workspace $ws0; workspace $ws0
|
@ -0,0 +1,5 @@
|
||||
# Move workspace to next monitor
|
||||
## Category: i3-Workspaces;
|
||||
# Description: Move workspace to next monitor;
|
||||
$super_b+$shift+m \
|
||||
move workspace to output next
|
@ -1,5 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<cphistory>
|
||||
<operations />
|
||||
<params />
|
||||
</cphistory>
|
@ -1,9 +0,0 @@
|
||||
[Windows]
|
||||
Count=1
|
||||
|
||||
[Window0]
|
||||
ColumnCount=0
|
||||
Floating=false
|
||||
|
||||
[transient]
|
||||
count=0
|
@ -1,18 +0,0 @@
|
||||
Extension "XFIG Input" failed to load because a dependency was not met.
|
||||
Dependency:
|
||||
type: executable
|
||||
location: path
|
||||
string: fig2dev
|
||||
|
||||
Extension "Formula (pdflatex)" failed to load because a dependency was not met.
|
||||
Dependency:
|
||||
type: executable
|
||||
location: path
|
||||
string: pdflatex
|
||||
|
||||
Extension "Export to PDF via Scribus" failed to load because a dependency was not met.
|
||||
Dependency:
|
||||
type: executable
|
||||
location: path
|
||||
string: scribus
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -24,7 +24,7 @@ syncFolders() {
|
||||
}
|
||||
|
||||
unsyncFolders() {
|
||||
folders=$(getfolders)
|
||||
folders=$(./localbin/.local/bin/getfolders)
|
||||
|
||||
for folder in $folders; do
|
||||
stow -Dt ~ $folder && echo "$folder has been synced"
|
||||
|
@ -52,8 +52,8 @@ remember_window_size no
|
||||
initial_window_width 700
|
||||
initial_window_height 400
|
||||
window_border_width 0
|
||||
window_margin_width 12
|
||||
window_padding_width 10
|
||||
window_margin_width 5
|
||||
window_padding_width 5
|
||||
inactive_text_alpha 1.0
|
||||
background_opacity 0.80
|
||||
placement_strategy center
|
||||
|
@ -1,2 +0,0 @@
|
||||
[General]
|
||||
canvasState=OPENGL_SUCCESS
|
File diff suppressed because one or more lines are too long
@ -1,54 +0,0 @@
|
||||
Graphics Backend used: svp
|
||||
Passed Tests : 66
|
||||
Quirky Tests : 36
|
||||
Failed Tests : 1
|
||||
Skipped Tests : 6
|
||||
|
||||
---Name of the tests that failed---
|
||||
testDrawInvertN50WithRectangle
|
||||
|
||||
---Name of the tests that were Quirky---
|
||||
testDrawRectWithLine
|
||||
testDrawRectWithPolygon
|
||||
testDrawRectWithPolyLine
|
||||
testDrawRectWithPolyPolygon
|
||||
testDrawRectWithPolyPolygonB2D
|
||||
testDrawDiamondWithLine
|
||||
testComplexDrawTransformedBitmap24bpp
|
||||
testDashedLine
|
||||
testLinearGradientBorder
|
||||
testLinearGradientSteps
|
||||
testRadialGradient
|
||||
testRadialGradientOfs
|
||||
testHalfEllipseWithPolyLine
|
||||
testHalfEllipseAAWithPolyLine
|
||||
testHalfEllipseAAWithPolyLineB2D
|
||||
testHalfEllipseWithPolygon
|
||||
testHalfEllipseAAWithPolygon
|
||||
testTextDrawing
|
||||
testDrawRectangleOnSize1028WithPixel
|
||||
testDrawRectangleOnSize4096WithPixel
|
||||
testDrawRectangleOnSize1028WithLine
|
||||
testDrawRectangleOnSize4096WithLine
|
||||
testDrawRectangleOnSize1028WithPolyLine
|
||||
testDrawRectangleOnSize4096WithPolyLine
|
||||
testDrawRectangleOnSize1028WithPolygon
|
||||
testDrawRectangleOnSize4096WithPolygon
|
||||
testDrawRectangleOnSize1028WithPolyLineB2D
|
||||
testDrawRectangleOnSize4096WithPolyLineB2D
|
||||
testDrawRectangleOnSize1028WithPolyPolygon
|
||||
testDrawRectangleOnSize4096WithPolyPolygon
|
||||
testDrawRectangleOnSize1028WithPolyPolygonB2D
|
||||
testDrawRectangleOnSize4096WithPolygonPolygonB2D
|
||||
testDrawOpenPolygonWithPolyLine
|
||||
testDrawOpenPolygonWithPolygon
|
||||
testDrawOpenPolygonWithPolyPolygon
|
||||
testDrawOpenPolygonWithPolyPolygonB2D
|
||||
|
||||
---Name of the tests that were Skipped---
|
||||
testDrawInvertTrackFrameWithRectangle
|
||||
testDrawBitmap32bpp
|
||||
testDrawTransformedBitmap32bpp
|
||||
testDrawBitmapExWithAlpha32bpp
|
||||
testDrawMask32bpp
|
||||
testDrawBlend32bpp
|
Binary file not shown.
@ -1,24 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd">
|
||||
<!--
|
||||
* This file is part of the LibreOffice project.
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*
|
||||
* This file incorporates work covered by the following license notice:
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed
|
||||
* with this work for additional information regarding copyright
|
||||
* ownership. The ASF licenses this file to you under the Apache
|
||||
* License, Version 2.0 (the "License"); you may not use this file
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
-->
|
||||
<script:module xmlns:script="http://openoffice.org/2000/script" script:name="Module1" script:language="StarBasic">REM ***** BASIC *****
|
||||
|
||||
Sub Main
|
||||
|
||||
End Sub</script:module>
|
@ -1,3 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library:library PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "library.dtd">
|
||||
<library:library xmlns:library="http://openoffice.org/2000/library" library:name="Standard" library:readonly="false" library:passwordprotected="false"/>
|
@ -1,5 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library:library PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "library.dtd">
|
||||
<library:library xmlns:library="http://openoffice.org/2000/library" library:name="Standard" library:readonly="false" library:passwordprotected="false">
|
||||
<library:element library:name="Module1"/>
|
||||
</library:library>
|
@ -1,5 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library:libraries PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "libraries.dtd">
|
||||
<library:libraries xmlns:library="http://openoffice.org/2000/library" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<library:library library:name="Standard" xlink:href="$(USER)/basic/Standard/dialog.xlb/" xlink:type="simple" library:link="false"/>
|
||||
</library:libraries>
|
@ -1,5 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library:libraries PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "libraries.dtd">
|
||||
<library:libraries xmlns:library="http://openoffice.org/2000/library" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<library:library library:name="Standard" xlink:href="$(USER)/basic/Standard/script.xlb/" xlink:type="simple" library:link="false"/>
|
||||
</library:libraries>
|
Binary file not shown.
@ -1,2 +0,0 @@
|
||||
Cantarell;Cantarell
|
||||
|
@ -1,16 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--This is a generated file. Do not alter this file!-->
|
||||
<java xmlns="http://openoffice.org/2004/java/framework/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<enabled xsi:nil="true"/>
|
||||
<userClassPath xsi:nil="true"/>
|
||||
<vmParameters xsi:nil="true"/>
|
||||
<jreLocations xsi:nil="true"/>
|
||||
<javaInfo xsi:nil="false" vendorUpdate="2019-07-26" autoSelect="true">
|
||||
<vendor>N/A</vendor>
|
||||
<location>file:///usr/lib/jvm/java-18-openjdk</location>
|
||||
<version>18.0.1.1</version>
|
||||
<features>0</features>
|
||||
<requirements>1</requirements>
|
||||
<vendorData>660069006C0065003A002F002F002F007500730072002F006C00690062002F006A0076006D002F006A006100760061002D00310038002D006F00700065006E006A0064006B002F006C00690062002F007300650072007600650072002F006C00690062006A0076006D002E0073006F000A002F007500730072002F006C00690062002F006A0076006D002F006A006100760061002D00310038002D006F00700065006E006A0064006B002F006C00690062002F0061006D006400360034002F0063006C00690065006E0074003A002F007500730072002F006C00690062002F006A0076006D002F006A006100760061002D00310038002D006F00700065006E006A0064006B002F006C00690062002F0061006D006400360034002F007300650072007600650072003A002F007500730072002F006C00690062002F006A0076006D002F006A006100760061002D00310038002D006F00700065006E006A0064006B002F006C00690062002F0061006D006400360034002F006E00610074006900760065005F0074006800720065006100640073003A002F007500730072002F006C00690062002F006A0076006D002F006A006100760061002D00310038002D006F00700065006E006A0064006B002F006C00690062002F0061006D006400360034000A00</vendorData>
|
||||
</javaInfo>
|
||||
</java>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +0,0 @@
|
||||
30(Build:2)
|
@ -1,5 +0,0 @@
|
||||
Pmp1ÿcom.sun.wiki-publisher
|
||||
wiki-publisherÿwiki-publisherÿapplication/vnd.sun.star.package-bundleÿ1.2.0ÿ0
|
||||
ÿcom.sun.star.comp.Calc.NLPSolver
|
||||
nlpsolverÿnlpsolverÿapplication/vnd.sun.star.package-bundleÿ0.9ÿ0
|
||||
|
@ -1 +0,0 @@
|
||||
1
|
@ -1,2 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<ext:extension-backend-db xmlns:ext="http://openoffice.org/extensionmanager/extension-registry/2010"><ext:extension url="vnd.sun.star.expand:$BUNDLED_EXTENSIONS/nlpsolver"><ext:extension-items><ext:item><ext:url>vnd.sun.star.expand:$BUNDLED_EXTENSIONS/nlpsolver/help</ext:url><ext:media-type>application/vnd.sun.star.help</ext:media-type></ext:item><ext:item><ext:url>vnd.sun.star.expand:$BUNDLED_EXTENSIONS/nlpsolver/components.rdb</ext:url><ext:media-type>application/vnd.sun.star.uno-components</ext:media-type></ext:item></ext:extension-items></ext:extension><ext:extension url="vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher"><ext:extension-items><ext:item><ext:url>vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/help</ext:url><ext:media-type>application/vnd.sun.star.help</ext:media-type></ext:item><ext:item><ext:url>vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/WikiExtension.xcs</ext:url><ext:media-type>application/vnd.sun.star.configuration-schema</ext:media-type></ext:item><ext:item><ext:url>vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/WikiEditor/</ext:url><ext:media-type>application/vnd.sun.star.basic-library</ext:media-type></ext:item><ext:item><ext:url>vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/components.rdb</ext:url><ext:media-type>application/vnd.sun.star.uno-components</ext:media-type></ext:item><ext:item><ext:url>vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/Addons.xcu</ext:url><ext:media-type>application/vnd.sun.star.configuration-data</ext:media-type></ext:item><ext:item><ext:url>vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/ProtocolHandler.xcu</ext:url><ext:media-type>application/vnd.sun.star.configuration-data</ext:media-type></ext:item><ext:item><ext:url>vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/WikiExtension.xcu</ext:url><ext:media-type>application/vnd.sun.star.configuration-data</ext:media-type></ext:item><ext:item><ext:url>vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/OptionsDialog.xcu</ext:url><ext:media-type>application/vnd.sun.star.configuration-data</ext:media-type></ext:item><ext:item><ext:url>vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/Filter.xcu</ext:url><ext:media-type>application/vnd.sun.star.configuration-data</ext:media-type></ext:item><ext:item><ext:url>vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/Types.xcu</ext:url><ext:media-type>application/vnd.sun.star.configuration-data</ext:media-type></ext:item><ext:item><ext:url>vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/Paths.xcu</ext:url><ext:media-type>application/vnd.sun.star.configuration-data</ext:media-type></ext:item></ext:extension-items></ext:extension></ext:extension-backend-db>
|
@ -1,2 +0,0 @@
|
||||
ORIGIN=$BUNDLED_EXTENSIONS_USER/registry/com.sun.star.comp.deployment.component.PackageRegistryBackend
|
||||
UNO_SERVICES=?$BUNDLED_EXTENSIONS/wiki-publisher/components.rdb ?$BUNDLED_EXTENSIONS/nlpsolver/components.rdb
|
@ -1,2 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<conf:configuration-backend-db xmlns:conf="http://openoffice.org/extensionmanager/configuration-registry/2010"><conf:configuration url="vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/WikiExtension.xcs"><conf:ini-entry>$BUNDLED_EXTENSIONS/wiki-publisher/WikiExtension.xcs</conf:ini-entry></conf:configuration><conf:configuration url="vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/Addons.xcu"><conf:ini-entry>$BUNDLED_EXTENSIONS/wiki-publisher/Addons.xcu</conf:ini-entry></conf:configuration><conf:configuration url="vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/ProtocolHandler.xcu"><conf:ini-entry>$BUNDLED_EXTENSIONS/wiki-publisher/ProtocolHandler.xcu</conf:ini-entry></conf:configuration><conf:configuration url="vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/WikiExtension.xcu"><conf:ini-entry>$BUNDLED_EXTENSIONS/wiki-publisher/WikiExtension.xcu</conf:ini-entry></conf:configuration><conf:configuration url="vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/OptionsDialog.xcu"><conf:data-url>vnd.sun.star.expand:$BUNDLED_EXTENSIONS_USER/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/lu1453867la.tmp</conf:data-url><conf:ini-entry>$BUNDLED_EXTENSIONS_USER/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/lu1453867la.tmp/OptionsDialog.xcu</conf:ini-entry></conf:configuration><conf:configuration url="vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/Filter.xcu"><conf:data-url>vnd.sun.star.expand:$BUNDLED_EXTENSIONS_USER/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/lu1453867lb.tmp</conf:data-url><conf:ini-entry>$BUNDLED_EXTENSIONS_USER/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/lu1453867lb.tmp/Filter.xcu</conf:ini-entry></conf:configuration><conf:configuration url="vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/Types.xcu"><conf:ini-entry>$BUNDLED_EXTENSIONS/wiki-publisher/Types.xcu</conf:ini-entry></conf:configuration><conf:configuration url="vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/Paths.xcu"><conf:data-url>vnd.sun.star.expand:$BUNDLED_EXTENSIONS_USER/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/lu1453867ld.tmp</conf:data-url><conf:ini-entry>$BUNDLED_EXTENSIONS_USER/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/lu1453867ld.tmp/Paths.xcu</conf:ini-entry></conf:configuration></conf:configuration-backend-db>
|
@ -1,2 +0,0 @@
|
||||
SCHEMA=$BUNDLED_EXTENSIONS/wiki-publisher/WikiExtension.xcs
|
||||
DATA=$BUNDLED_EXTENSIONS_USER/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/lu1453867ld.tmp/Paths.xcu $BUNDLED_EXTENSIONS/wiki-publisher/Types.xcu $BUNDLED_EXTENSIONS_USER/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/lu1453867lb.tmp/Filter.xcu $BUNDLED_EXTENSIONS_USER/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/lu1453867la.tmp/OptionsDialog.xcu $BUNDLED_EXTENSIONS/wiki-publisher/WikiExtension.xcu $BUNDLED_EXTENSIONS/wiki-publisher/ProtocolHandler.xcu $BUNDLED_EXTENSIONS/wiki-publisher/Addons.xcu
|
@ -1,41 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!--
|
||||
* This file is part of the LibreOffice project.
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*
|
||||
* This file incorporates work covered by the following license notice:
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed
|
||||
* with this work for additional information regarding copyright
|
||||
* ownership. The ASF licenses this file to you under the Apache
|
||||
* License, Version 2.0 (the "License"); you may not use this file
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
-->
|
||||
<oor:component-data oor:name="OptionsDialog" oor:package="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry">
|
||||
<node oor:name="Nodes">
|
||||
<node oor:name="Internet" oor:op="fuse">
|
||||
<node oor:name="Leaves">
|
||||
<node oor:name="com.sun.star.wiki.options" oor:op="fuse">
|
||||
<prop oor:name="Id">
|
||||
<value>com.sun.wiki-publisher</value>
|
||||
</prop>
|
||||
<prop oor:name="Label">
|
||||
<value xml:lang="en-US">MediaWiki</value>
|
||||
</prop>
|
||||
<prop oor:name="OptionsPage">
|
||||
<value>vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/WikiEditor/Settings.xdl</value>
|
||||
</prop>
|
||||
<prop oor:name="EventHandlerService">
|
||||
<value>com.sun.star.wiki.WikiOptionsEventHandlerImpl</value>
|
||||
</prop>
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
</oor:component-data>
|
||||
|
@ -1,47 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!--
|
||||
* This file is part of the LibreOffice project.
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*
|
||||
* This file incorporates work covered by the following license notice:
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed
|
||||
* with this work for additional information regarding copyright
|
||||
* ownership. The ASF licenses this file to you under the Apache
|
||||
* License, Version 2.0 (the "License"); you may not use this file
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
-->
|
||||
<!DOCTYPE oor:component-data SYSTEM "../../../../../../../../officecfg/registry/component-update.dtd">
|
||||
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:package="org.openoffice.TypeDetection" oor:name="Filter">
|
||||
<node oor:name="Filters">
|
||||
<node oor:name="MediaWiki" oor:op="fuse">
|
||||
<prop oor:name="FileFormatVersion"><value>0</value></prop>
|
||||
<prop oor:name="Type"><value>MediaWiki</value></prop>
|
||||
<prop oor:name="DocumentService"><value>com.sun.star.text.TextDocument</value></prop>
|
||||
<prop oor:name="UIComponent"/>
|
||||
<prop oor:name="UserData"><value oor:separator=",">com.sun.star.documentconversion.XSLTFilter,,,com.sun.star.comp.Writer.XMLOasisExporter,,vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/filter/odt2mediawiki.xsl</value></prop>
|
||||
<prop oor:name="FilterService"><value>com.sun.star.comp.Writer.XmlFilterAdaptor</value></prop>
|
||||
<prop oor:name="UIName">
|
||||
<value xml:lang="x-default">MediaWiki</value>
|
||||
</prop>
|
||||
<prop oor:name="Flags"><value>EXPORT ALIEN 3RDPARTYFILTER</value></prop>
|
||||
</node>
|
||||
<node oor:name="MediaWiki_Web" oor:op="fuse">
|
||||
<prop oor:name="FileFormatVersion"><value>0</value></prop>
|
||||
<prop oor:name="Type"><value>MediaWiki</value></prop>
|
||||
<prop oor:name="DocumentService"><value>com.sun.star.text.WebDocument</value></prop>
|
||||
<prop oor:name="UIComponent"/>
|
||||
<prop oor:name="UserData"><value oor:separator=",">com.sun.star.documentconversion.XSLTFilter,,,com.sun.star.comp.Writer.XMLOasisExporter,,vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/filter/odt2mediawiki.xsl</value></prop>
|
||||
<prop oor:name="FilterService"><value>com.sun.star.comp.Writer.XmlFilterAdaptor</value></prop>
|
||||
<prop oor:name="UIName">
|
||||
<value xml:lang="x-default">MediaWiki</value>
|
||||
</prop>
|
||||
<prop oor:name="Flags"><value>EXPORT ALIEN 3RDPARTYFILTER</value></prop>
|
||||
</node>
|
||||
</node>
|
||||
</oor:component-data>
|
@ -1,27 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!--
|
||||
* This file is part of the LibreOffice project.
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*
|
||||
* This file incorporates work covered by the following license notice:
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed
|
||||
* with this work for additional information regarding copyright
|
||||
* ownership. The ASF licenses this file to you under the Apache
|
||||
* License, Version 2.0 (the "License"); you may not use this file
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
-->
|
||||
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="Paths" oor:package="org.openoffice.Office">
|
||||
<node oor:name="Paths">
|
||||
<node oor:name="Template" oor:op="fuse">
|
||||
<node oor:name="InternalPaths">
|
||||
<node oor:name="vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/templates" oor:op="fuse"/>
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
</oor:component-data>
|
@ -1,2 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<help:help-backend-db xmlns:help="http://openoffice.org/extensionmanager/help-registry/2010"><help:help url="vnd.sun.star.expand:$BUNDLED_EXTENSIONS/nlpsolver/help"><help:data-url>vnd.sun.star.expand:$BUNDLED_EXTENSIONS/nlpsolver/help</help:data-url></help:help><help:help url="vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/help"><help:data-url>vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/help</help:data-url></help:help></help:help-backend-db>
|
@ -1,2 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<script:script-backend-db xmlns:script="http://openoffice.org/extensionmanager/script-registry/2010"><script:script url="vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/WikiEditor/"/></script:script-backend-db>
|
@ -1 +0,0 @@
|
||||
1
|
@ -1,2 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<conf:configuration-backend-db xmlns:conf="http://openoffice.org/extensionmanager/configuration-registry/2010"/>
|
@ -1,2 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<help:help-backend-db xmlns:help="http://openoffice.org/extensionmanager/help-registry/2010"/>
|
@ -1,2 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<conf:configuration-backend-db xmlns:conf="http://openoffice.org/extensionmanager/configuration-registry/2010"/>
|
@ -1,2 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<help:help-backend-db xmlns:help="http://openoffice.org/extensionmanager/help-registry/2010"/>
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user