diff --git a/qutebrowser/autoconfig.yml b/qutebrowser/autoconfig.yml index 01fbd6d..83ad5d8 100644 --- a/qutebrowser/autoconfig.yml +++ b/qutebrowser/autoconfig.yml @@ -1,6 +1,6 @@ # If a config.py file exists, this file is ignored unless it's explicitly loaded # via config.load_autoconfig(). For more information, see: -# https://github.com/qutebrowser/qutebrowser/blob/master/doc/help/configuring.asciidoc#loading-autoconfigyml +# https://github.com/qutebrowser/qutebrowser/blob/main/doc/help/configuring.asciidoc#loading-autoconfigyml # DO NOT edit this file by hand, qutebrowser will overwrite it. # Instead, create a config.py - see :help for details. @@ -8,6 +8,8 @@ config_version: 2 settings: content.desktop_capture: https://discord.com: true + content.javascript.clipboard: + https://chatgpt.com: access-paste content.javascript.enabled: global: false content.media.audio_capture: @@ -21,4 +23,4 @@ settings: content.proxy: global: system content.user_stylesheets: - global: null + global: style.css diff --git a/qutebrowser/bookmarks/urls b/qutebrowser/bookmarks/urls index 47d5de1..f05a62b 100644 --- a/qutebrowser/bookmarks/urls +++ b/qutebrowser/bookmarks/urls @@ -204,3 +204,4 @@ https://github.com/proxifly/free-proxy-list proxifly/free-proxy-list: 🚀 Free https://github.com/zhaojh329/rtty zhaojh329/rtty: 🐛 Access your terminal from anywhere via the web. https://en.wikipedia.org/wiki/OpenVMS OpenVMS - Wikipedia https://github.com/elogind/elogind elogind/elogind: The systemd project's "logind", extracted to a standalone package +https://openai.com/api/ API Platform | OpenAI diff --git a/qutebrowser/qsettings/QtProject.conf b/qutebrowser/qsettings/QtProject.conf index a5c9200..c609464 100644 --- a/qutebrowser/qsettings/QtProject.conf +++ b/qutebrowser/qsettings/QtProject.conf @@ -1,8 +1,8 @@ [FileDialog] -history=file:///home/klein/codeWS/Java/BluejCode/hw/lab02, file:///home/klein/Downloads, file:///home/klein/Downloads/Physic2206, file:///home/klein/codeWS/Python3/convertions, file:///home/klein/vimwiki/School/English-2744, file:///home/klein/vimwiki/School/PSYC/PSYC-2084 -lastVisited=file:///home/klein/vimwiki/School/PSYC/PSYC-2084 -qtVersion=5.15.8 +history=file:///home/klein, file:///home/klein/vimwiki/School/English-2744, file:///home/klein/Downloads, file:///home/klein/codeWS/Python3/conversions, file:///home/klein/codeWS/Python3/conversions/utils +lastVisited=file:///home/klein/codeWS/Python3/conversions +qtVersion=6.8.2 shortcuts=file:, file:///home/klein sidebarWidth=87 -treeViewHeader="@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\x3\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x1\xd1\0\0\0\x4\x1\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\x4\0\0\0\xf5\0\0\0\x1\0\0\0\0\0\0\0\x39\0\0\0\x1\0\0\0\0\0\0\0=\0\0\0\x1\0\0\0\0\0\0\0\x66\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\xff\xff\xff\xff)" +treeViewHeader="@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x1\xd1\0\0\0\x4\x1\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\x4\0\0\0\xf5\0\0\0\x1\0\0\0\0\0\0\0\x39\0\0\0\x1\0\0\0\0\0\0\0=\0\0\0\x1\0\0\0\0\0\0\0\x66\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\xff\xff\xff\xff\0\0\0\0)" viewMode=Detail diff --git a/systemd/user/statusbar.service b/systemd/user/statusbar.service index 1c75660..a0ec29c 100644 --- a/systemd/user/statusbar.service +++ b/systemd/user/statusbar.service @@ -5,6 +5,7 @@ After=default.target [Service] Type=simple ExecStart=/usr/local/bin/statusbar +User=klein Restart=on-failure Environment=DISPLAY=:0 Environment=XAUTHORITY=/home/klein/.Xauthority