diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-07-31 08:51:59 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-07-31 08:51:59 +0200 |
| commit | 9a7a7ba045aca17f3d0a33ce132c63c61043f361 (patch) | |
| tree | b8493efded4254e0ca3a63033333832b9d777f42 /config | |
| parent | 4e21304012882b001eaf2698bb4af0dfe07b3b32 (diff) | |
| download | dotfiles-9a7a7ba045aca17f3d0a33ce132c63c61043f361.tar.gz dotfiles-9a7a7ba045aca17f3d0a33ce132c63c61043f361.tar.bz2 dotfiles-9a7a7ba045aca17f3d0a33ce132c63c61043f361.zip | |
Added SUDO env variable to use doas instead
Diffstat (limited to 'config')
| -rw-r--r-- | config/qutebrowser/config.py | 2 | ||||
| -rwxr-xr-x | config/zsh/zprofile | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py index 61a041d..fc1e480 100644 --- a/config/qutebrowser/config.py +++ b/config/qutebrowser/config.py @@ -118,8 +118,6 @@ c.tabs.last_close = "startpage" c.tabs.title.format = "{audio}{current_title}" c.tabs.select_on_remove = "last-used" -c.scrolling.bar = "always" - # base16-qutebrowser (https://github.com/theova/base16-qutebrowser) # Base16 qutebrowser template by theova # Gruvbox dark, hard scheme by Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox) diff --git a/config/zsh/zprofile b/config/zsh/zprofile index 52af55f..9a26525 100755 --- a/config/zsh/zprofile +++ b/config/zsh/zprofile @@ -9,6 +9,7 @@ export TERMINAL='st' export MAIL='me@cacharle.xyz' export BROWSER='qutebrowser' export BROWSERCLI='w3m' +export SUDO='doas' # XDG all the things export XDG_CONFIG_HOME="$HOME/.config" |
