Improve configs

Link latest screenshot
Disable astronvim dashboard
Remove unused qutebrowse keybinds
Change waybar player info spacing
This commit is contained in:
Tobias Reisinger 2024-11-26 03:45:23 +01:00
parent 452e39205a
commit a60d88a5ef
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 7 additions and 7 deletions

View file

@ -104,6 +104,7 @@ call_screenshot_tool() {
if [ "$result" -gt 0 ] if [ "$result" -gt 0 ]
then then
ln -sf "$screenshot_path" "/tmp/screenshot_latest.webp"
return 0 return 0
else else
return 1 return 1

View file

@ -0,0 +1,3 @@
return {
{ "goolord/alpha-nvim", enabled = false },
}

View file

@ -17,11 +17,7 @@ def init(c):
c.bind(',et', 'spawn ts-control message {url}') c.bind(',et', 'spawn ts-control message {url}')
c.bind(',eT', 'hint links spawn ts-control message {hint-url}') c.bind(',eT', 'hint links spawn ts-control message {hint-url}')
# password-manager
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}://teddit.net{url:path}{url:query}')
gpg_key = '723B78C0BF8D8C721D2C4EEF41E544A54E2533B2' gpg_key = '723B78C0BF8D8C721D2C4EEF41E544A54E2533B2'
c.bind(',p', f'spawn --userscript qutebrowser-keepassxc --key {gpg_key}', mode='normal') c.bind(',p', f'spawn --userscript qutebrowser-keepassxc --key {gpg_key}', mode='normal')
c.bind(',Pu', f'spawn --userscript qutebrowser-keepassxc --only-username --key {gpg_key}', mode='normal') c.bind(',Pu', f'spawn --userscript qutebrowser-keepassxc --only-username --key {gpg_key}', mode='normal')

View file

@ -32,8 +32,8 @@
"position", "position",
"length" "length"
], ],
"title-len": 50, "title-len": 20,
"artist-len": 25, "artist-len": 20,
"player-icons": { "player-icons": {
"default": "󰎈", "default": "󰎈",
"chromium": "", "chromium": "",