Improve configs
Link latest screenshot Disable astronvim dashboard Remove unused qutebrowse keybinds Change waybar player info spacing
This commit is contained in:
parent
452e39205a
commit
a60d88a5ef
4 changed files with 7 additions and 7 deletions
|
@ -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
|
||||||
|
|
3
.config/nvim/lua/plugins/disabled.lua
Normal file
3
.config/nvim/lua/plugins/disabled.lua
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
return {
|
||||||
|
{ "goolord/alpha-nvim", enabled = false },
|
||||||
|
}
|
|
@ -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')
|
||||||
|
|
|
@ -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": "",
|
||||||
|
|
Loading…
Reference in a new issue