Wrote dmenu bg-chooser script

This commit is contained in:
2019-01-05 17:48:36 -05:00
parent 453d2febc2
commit 5139bb33f6
9 changed files with 33 additions and 16 deletions

View File

@@ -674,8 +674,12 @@ map rr source ~/.config/ranger/rc.conf
# backgrounds
map w shell /usr/bin/wal -i %f
map bgd shell mv %f dim
map bgb shell mv %f vibrant
map bdc shell mv %f dim/editing
map bdn shell mv %f dim/non-editing
# map bbc shell mv %f bright/editing
# map bbn shell mv %f bright/non-editing
map bc shell mv %f editing
map bn shell mv %f non-editing
# bulk rename
map cw eval fm.execute_console("bulkrename") if fm.thisdir.marked_items else fm.open_console("rename ")