Compare commits

...

2 Commits

Author SHA1 Message Date
Felipe M 3a22e17823
qutebrowser: enabled hardware acceleration 2021-01-19 16:46:01 +01:00
Felipe M 246a6d42c6
config: zsh add EDITOR variable 2021-01-19 16:45:41 +01:00
2 changed files with 9 additions and 0 deletions

View File

@ -33,5 +33,11 @@ c.url.searchengines = {
c.url.default_page = "https://miniflux.fmartingr.dev"
c.url.start_pages = ["https://miniflux.fmartingr.dev"]
# QT Configuration
# Enables Hardware Acceleration.
# ignore-gpu-blacklist should not be needed on all computers though, we may need to
# update this configuration once more computers use it.
c.qt.args = ["enable-gpu-rasterization", "ignore-gpu-blacklist", "enable-native-gpu-memory-buffers", "num-raster-threads=4"]
# Load autoconfig
config.load_autoconfig()

3
.zshrc
View File

@ -10,6 +10,9 @@ export GOPATH=~/.gocode
export PATH=$PATH:$(go env GOPATH)/bin
export PATH=$PATH:$HOME/.local/bin
# Editor
export EDITOR=nvim
source ~/.antigen.zsh
antigen bundle oh-my-zsh