diff --git a/.config/qutebrowser/keybindings.py b/.config/qutebrowser/keybindings.py index b0314e2..17a0500 100644 --- a/.config/qutebrowser/keybindings.py +++ b/.config/qutebrowser/keybindings.py @@ -10,7 +10,7 @@ def init(c): c.bind(',g', 'open {url:scheme}://github1s.com{url:path}{url:query}') c.bind(',rr', 'open {url:scheme}://unddit.com{url:path}{url:query}') - c.bind(',rt', 'open {url:scheme}://reddit.tube{url:path}{url:query}') + c.bind(',rt', 'open {url:scheme}://teddit.net{url:path}{url:query}') c.bind(',s', 'spawn xdg-open steam://openurl/{url}') gpg_key = '723B78C0BF8D8C721D2C4EEF41E544A54E2533B2' diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 853b4c4..4165a15 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -1,6 +1,6 @@ configuration { modi: "combi,ssh,run,window"; - font: "JetBrains Mono 13"; + font: "JetBrains Mono Nerd Font 12"; show-icons: true; ssh-command: "{terminal} -e bash -ic "ssh {host} [-p {port}]""; icon-theme: ""Papirus-Dark""; diff --git a/.config/rofi/dracula.rasi b/.config/rofi/dracula.rasi index e85ce58..3e5cfbe 100644 --- a/.config/rofi/dracula.rasi +++ b/.config/rofi/dracula.rasi @@ -1,7 +1,7 @@ /*Dracula theme based on the Purple official rofi theme*/ * { - font: "Jetbrains Mono 12"; + font: "Jetbrains Mono Nerd Font 12"; foreground: #f8f8f2; background-color: #282a36; active-background: #6272a4; diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index af2cc61..de3b674 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -88,9 +88,6 @@ autoinstall file \ # Add wisely, as too many plugins slow down shell startup. plugins=( 'colored-man-pages' - 'copypath' - 'copyfile' - 'cp' 'docker' 'docker-compose' 'extract'