This commit is contained in:
Never Gude 2025-11-04 23:36:39 +01:00
parent 65a5dfee85
commit 6a49608745
26 changed files with 286 additions and 55 deletions

View file

@ -1,5 +1,6 @@
# This file contains fish universal variable definitions. # This file contains fish universal variable definitions.
# VERSION: 3.0 # VERSION: 3.0
SETUVAR --export EDITOR:nvim
SETUVAR __fish_initialized:3800 SETUVAR __fish_initialized:3800
SETUVAR fish_color_autosuggestion:586e75 SETUVAR fish_color_autosuggestion:586e75
SETUVAR fish_color_cancel:\x2d\x2dreverse SETUVAR fish_color_cancel:\x2d\x2dreverse

View file

@ -11,6 +11,7 @@ window-rule {
clip-to-geometry true clip-to-geometry true
} }
/*
layer-rule { layer-rule {
match namespace="^quickshell-wallpaper$" match namespace="^quickshell-wallpaper$"
} }
@ -21,6 +22,7 @@ layer-rule {
} }
spawn-at-startup "qs" "-c" "noctalia-shell" spawn-at-startup "qs" "-c" "noctalia-shell"
*/
input { input {
keyboard { keyboard {
@ -85,7 +87,7 @@ input {
// Find more information on the wiki: // Find more information on the wiki:
// https://github.com/YaLTeR/niri/wiki/Configuration:-Outputs // https://github.com/YaLTeR/niri/wiki/Configuration:-Outputs
// Remember to uncomment the node by removing "/-"! // Remember to uncomment the node by removing "/-"!
/-output "eDP-1" { output "eDP-1" {
// Uncomment this line to disable this output. // Uncomment this line to disable this output.
// off // off
@ -95,14 +97,14 @@ input {
// for the resolution. // for the resolution.
// If the mode is omitted altogether or is invalid, niri will pick one automatically. // If the mode is omitted altogether or is invalid, niri will pick one automatically.
// Run `niri msg outputs` while inside a niri instance to list all outputs and their modes. // Run `niri msg outputs` while inside a niri instance to list all outputs and their modes.
mode "1920x1080@120.030" // mode "1920x1080@120.030"
// You can use integer or fractional scale, for example use 1.5 for 150% scale. // You can use integer or fractional scale, for example use 1.5 for 150% scale.
scale 2 scale 1.25
// Transform allows to rotate the output counter-clockwise, valid values are: // Transform allows to rotate the output counter-clockwise, valid values are:
// normal, 90, 180, 270, flipped, flipped-90, flipped-180 and flipped-270. // normal, 90, 180, 270, flipped, flipped-90, flipped-180 and flipped-270.
transform "normal" // transform "normal"
// Position of the output in the global coordinate space. // Position of the output in the global coordinate space.
// This affects directional monitor actions like "focus-monitor-left", and cursor movement. // This affects directional monitor actions like "focus-monitor-left", and cursor movement.
@ -113,7 +115,11 @@ input {
// so to put another output directly adjacent to it on the right, set its x to 1920. // so to put another output directly adjacent to it on the right, set its x to 1920.
// If the position is unset or results in an overlap, the output is instead placed // If the position is unset or results in an overlap, the output is instead placed
// automatically. // automatically.
position x=1280 y=0 position x=0 y=1081
}
output "HDMI-A-1" {
position x=0 y=0
} }
// Settings that influence how windows are positioned and sized. // Settings that influence how windows are positioned and sized.
@ -284,7 +290,7 @@ spawn-at-startup "xwayland-satellite"
environment { environment {
DISPLAY ":0" DISPLAY ":0"
GTK_USE_PORTAL "1" QT_QPA_PLATFORMTHEME "qt6ct"
} }
// Uncomment this line to ask the clients to omit their client-side decorations if possible. // Uncomment this line to ask the clients to omit their client-side decorations if possible.
@ -375,10 +381,10 @@ binds {
// Suggested binds for running programs: terminal, app launcher, screen locker. // Suggested binds for running programs: terminal, app launcher, screen locker.
Mod+T hotkey-overlay-title="Open a Terminal: kitty" { spawn "kitty"; } Mod+T hotkey-overlay-title="Open a Terminal: kitty" { spawn "kitty"; }
Mod+Return hotkey-overlay-title="Open a Terminal: kitty" { spawn "kitty"; } Mod+Return hotkey-overlay-title="Open a Terminal: kitty" { spawn "kitty"; }
Mod+D hotkey-overlay-title="Run an Application: noctalia" { spawn "qs" "-c" "noctalia-shell" "ipc" "call" "launcher" "toggle" Mod+D hotkey-overlay-title="Run an Application: noctalia" { spawn "kitty"
// "--launch-prefix=bash -e /home/never/.config/fuzzel/wrapper.sh"; // "--launch-prefix=bash -e /home/never/.config/fuzzel/wrapper.sh";
} }
Super+Alt+L hotkey-overlay-title="Lock the Screen: noctalia" { spawn "qs" "-c" "noctalia-shell" "ipc" "call" "lockScreen" "toggle"; } Super+Alt+L hotkey-overlay-title="Lock the Screen: noctalia" { spawn "cosmic-greeter"; }
Super+Alt+P hotkey-overlay-title="Open the Power Panel: noctalia" { spawn "qs" "-c" "noctalia-shell" "ipc" "call" "powerPanel" "toggle"; } Super+Alt+P hotkey-overlay-title="Open the Power Panel: noctalia" { spawn "qs" "-c" "noctalia-shell" "ipc" "call" "powerPanel" "toggle"; }
// You can also use a shell. Do this if you need pipes, multiple commands, etc. // You can also use a shell. Do this if you need pipes, multiple commands, etc.

View file

@ -5,6 +5,7 @@
"pinnedExecs": [ "pinnedExecs": [
], ],
"position": "center", "position": "center",
"sortByMostUsed": true,
"useApp2Unit": false "useApp2Unit": false
}, },
"audio": { "audio": {
@ -12,40 +13,51 @@
"mprisBlacklist": [ "mprisBlacklist": [
], ],
"preferredPlayer": "", "preferredPlayer": "",
"showMiniplayerAlbumArt": true,
"showMiniplayerCava": false,
"visualizerType": "linear", "visualizerType": "linear",
"volumeStep": 5 "volumeStep": 5
}, },
"bar": { "bar": {
"alwaysShowBatteryPercentage": false,
"backgroundOpacity": 1, "backgroundOpacity": 1,
"density": "default",
"floating": false,
"marginHorizontal": 0.25,
"marginVertical": 0.25,
"monitors": [ "monitors": [
"eDP-1" "eDP-1",
"HDMI-A-1"
], ],
"position": "top", "position": "top",
"showActiveWindowIcon": true, "showCapsule": false,
"showNetworkStats": false,
"showWorkspaceLabel": "none",
"useDistroLogo": false,
"widgets": { "widgets": {
"center": [ "center": [
{ {
"id": "NotificationHistory" "hideWhenZero": true,
"id": "NotificationHistory",
"showUnreadBadge": true
}, },
{ {
"id": "Clock" "formatHorizontal": "HH:mm ddd, MMM dd",
"formatVertical": "HH mm - dd MM",
"id": "Clock",
"useMonospacedFont": true,
"usePrimaryColor": true
} }
], ],
"left": [ "left": [
{ {
"id": "Workspace" "hideUnoccupied": false,
"id": "Workspace",
"labelMode": "none"
}, },
{ {
"id": "MediaMini" "id": "MediaMini",
"showAlbumArt": true,
"showVisualizer": false,
"visualizerType": "linear"
}, },
{ {
"id": "ActiveWindow" "id": "ActiveWindow",
"showIcon": true
} }
], ],
"right": [ "right": [
@ -62,43 +74,52 @@
"id": "Bluetooth" "id": "Bluetooth"
}, },
{ {
"id": "Battery" "displayMode": "onhover",
"id": "Battery",
"warningThreshold": 30
}, },
{ {
"displayMode": "onhover",
"id": "Volume" "id": "Volume"
}, },
{ {
"displayMode": "onhover",
"id": "Brightness" "id": "Brightness"
}, },
{ {
"id": "NightLight" "id": "NightLight"
}, },
{ {
"id": "SidePanelToggle" "icon": "noctalia",
"id": "SidePanelToggle",
"useDistroLogo": false
} }
] ]
} }
}, },
"brightness": { "brightness": {
"brightnessStep": 5 "brightnessStep": 1
}, },
"colorSchemes": { "colorSchemes": {
"darkMode": true, "darkMode": true,
"predefinedScheme": "/home/never/.config/quickshell/noctalia-shell/Assets/ColorScheme/Niri.json", "predefinedScheme": "Niri",
"useWallpaperColors": false "useWallpaperColors": false
}, },
"dock": { "dock": {
"autoHide": false, "autoHide": false,
"backgroundOpacity": 1, "backgroundOpacity": 1,
"exclusive": false, "exclusive": true,
"floatingRatio": 1,
"monitors": [ "monitors": [
] ]
}, },
"general": { "general": {
"animationSpeed": 1, "animationSpeed": 1,
"avatarImage": "/home/never/.face", "avatarImage": "/home/never/.face",
"dimDesktop": true, "dimDesktop": false,
"forceBlackScreenCorners": false,
"radiusRatio": 0, "radiusRatio": 0,
"screenRadiusRatio": 1,
"showScreenCorners": false "showScreenCorners": false
}, },
"hooks": { "hooks": {
@ -108,9 +129,8 @@
}, },
"location": { "location": {
"name": "Würzburg", "name": "Würzburg",
"reverseDayMonth": true, "showWeekNumberInCalendar": false,
"showDateWithClock": true, "use12hourFormat": false,
"use12HourClock": false,
"useFahrenheit": false "useFahrenheit": false
}, },
"matugen": { "matugen": {
@ -121,6 +141,7 @@
"gtk3": false, "gtk3": false,
"gtk4": false, "gtk4": false,
"kitty": false, "kitty": false,
"pywalfox": false,
"qt5": false, "qt5": false,
"qt6": false, "qt6": false,
"vesktop": false "vesktop": false
@ -133,15 +154,20 @@
"autoSchedule": true, "autoSchedule": true,
"dayTemp": "6500", "dayTemp": "6500",
"enabled": true, "enabled": true,
"forced": false,
"manualSunrise": "06:30", "manualSunrise": "06:30",
"manualSunset": "18:30", "manualSunset": "18:30",
"nightTemp": "4000" "nightTemp": "4000"
}, },
"notifications": { "notifications": {
"doNotDisturb": false, "criticalUrgencyDuration": 15,
"doNotDisturb": true,
"lastSeenTs": 1759063307000,
"lowUrgencyDuration": 3,
"monitors": [ "monitors": [
"eDP-1" "eDP-1"
] ],
"normalUrgencyDuration": 8
}, },
"screenRecorder": { "screenRecorder": {
"audioCodec": "opus", "audioCodec": "opus",
@ -156,14 +182,18 @@
}, },
"settingsVersion": 1, "settingsVersion": 1,
"ui": { "ui": {
"fontBillboard": "Inter", "fontBillboard": "Inter Display",
"fontDefault": "Roboto", "fontDefault": "Adwaita Sans",
"fontFixed": "Source Code Pro", "fontFixed": "Adwaita Mono",
"idleInhibitorEnabled": false, "idleInhibitorEnabled": false,
"monitorsScaling": [ "monitorsScaling": [
{ {
"name": "eDP-1", "name": "eDP-1",
"scale": 0.7999999999999999 "scale": 0.7999999999999999
},
{
"name": "HDMI-A-1",
"scale": 0.7999999999999999
} }
] ]
}, },
@ -178,6 +208,11 @@
"directory": "/home/never/.local/share/wallpapers/", "directory": "/home/never/.local/share/wallpapers/",
"name": "eDP-1", "name": "eDP-1",
"wallpaper": "/home/never/.local/share/wallpapers//scarlet-tree-dark.png" "wallpaper": "/home/never/.local/share/wallpapers//scarlet-tree-dark.png"
},
{
"directory": "/home/never/.local/share/wallpapers/",
"name": "HDMI-A-1",
"wallpaper": "/home/never/.local/share/wallpapers//scarlet-tree-dark.png"
} }
], ],
"randomEnabled": false, "randomEnabled": false,

