Update pkg.list, Add qutebrowser config
This commit is contained in:
		| @@ -41,6 +41,7 @@ fail2ban | |||||||
| fakeroot | fakeroot | ||||||
| fd | fd | ||||||
| figlet | figlet | ||||||
|  | filezilla | ||||||
| firefox | firefox | ||||||
| fish | fish | ||||||
| flameshot | flameshot | ||||||
| @@ -52,6 +53,7 @@ gcc | |||||||
| gdb | gdb | ||||||
| gimp | gimp | ||||||
| git-delta | git-delta | ||||||
|  | git-filter-repo | ||||||
| git-lfs | git-lfs | ||||||
| glow | glow | ||||||
| gnome-terminal | gnome-terminal | ||||||
| @@ -134,6 +136,8 @@ pulseaudio | |||||||
| pulseaudio-alsa | pulseaudio-alsa | ||||||
| pulseaudio-jack | pulseaudio-jack | ||||||
| pulseaudio-module-xrdp | pulseaudio-module-xrdp | ||||||
|  | python-aiohttp | ||||||
|  | python-aiosmtpd | ||||||
| python-black | python-black | ||||||
| python-dbus-next | python-dbus-next | ||||||
| python-heatclient | python-heatclient | ||||||
|   | |||||||
							
								
								
									
										118
									
								
								.config/qutebrowser/autoconfig.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										118
									
								
								.config/qutebrowser/autoconfig.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,118 @@ | |||||||
|  | # 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 | ||||||
|  | # DO NOT edit this file by hand, qutebrowser will overwrite it. | ||||||
|  | # Instead, create a config.py - see :help for details. | ||||||
|  |  | ||||||
|  | config_version: 2 | ||||||
|  | settings: | ||||||
|  |   bindings.commands: | ||||||
|  |     global: | ||||||
|  |       normal: | ||||||
|  |         <End>: nop | ||||||
|  |         <Meta>: nop | ||||||
|  |   colors.completion.category.bg: | ||||||
|  |     global: 'qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #2e3440, stop:1 #434c5e)' | ||||||
|  |   colors.completion.category.border.bottom: | ||||||
|  |     global: '#2e3440' | ||||||
|  |   colors.completion.category.border.top: | ||||||
|  |     global: '#2e3440' | ||||||
|  |   colors.completion.category.fg: | ||||||
|  |     global: '#eceff4' | ||||||
|  |   colors.completion.even.bg: | ||||||
|  |     global: '#3b4252' | ||||||
|  |   colors.completion.fg: | ||||||
|  |     global: | ||||||
|  |     - '#ECEFF4' | ||||||
|  |     - '#ECEFF4' | ||||||
|  |     - '#ECEFF4' | ||||||
|  |   colors.completion.item.selected.border.bottom: | ||||||
|  |     global: '#ebcb8b' | ||||||
|  |   colors.completion.item.selected.border.top: | ||||||
|  |     global: '#ebcb8b' | ||||||
|  |   colors.completion.item.selected.fg: | ||||||
|  |     global: '#2e3440' | ||||||
|  |   colors.completion.match.fg: | ||||||
|  |     global: '#ff4444' | ||||||
|  |   colors.completion.odd.bg: | ||||||
|  |     global: '#4c566a' | ||||||
|  |   colors.completion.scrollbar.bg: | ||||||
|  |     global: '#2e3440' | ||||||
|  |   colors.completion.scrollbar.fg: | ||||||
|  |     global: '#eceff4' | ||||||
|  |   colors.downloads.error.bg: | ||||||
|  |     global: red | ||||||
|  |   colors.downloads.error.fg: | ||||||
|  |     global: '#ECEFF4' | ||||||
|  |   colors.downloads.start.fg: | ||||||
|  |     global: '#ECEFF4' | ||||||
|  |   colors.downloads.stop.fg: | ||||||
|  |     global: '#ECEFF4' | ||||||
|  |   colors.hints.fg: | ||||||
|  |     global: black | ||||||
|  |   colors.prompts.fg: | ||||||
|  |     global: '#ECEFF4' | ||||||
|  |   colors.prompts.selected.fg: | ||||||
|  |     global: '#ECEFF4' | ||||||
|  |   colors.statusbar.caret.fg: | ||||||
|  |     global: '#ECEFF4' | ||||||
|  |   colors.statusbar.caret.selection.fg: | ||||||
|  |     global: '#ECEFF4' | ||||||
|  |   colors.statusbar.command.bg: | ||||||
|  |     global: '#2e3440' | ||||||
|  |   colors.statusbar.command.fg: | ||||||
|  |     global: '#ECEFF4' | ||||||
|  |   colors.statusbar.command.private.fg: | ||||||
|  |     global: '#ECEFF4' | ||||||
|  |   colors.statusbar.insert.fg: | ||||||
|  |     global: '#ECEFF4' | ||||||
|  |   colors.statusbar.normal.bg: | ||||||
|  |     global: '#2e3440' | ||||||
|  |   colors.statusbar.normal.fg: | ||||||
|  |     global: '#ECEFF4' | ||||||
|  |   colors.statusbar.passthrough.fg: | ||||||
|  |     global: '#ECEFF4' | ||||||
|  |   colors.statusbar.private.fg: | ||||||
|  |     global: '#ECEFF4' | ||||||
|  |   colors.statusbar.progress.bg: | ||||||
|  |     global: '#ECEFF4' | ||||||
|  |   colors.tabs.bar.bg: | ||||||
|  |     global: '#2e3440' | ||||||
|  |   colors.tabs.even.bg: | ||||||
|  |     global: '#5e81ac' | ||||||
|  |   colors.tabs.even.fg: | ||||||
|  |     global: '#eceff4' | ||||||
|  |   colors.tabs.indicator.error: | ||||||
|  |     global: '#ff0000' | ||||||
|  |   colors.tabs.indicator.stop: | ||||||
|  |     global: '#00aa00' | ||||||
|  |   colors.tabs.odd.bg: | ||||||
|  |     global: '#434c5e' | ||||||
|  |   colors.tabs.odd.fg: | ||||||
|  |     global: '#e5e9f0' | ||||||
|  |   colors.tabs.pinned.selected.odd.fg: | ||||||
|  |     global: white | ||||||
|  |   colors.tabs.selected.even.bg: | ||||||
|  |     global: '#d08770' | ||||||
|  |   colors.tabs.selected.even.fg: | ||||||
|  |     global: '#2e3440' | ||||||
|  |   colors.tabs.selected.odd.bg: | ||||||
|  |     global: '#d08770' | ||||||
|  |   colors.tabs.selected.odd.fg: | ||||||
|  |     global: '#2e3440' | ||||||
|  |   colors.webpage.bg: | ||||||
|  |     global: null | ||||||
|  |   colors.webpage.darkmode.algorithm: | ||||||
|  |     global: lightness-cielab | ||||||
|  |   colors.webpage.darkmode.contrast: | ||||||
|  |     global: 0.0 | ||||||
|  |   colors.webpage.darkmode.enabled: | ||||||
|  |     global: false | ||||||
|  |   colors.webpage.darkmode.threshold.background: | ||||||
|  |     global: 0 | ||||||
|  |   colors.webpage.darkmode.threshold.text: | ||||||
|  |     global: 256 | ||||||
|  |   colors.webpage.preferred_color_scheme: | ||||||
|  |     global: dark | ||||||
|  |   completion.cmd_history_max_items: | ||||||
|  |     global: 100 | ||||||
		Reference in New Issue
	
	Block a user