diff options
-rw-r--r-- | .config/lf/lfrc | 6 | ||||
-rwxr-xr-x | .local/bin/discord | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/.config/lf/lfrc b/.config/lf/lfrc index e800495..50930ba 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -35,11 +35,17 @@ cmd bulkrename $vidir $fx map gr cd / map gm cd ~/hdd +map gc cd ~/.config +map gb cd ~/.local/bin +map gs cd ~/.local/share +map gM cd /mnt +map gt cd /tmp map za set hidden! map zh set info size:time map <c-f> $lf -remote "send $id select '$(fzf)'" map <enter> open map D delete +map W $$SHELL map S $$SHELL map <c-n> push :mkdir<space> map <f-7> push :mkdir<space> diff --git a/.local/bin/discord b/.local/bin/discord new file mode 100755 index 0000000..233ec54 --- /dev/null +++ b/.local/bin/discord @@ -0,0 +1,3 @@ +#!/bin/sh + +/usr/local/bin/firefox --kiosk discord.com |