@ -1 +1 @@
Subproject commit 3338d3920620861f8313a2745fd5d2be39f39534 Subproject commit e032307f8d58b6ad421cd611ca4bfb2152648ea7

@ -1 +1 @@
Subproject commit 6e009d3551c19a5672f5d0a027c3ee6075153af3 Subproject commit 0f3a4fe91ee8785211e37a019540b6aad7be0845

177
.config/qutebrowser/LICENSE Normal file
View file

@ -0,0 +1,177 @@
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS

View file

@ -15,11 +15,23 @@ settings:
wqa: quit --save wqa: quit --save
auto_save.interval: auto_save.interval:
global: 15000 global: 15000
backend:
global: webengine
colors.webpage.bg:
global: '#ffffff'
colors.webpage.darkmode.algorithm:
global: lightness-cielab
colors.webpage.darkmode.enabled:
global: false
colors.webpage.darkmode.policy.images:
global: smart
colors.webpage.preferred_color_scheme: colors.webpage.preferred_color_scheme:
global: light global: light
content.javascript.clipboard: content.javascript.clipboard:
https://color.adobe.com: access-paste https://color.adobe.com: access-paste
https://git.nevereverever.de: access-paste https://git.nevereverever.de: access-paste
content.pdfjs:
global: true
downloads.location.directory: downloads.location.directory:
global: null global: null
editor.command: editor.command:
@ -32,7 +44,7 @@ settings:
- '{column}' - '{column}'
fileselect.folder.command: fileselect.folder.command:
global: global:
- konsole - kitty
- -e - -e
- ranger - ranger
- --choosedir={} - --choosedir={}
@ -40,7 +52,7 @@ settings:
global: external global: external
fileselect.multiple_files.command: fileselect.multiple_files.command:
global: global:
- konsole - kitty
- -e - -e
- ranger - ranger
- --choosefiles={} - --choosefiles={}

