Qutebrowser & zshrc

lightmode
E. Almqvist 3 years ago
parent 522ffe4c08
commit 63d043c99e
  1. 2
      qutebrowser/.config/qutebrowser/config.py
  2. 1
      qutebrowser/.config/qutebrowser/startpage
  3. 1
      zsh/.zshrc

@ -190,7 +190,7 @@ c.tabs.show = 'always'
# Setting default page for when opening new tabs or new windows with
# commands like :open -t and :open -w .
c.url.default_page = 'file://~/.surf/html/homepage.html'
c.url.default_page = 'file://~/.dotfiles/qutebrowser/.config/qutebrowser/startpage/index.html'
# Search engines which can be used via the address bar. Maps a search
# engine name (such as `DEFAULT`, or `ddg`) to a URL with a `{}`

@ -0,0 +1 @@
/home/elal/Projects/websites/startpage

@ -104,6 +104,7 @@ source $ZSH/oh-my-zsh.sh
source $ZSH/aliases.sh
export TERM='xterm-256color'
export PATH="$HOME/.scripts:$PATH" # Add custom scripts!
# Program defaults

Loading…
Cancel
Save