smth
This commit is contained in:
parent
6aa8db7f83
commit
9b38c006b7
3
.gitigonre → .gitignore
vendored
3
.gitigonre → .gitignore
vendored
@ -39,6 +39,9 @@ wal/
|
||||
mpv/
|
||||
fontforge/
|
||||
nuclear/Cache/
|
||||
net.imput.helium/
|
||||
*helium*
|
||||
Proton\ Mail/
|
||||
|
||||
# weechat
|
||||
weechat/sec.conf
|
||||
@ -1,5 +1,5 @@
|
||||
[FileDialog]
|
||||
history=@Invalid()
|
||||
lastVisited=file:///home/c2ny/Pictures
|
||||
qtVersion=6.10.1
|
||||
lastVisited=file:///home/c2ny/Documents
|
||||
qtVersion=5.15.18
|
||||
viewMode=Detail
|
||||
|
||||
@ -111,7 +111,6 @@ unzip -d ~/.local/share/fonts 0xProto.zip
|
||||
|
||||
fc-cache -fv
|
||||
|
||||
|
||||
# flatpak
|
||||
flatpak remote-add --if-not-exists --user flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||
flatpak install --user -y flathub com.spotify.Client org.vinegarhq.Sober
|
||||
|
||||
@ -60,7 +60,7 @@ update_ms = 2000
|
||||
|
||||
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
|
||||
#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
|
||||
proc_sorting = "cpu lazy"
|
||||
proc_sorting = "memory"
|
||||
|
||||
#* Reverse sorting order, True or False.
|
||||
proc_reversed = false
|
||||
|
||||
@ -358,9 +358,9 @@
|
||||
"org.gnome.Terminal.desktop"
|
||||
],
|
||||
"value": [
|
||||
"org.mozilla.firefox.desktop",
|
||||
"org.telegram.desktop._b1807ce1df22ee6402707058cb72785d.desktop",
|
||||
"nemo.desktop"
|
||||
"nemo.desktop",
|
||||
"helium.desktop",
|
||||
"org.telegram.desktop._b1807ce1df22ee6402707058cb72785d.desktop"
|
||||
]
|
||||
},
|
||||
"__md5__": "9e7302e8001913ced95816fd420dc8e0"
|
||||
@ -79,7 +79,7 @@
|
||||
"default": false,
|
||||
"description": "Use a custom icon and label",
|
||||
"tooltip": "Check this to specify a custom icon and label",
|
||||
"value": false
|
||||
"value": true
|
||||
},
|
||||
"menu-icon": {
|
||||
"type": "iconfilechooser",
|
||||
@ -88,7 +88,7 @@
|
||||
"tooltip": "Select an icon to show in the panel.",
|
||||
"default_icon": "cinnamon-symbolic",
|
||||
"dependency": "menu-custom",
|
||||
"value": "linuxmint-logo-ring-symbolic"
|
||||
"value": "/home/c2ny/Pictures/destroyman.png"
|
||||
},
|
||||
"menu-icon-size": {
|
||||
"type": "spinbutton",
|
||||
@ -99,7 +99,7 @@
|
||||
"units": "px",
|
||||
"description": "Icon size",
|
||||
"dependency": "menu-custom",
|
||||
"value": 32
|
||||
"value": 70.0
|
||||
},
|
||||
"menu-label": {
|
||||
"type": "entry",
|
||||
@ -107,7 +107,7 @@
|
||||
"description": "Text",
|
||||
"tooltip": "Enter custom text to show in the panel.",
|
||||
"dependency": "menu-custom",
|
||||
"value": ""
|
||||
"value": "larps"
|
||||
},
|
||||
"show-category-icons": {
|
||||
"type": "switch",
|
||||
|
||||
@ -43,7 +43,8 @@
|
||||
"rhythmbox",
|
||||
"io.github.celluloid_player.Celluloid",
|
||||
"firefox",
|
||||
"org.mozilla.firefox"
|
||||
"org.mozilla.firefox",
|
||||
"spotify"
|
||||
]
|
||||
},
|
||||
"section2": {
|
||||
|
||||
BIN
dconf/user
BIN
dconf/user
Binary file not shown.
4
lutris/games/chrono-clock-1769194786.yml
Normal file
4
lutris/games/chrono-clock-1769194786.yml
Normal file
@ -0,0 +1,4 @@
|
||||
game:
|
||||
exe: /home/c2ny/Games/Chrono_Clock/cmvs32.exe
|
||||
wine:
|
||||
version: GE-Proton10-28
|
||||
1
lutris/games/fruit-of-grisaia-1769197018.yml
Normal file
1
lutris/games/fruit-of-grisaia-1769197018.yml
Normal file
@ -0,0 +1 @@
|
||||
{}
|
||||
4
lutris/games/larphibi-1769196845.yml
Normal file
4
lutris/games/larphibi-1769196845.yml
Normal file
@ -0,0 +1,4 @@
|
||||
game:
|
||||
exe: /home/c2ny/Games/WonderfulEverydayUncensored/BGI.exe
|
||||
wine:
|
||||
version: GE-Proton10-28
|
||||
@ -7,10 +7,10 @@ ubisoft = True
|
||||
steam = True
|
||||
|
||||
[lutris]
|
||||
width = 824
|
||||
height = 600
|
||||
window_x = 522
|
||||
window_y = 128
|
||||
width = 1164
|
||||
height = 712
|
||||
window_x = 341
|
||||
window_y = 104
|
||||
maximized = False
|
||||
selected_category = category:all
|
||||
show_advanced_options = False
|
||||
@ -20,4 +20,5 @@ hide_client_on_game_start = False
|
||||
show_tray_icon = True
|
||||
icon_type_gridview_gog = banner
|
||||
icon_type_gridview = coverart_med
|
||||
wine-update-channel = self-maintained
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
wine:
|
||||
battleye: false
|
||||
eac: false
|
||||
version: GE-Wine8-26
|
||||
version: GE-Proton10-28
|
||||
|
||||
@ -1,22 +1,22 @@
|
||||
[desktop-monitor-0]
|
||||
nemo-icon-view-keep-aligned=true
|
||||
nemo-icon-view-auto-layout=true
|
||||
nemo-icon-view-layout-timestamp=1769091713
|
||||
nemo-icon-view-layout-timestamp=1769280641
|
||||
|
||||
[trash]
|
||||
nemo-icon-position-timestamp=1769119723
|
||||
nemo-icon-position=91,225
|
||||
nemo-icon-position-timestamp=1769281021
|
||||
nemo-icon-position=91,229
|
||||
monitor=0
|
||||
icon-scale=1
|
||||
|
||||
[home]
|
||||
nemo-icon-position-timestamp=1769119723
|
||||
nemo-icon-position=91,125
|
||||
nemo-icon-position-timestamp=1769281021
|
||||
nemo-icon-position=91,129
|
||||
monitor=0
|
||||
icon-scale=1
|
||||
|
||||
[computer]
|
||||
nemo-icon-position-timestamp=1769119723
|
||||
nemo-icon-position=91,25
|
||||
nemo-icon-position-timestamp=1769281021
|
||||
nemo-icon-position=91,29
|
||||
monitor=0
|
||||
icon-scale=1
|
||||
|
||||
@ -243,6 +243,10 @@ _G.packer_plugins = {
|
||||
}
|
||||
|
||||
time([[Defining packer_plugins]], false)
|
||||
-- Config for: mason.nvim
|
||||
time([[Config for mason.nvim]], true)
|
||||
try_loadstring("\27LJ\2\nŸ\1\0\0\4\0\6\0\t6\0\0\0'\2\1\0B\0\2\0029\0\2\0005\2\4\0005\3\3\0=\3\5\2B\0\2\1K\0\1\0\15registries\1\0\1\15registries\0\1\3\0\0$github:mason-org/mason-registry&github:Crashdummyy/mason-registry\nsetup\nmason\frequire\0", "config", "mason.nvim")
|
||||
time([[Config for mason.nvim]], false)
|
||||
-- Config for: nvim-dap-view
|
||||
time([[Config for nvim-dap-view]], true)
|
||||
try_loadstring("\27LJ\2\n:\0\0\3\0\3\0\a6\0\0\0'\2\1\0B\0\2\0029\0\2\0004\2\0\0B\0\2\2K\0\1\0\nsetup\rdap-view\frequire\0", "config", "nvim-dap-view")
|
||||
@ -251,10 +255,6 @@ time([[Config for nvim-dap-view]], false)
|
||||
time([[Config for nvim-colorizer.lua]], true)
|
||||
try_loadstring("\27LJ\2\n7\0\0\3\0\3\0\0066\0\0\0'\2\1\0B\0\2\0029\0\2\0B\0\1\1K\0\1\0\nsetup\14colorizer\frequire\0", "config", "nvim-colorizer.lua")
|
||||
time([[Config for nvim-colorizer.lua]], false)
|
||||
-- Config for: mason.nvim
|
||||
time([[Config for mason.nvim]], true)
|
||||
try_loadstring("\27LJ\2\nŸ\1\0\0\4\0\6\0\t6\0\0\0'\2\1\0B\0\2\0029\0\2\0005\2\4\0005\3\3\0=\3\5\2B\0\2\1K\0\1\0\15registries\1\0\1\15registries\0\1\3\0\0$github:mason-org/mason-registry&github:Crashdummyy/mason-registry\nsetup\nmason\frequire\0", "config", "mason.nvim")
|
||||
time([[Config for mason.nvim]], false)
|
||||
vim.cmd [[augroup packer_load_aucmds]]
|
||||
vim.cmd [[au!]]
|
||||
-- Event lazy-loads
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
last=de234b8b-f808-47d1-86f9-ef1a6bbe2e67
|
||||
last=
|
||||
checkonlogin=1
|
||||
|
||||
|
Before Width: | Height: | Size: 180 KiB After Width: | Height: | Size: 180 KiB |
20
wallpaper/nohup.out
Normal file
20
wallpaper/nohup.out
Normal file
@ -0,0 +1,20 @@
|
||||
|
||||
(nemo:39725): Gtk-WARNING **: 13:30:55.465: Failed to register client: GDBus.Error:org.gnome.SessionManager.AlreadyRegistered: Unable to register client
|
||||
Initializing nemo-image-converter extension
|
||||
WARNING: Glycin running without sandbox.
|
||||
WARNING: Glycin running without sandbox.
|
||||
WARNING: Glycin running without sandbox.
|
||||
WARNING: Glycin running without sandbox.
|
||||
WARNING: Glycin running without sandbox.
|
||||
WARNING: Glycin running without sandbox.
|
||||
WARNING: Glycin running without sandbox.
|
||||
WARNING: Glycin running without sandbox.
|
||||
WARNING: Glycin running without sandbox.
|
||||
WARNING: Glycin running without sandbox.
|
||||
WARNING: Glycin running without sandbox.
|
||||
WARNING: Glycin running without sandbox.
|
||||
WARNING: Glycin running without sandbox.
|
||||
WARNING: Glycin running without sandbox.
|
||||
WARNING: Glycin running without sandbox.
|
||||
WARNING: Glycin running without sandbox.
|
||||
WARNING: Glycin running without sandbox.
|
||||
Loading…
x
Reference in New Issue
Block a user