diff --git a/.config/dconf-old/user b/.config/dconf-old/user new file mode 100644 index 0000000..8b25367 Binary files /dev/null and b/.config/dconf-old/user differ diff --git a/.config/dconf/user b/.config/dconf/user deleted file mode 100644 index cbaf4f3..0000000 Binary files a/.config/dconf/user and /dev/null differ diff --git a/.config/nvim/lsp/texlab.lua b/.config/nvim/lsp/texlab.lua index a828cb0..8fc253f 100644 --- a/.config/nvim/lsp/texlab.lua +++ b/.config/nvim/lsp/texlab.lua @@ -141,7 +141,7 @@ return { build = { executable = 'latexmk', args = { '-lualatex', '-interaction=nonstopmode', '-synctex=1', '%f' }, - onSave = true, + onSave = false, forwardSearchAfter = true, }, forwardSearch = { diff --git a/.config/procps/toprc b/.config/procps/toprc index da7fb99..b701cee 100644 --- a/.config/procps/toprc +++ b/.config/procps/toprc @@ -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 diff --git a/.config/xdg-desktop-portal/portals.conf b/.config/xdg-desktop-portal/portals.conf new file mode 100644 index 0000000..9ccfeec --- /dev/null +++ b/.config/xdg-desktop-portal/portals.conf @@ -0,0 +1,2 @@ +[preferred] +default=gnome;gtk diff --git a/.local/scripts/browserprompt.fish b/.local/scripts/browserprompt.fish index 95aa303..d8198cc 100755 --- a/.local/scripts/browserprompt.fish +++ b/.local/scripts/browserprompt.fish @@ -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 +xdg-open "$default$input" diff --git a/README.md b/README.md index e0aceb2..50495c1 100644 --- a/README.md +++ b/README.md @@ -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`