diff --git a/docs/example.Xresources b/docs/example.Xresources index d1ed5f6..eef9db5 100644 --- a/docs/example.Xresources +++ b/docs/example.Xresources @@ -87,7 +87,6 @@ spmenu.minwidth: 1000 spmenu.dockproperty: 1 !! General -spmenu.class: spmenu spmenu.fast: 0 spmenu.managed: 0 spmenu.mon: -1 @@ -116,13 +115,6 @@ spmenu.hidecursor: 0 spmenu.hidehighlight: 0 spmenu.hideimage: 0 -!! Text -spmenu.prompt: -spmenu.input: -spmenu.normtext: Normal -spmenu.instext: Insert -spmenu.password: * - !! Pango markup toggles spmenu.pango_item: 1 spmenu.pango_prompt: 1 diff --git a/libs/xresources.h b/libs/xresources.h index dc24706..b064097 100644 --- a/libs/xresources.h +++ b/libs/xresources.h @@ -61,10 +61,6 @@ ResourcePref resources[] = { { "type", INTEGER, &type }, { "minwidth", INTEGER, &minwidth }, { "preselected", INTEGER, &preselected }, - { "password", STRING, &password }, - { "class", STRING, &class }, - { "normtext", STRING, &normtext }, - { "instext", STRING, &instext }, { "borderwidth", INTEGER, &borderwidth }, { "lines", INTEGER, &lines }, { "lineheight", INTEGER, &lineheight }, diff --git a/themes/install.sh b/themes/install.sh index f4bd4e4..4536ed8 100755 --- a/themes/install.sh +++ b/themes/install.sh @@ -3,5 +3,5 @@ # This script installs all the profiles, allowing spmenu to see and choose them. CONFDIR="${XDG_CONFIG_HOME:-$HOME/.config}" mkdir -p "$CONFDIR/spmenu/profiles/" -cp ./* legacy/* "$CONFDIR/spmenu/profiles/" +cp legacy/* "$CONFDIR/spmenu/profiles/" rm -f "$CONFDIR/spmenu/profiles/install.sh" "$CONFDIR/spmenu/profiles/README.md" "$CONFDIR/spmenu/profiles/sample.theme"