Remove dmenu config

While it's installed, it's never used.
It should get uninstalled...
This commit is contained in:
c0de 2022-08-17 16:05:20 -05:00
parent 657e38fb34
commit 946e6e2f9f
2 changed files with 0 additions and 23 deletions

View File

@ -1,22 +0,0 @@
# Configuration for D-Menu (I use rofi mostly, this is usually forgotten about)
## define the font for dmenu to be used
DMENU_FN="Source Code Pro Semibold 10.5"
## background colour for unselected menu-items
DMENU_NB="#6b7089"
## textcolour for unselected menu-items
DMENU_NF="#c6c8d1"
## background colour for selected menu-items
DMENU_SB="#89b8c2"
## textcolour for selected menu-items
DMENU_SF="#161821"
## command for the terminal application to be used:
TERMINAL_CMD="terminal -e"
## export our variables
DMENU_OPTIONS="-fn $DMENU_FN -nb $DMENU_NB -nf $DMENU_NF -sf $DMENU_SF -sb $DMENU_SB"

View File

@ -74,7 +74,6 @@ echo "Linking Configuration files..."
symlink "${DOTFILES}/.editorconfig" "${HOME}/.editorconfig"
symlink "${DF_HOME}/.aliases" "${HOME}/.aliases"
symlink "${DF_HOME}/.bashrc" "${HOME}/.bashrc"
symlink "${DF_HOME}/.dmenurc" "${HOME}/.dmenurc"
symlink "${DF_HOME}/.dmrc" "${HOME}/.dmrc"
symlink "${DF_HOME}/.environment" "${HOME}/.environment"
symlink "${DF_HOME}/.functions" "${HOME}/.functions"