diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-02-25 13:21:50 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-02-25 13:21:50 +0100 |
| commit | bb72eb10b6c7148ad3107c50a4232dea080d1468 (patch) | |
| tree | 2b594e8332409497fec0261befa93895d48bad87 /config | |
| parent | bef00325cb5726f09d358344e7c23e3eab3d80ac (diff) | |
| download | dotfiles-bb72eb10b6c7148ad3107c50a4232dea080d1468.tar.gz dotfiles-bb72eb10b6c7148ad3107c50a4232dea080d1468.tar.bz2 dotfiles-bb72eb10b6c7148ad3107c50a4232dea080d1468.zip | |
Added travis CI, fixing shellcheck errors
Diffstat (limited to 'config')
| -rw-r--r-- | config/qutebrowser/config.py | 3 | ||||
| -rwxr-xr-x | config/x11/xinitrc | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py index 83d7ae7..d449658 100644 --- a/config/qutebrowser/config.py +++ b/config/qutebrowser/config.py @@ -31,7 +31,8 @@ c.url.searchengines = { 'gh': 'https://github.com/search?q={}', 'h': 'https://hoogle.haskell.org/?hoogle={}', 'cpp': 'http://cplusplus.com/search.do?q={}', - 'lar': 'https://www.larousse.fr/dictionnaires/francais/{}' + 'lar': 'https://www.larousse.fr/dictionnaires/francais/{}', + 'pypi': 'https://pypi.org/search/?q={}', } c.fonts.default_family = 'Fira Mono' diff --git a/config/x11/xinitrc b/config/x11/xinitrc index 2dbe77a..90d8515 100755 --- a/config/x11/xinitrc +++ b/config/x11/xinitrc @@ -7,7 +7,7 @@ redshift -c $XDG_CONFIG_HOME/redshift/redshift.conf & echo 'Starting dunst' dunst & xset r rate 200 50 -pulseaudio --daemonize +pulseaudio -D case "$(cat /etc/hostname)" in cacharle-main) |
