new stuff
This commit is contained in:
parent
3a52d92cca
commit
01e9974150
7 changed files with 7 additions and 11 deletions
BIN
.config/dconf-old/user
Normal file
BIN
.config/dconf-old/user
Normal file
Binary file not shown.
Binary file not shown.
|
|
@ -141,7 +141,7 @@ return {
|
|||
build = {
|
||||
executable = 'latexmk',
|
||||
args = { '-lualatex', '-interaction=nonstopmode', '-synctex=1', '%f' },
|
||||
onSave = true,
|
||||
onSave = false,
|
||||
forwardSearchAfter = true,
|
||||
},
|
||||
forwardSearch = {
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ Def fieldscur= 75 81 103 105 119 123 129 120 137 111 117 115 139
|
|||
154 156 158 160 162 164 166 168 170 172 174 176 178 180 182 184 186 188 190 192
|
||||
194 196 198 200 202 204 206 208 210 212 214 216 218 220 222 224 226 228 230 232
|
||||
234 236 238 240 242 244 246 248 250 252 254 256 258 260 262 264 266 268 270 272
|
||||
winflags=457524, sortindx=14, maxtasks=0, graph_cpus=1, graph_mems=1, double_up=0, combine_cpus=0, core_types=0
|
||||
winflags=457524, sortindx=21, maxtasks=0, graph_cpus=1, graph_mems=1, double_up=0, combine_cpus=0, core_types=0
|
||||
summclr=2, msgsclr=11, headclr=15, taskclr=7
|
||||
Job fieldscur= 75 77 115 111 117 80 103 105 137 119 123 128 120 79 139 82 84 86 88 90
|
||||
92 94 96 98 100 106 108 112 124 126 130 132 134 140 142 144 146 148 150 152
|
||||
|
|
|
|||
2
.config/xdg-desktop-portal/portals.conf
Normal file
2
.config/xdg-desktop-portal/portals.conf
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[preferred]
|
||||
default=gnome;gtk
|
||||
|
|
@ -1,14 +1,7 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
set default "https://duckduckgo.com/?q="
|
||||
set wiki "https://en.wikipedia.org/?search="
|
||||
set default "https://marginalia-search.com/search?query="
|
||||
|
||||
set input (prompt)
|
||||
set split_input (string split -m 1 ":" $input)
|
||||
|
||||
switch $split_input[1]
|
||||
case "w"
|
||||
xdg-open "$wiki$split_input[2]"
|
||||
case "*"
|
||||
xdg-open "$default$input"
|
||||
end
|
||||
|
|
|
|||
|
|
@ -93,6 +93,7 @@ For some [RPM Fusion (Non) Free](https://rpmfusion.org/) repos or
|
|||
- `keepassxc`
|
||||
- `evolution`
|
||||
- `qt6ct`
|
||||
- `plasma-breeze-qt6`
|
||||
- `yt-dlp`
|
||||
- `lua`
|
||||
- `@c-development`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue