Minor changes

This commit is contained in:
Dmitry Zakharchenko 2022-12-13 09:18:29 +02:00
parent 3cb755a7ca
commit 7dca2eb32b
6 changed files with 9 additions and 6 deletions

View File

@ -16,6 +16,8 @@ https://youtube.com/feeds/videos.xml?channel_id=UC3cntnJoRiiLaZ7dZwTTQ8A "(ytb)"
https://youtube.com/feeds/videos.xml?channel_id=UCW-HBBzxn7URXPHzWiZTq_A "(ytb)"
https://youtube.com/feeds/videos.xml?channel_id=UCFzGyNKXPAglNq28qWYTDFA "(ytb)"
https://youtube.com/feeds/videos.xml?channel_id=UCdGUr1XKTND-CcGhq_b4eKw "(ytb)"
https://youtube.com/feeds/videos.xml?channel_id=UCjFaPUcJU1vwk193mnW_w1w "(ytb)"
https://youtube.com/feeds/videos.xml?channel_id=UCLx053rWZxCiYWsBETgdKrQ "(ytb)"
"HL" "(---)"
https://youtube.com/feeds/videos.xml?channel_id=UCjulQNQQJmpYzI-BD1-s03w "(ytb)"
@ -46,6 +48,7 @@ https://youtube.com/feeds/videos.xml?channel_id=UCIwBjM0QCMHIQIAc53eOXZg "(ytb)"
"SOC" "(---)"
https://kamilkazani.substack.com/feed "(www)"
https://youtube.com/feeds/videos.xml?channel_id=UCf_kbk7T6-3Cw1o3KA4hxCg "(ytb)"
https://youtube.com/feeds/videos.xml?channel_id=UC-b89a0Fw6pNoP-g-_qLeiw "(ytb)"
https://youtube.com/feeds/videos.xml?channel_id=UC9RM-iSvTu1uPJb8X5yp3EQ "(ytb)"
https://youtube.com/feeds/videos.xml?channel_id=UCR1D15p_vdP3HkrH8wgjQRw "(ytb)"

View File

@ -15,6 +15,6 @@ prompt-text = ">"
result-spacing = 20
selection-background = #005577
selection-color = #f2f0ec
selection-padding = 8
selection-background-padding = 8
text-color = #bbbbbb
width = 100%

View File

@ -28,7 +28,7 @@ nnoremap ,w :set wrap!<cr>
nmap <space> tj
nmap q ZQ
fileviewer <text/html> lynx -dump %c
fileviewer <text/html> elinks -dump %c
filetype *.csv,*.xlsx sc-im %c
fileviewer *.csv sed "s/,,,,/,,-,,/g;s/,,/ /g" %c | column -t | sed "s/ - / /g" | cut -c -%pw
@ -51,4 +51,4 @@ fileviewer <image/*> sixel %c %pw %ph %pd %pc
filetype *.torrent torwrap add %c
fileviewer *.torrent transmission-show
set vifminfo=dhistory,chistory,tui,shistory,phistory,fhistory,dirstack,registers
set vifminfo=tui,dirstack,registers

View File

@ -9,7 +9,7 @@ export GPG_TTY=$(tty)
stty stop undef
setopt autocd
setopt interactive_comments
setopt noglob
setopt extendedglob
# Load aliases
source $XDG_CONFIG_HOME/shell/aliases

View File

@ -20,7 +20,7 @@ case "$feed" in
*ogg|*mp3|*wav)
qndl -a "$feed" >/dev/null 2>&1 ;;
magnet*)
torwrap -a "$feed" >/dev/null 2>&1 ;;
torwrap add "$feed" >/dev/null 2>&1 ;;
*)
setsid -f "$BROWSER" "$feed" >/dev/null 2>&1
esac

View File

@ -8,5 +8,5 @@ case $1 in
rest)
prompt "Leave dwl?" "kill -TERM $(pgrep -u $USER "\bdwl$")" ;;
lock)
dpms-off; swaylock -c 000000 ; mpc pause
mpc pause; waylock -init-color 0x000000 -input-color 0x005577
esac