View file

@ -1,4 +1,4 @@
config.load_autoconfig() config.load_autoconfig()
config.bind('<Ctrl+/>', 'hint links spawn --detach mpv {hint-url}') config.bind('<Ctrl+/>', 'hint links spawn --detach mpv {hint-url}')
c.editor.command = ["kate", "{file}", "-l", "{line}", "-c", "{column}"]
config.source("./qutebrowser-solarized/solarized-dark.py") config.source("./qutebrowser-solarized/solarized-dark.py")
c.colors.webpage.bg = "#ffffff"

View file

@ -1,3 +1,3 @@
2025/08/24-14:11:44.298 22f0 Reusing MANIFEST /home/never/.config/tuxedo-control-center/Local Storage/leveldb/MANIFEST-000001 2025/11/01-12:24:10.497 ce8 Reusing MANIFEST /home/never/.config/tuxedo-control-center/Local Storage/leveldb/MANIFEST-000001
2025/08/24-14:11:44.299 22f0 Recovering log #3 2025/11/01-12:24:10.498 ce8 Recovering log #3
2025/08/24-14:11:44.299 22f0 Reusing old log /home/never/.config/tuxedo-control-center/Local Storage/leveldb/000003.log 2025/11/01-12:24:10.498 ce8 Reusing old log /home/never/.config/tuxedo-control-center/Local Storage/leveldb/000003.log

