~/dotfiles
~/dotfiles.tar.gz
dotfiles@lexa.by
Xresources
bashrc
config/
gitconfig
imwheelrc
inputrc
local/
mailcap
moc/config
muttrc
newsboat/config
profile
tmux.conf
vim/
xprofile
awesome/rc.lua
chromium-flags.conf
dunst/dunstrc.theme
fontconfig/fonts.conf
gtk-3.0/gtk.css
i3/config
luakit/theme.lua
mpv/
picom.conf
polybar/config
ranger/
redshift.conf
rofi/config
sxhkd/sxhkdrc
sxiv/exec/
exec/
image-info
key-handler
[download]
config/sxiv/exec/key-handler
1
#!/bin/bash
2
3
while
read f; do
4
case
$
1
in
5
d) trash
"$f"
;;
6
w) theme -b
"$f"
;;
7
esac
8
done