From 4b5f599e29c98bd059b3b3bc6ae7bfc47f1817da Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Thu, 2 Apr 2020 19:04:55 +0300 Subject: fixed some oopsies --- dotfiles/.bemenurc | 27 --------------------------- dotfiles/.config/ranger/rc.conf | 2 +- 2 files changed, 1 insertion(+), 28 deletions(-) delete mode 100755 dotfiles/.bemenurc (limited to 'dotfiles') diff --git a/dotfiles/.bemenurc b/dotfiles/.bemenurc deleted file mode 100755 index d0429fd..0000000 --- a/dotfiles/.bemenurc +++ /dev/null @@ -1,27 +0,0 @@ -# -# ~/.bemenurc -# - -BEMENU_BACKEND=wayland - -## define the font for dmenu to be used -BEMENU_FN="BlexMonoNerdFontMono 10" - -## textcolour for title -BEMENU_TF="#D8DEE9" - -## background colour for unselected menu-items -BEMENU_NB="#1B1E25" - -## textcolour for unselected menu-items -BEMENU_NF="#D8DEE9" - -## background colour for highlighted menu-items -BEMENU_HB="#5B8277" - -## textcolour for highlighted menu-items -BEMENU_HF="#E5E9F0" - -## command for the terminal application to be used: -TERMINAL_CMD="terminal -e" - diff --git a/dotfiles/.config/ranger/rc.conf b/dotfiles/.config/ranger/rc.conf index 2d88df8..525fd20 100644 --- a/dotfiles/.config/ranger/rc.conf +++ b/dotfiles/.config/ranger/rc.conf @@ -434,7 +434,7 @@ map oR cd / map o? cd /usr/share/doc/ranger map oh cd ~ -map od cd $XDG_DOCUMENTS_DIR +map od cd ~/docs map oD cd ~/dls map omm cd ~/music map opp cd ~/pics -- cgit v1.2.3