View file

@ -1,3 +1,3 @@
2025/08/22-19:50:02.741 73ba Reusing MANIFEST /home/never/.config/tuxedo-control-center/Local Storage/leveldb/MANIFEST-000001 2025/10/31-18:09:03.604 17491 Reusing MANIFEST /home/never/.config/tuxedo-control-center/Local Storage/leveldb/MANIFEST-000001
2025/08/22-19:50:02.741 73ba Recovering log #3 2025/10/31-18:09:03.604 17491 Recovering log #3
2025/08/22-19:50:02.741 73ba Reusing old log /home/never/.config/tuxedo-control-center/Local Storage/leveldb/000003.log 2025/10/31-18:09:03.604 17491 Reusing old log /home/never/.config/tuxedo-control-center/Local Storage/leveldb/000003.log

View file

@ -1 +1 @@
/tmp/.org.chromium.Chromium.HO8GZm/SS /tmp/.org.chromium.Chromium.FeIiOx/SS

View file

@ -1,3 +1,3 @@
2025/08/24-14:11:49.153 22f0 Reusing MANIFEST /home/never/.config/tuxedo-control-center/Session Storage/MANIFEST-000001 2025/11/01-12:24:31.997 1b66 Reusing MANIFEST /home/never/.config/tuxedo-control-center/Session Storage/MANIFEST-000001
2025/08/24-14:11:49.153 22f0 Recovering log #3 2025/11/01-12:24:31.998 1b66 Recovering log #3
2025/08/24-14:11:49.153 22f0 Reusing old log /home/never/.config/tuxedo-control-center/Session Storage/000003.log 2025/11/01-12:24:31.998 1b66 Reusing old log /home/never/.config/tuxedo-control-center/Session Storage/000003.log

View file

@ -1,3 +1,3 @@
2025/08/22-19:50:06.752 7411 Reusing MANIFEST /home/never/.config/tuxedo-control-center/Session Storage/MANIFEST-000001 2025/10/31-18:09:34.062 1bd60 Reusing MANIFEST /home/never/.config/tuxedo-control-center/Session Storage/MANIFEST-000001
2025/08/22-19:50:06.753 7411 Recovering log #3 2025/10/31-18:09:34.062 1bd60 Recovering log #3
2025/08/22-19:50:06.753 7411 Reusing old log /home/never/.config/tuxedo-control-center/Session Storage/000003.log 2025/10/31-18:09:34.062 1bd60 Reusing old log /home/never/.config/tuxedo-control-center/Session Storage/000003.log

View file

@ -1 +1 @@
466665302716738420 15828416105563977782

View file

@ -1 +1 @@
fedora-254620 fedora-25947