closes #1105048, minor issues
This commit is contained in:
parent
6fbe0e44d6
commit
1d53899bfb
1 changed files with 4 additions and 5 deletions
|
@ -801,7 +801,7 @@ if [ ! "${INSTALL}" = Yes ]; then
|
||||||
# Your favourite terminal. Put the command in quotes if you want to use
|
# Your favourite terminal. Put the command in quotes if you want to use
|
||||||
# options. Put a backslash in before odd chars
|
# options. Put a backslash in before odd chars
|
||||||
# MY_TERM='Eterm --tint \#123456'
|
# MY_TERM='Eterm --tint \#123456'
|
||||||
# MY_TERM='aterm -tint $(random_color)'
|
# MY_TERM='aterm -tint \$(random_color)'
|
||||||
|
|
||||||
# Your favourite browser. You can also specify options.
|
# Your favourite browser. You can also specify options.
|
||||||
# MY_BROWSER=mozilla
|
# MY_BROWSER=mozilla
|
||||||
|
@ -831,13 +831,13 @@ if [ ! "${INSTALL}" = Yes ]; then
|
||||||
# fluxbox-generate already looks in /usr/X11R6, /usr, /usr/local and /opt so
|
# fluxbox-generate already looks in /usr/X11R6, /usr, /usr/local and /opt so
|
||||||
# there should be no need to specify them.
|
# there should be no need to specify them.
|
||||||
#
|
#
|
||||||
# PREFIX=/usr
|
# PREFIX=@PREFIX@
|
||||||
# GNOME_PREFIX=/opt/gnome
|
# GNOME_PREFIX=/opt/gnome
|
||||||
# KDE_PREFIX=/opt/kde
|
# KDE_PREFIX=/opt/kde
|
||||||
|
|
||||||
|
|
||||||
# Sepparate the list of background-dirs with semicolumns ':'
|
# Sepparate the list of background-dirs with semicolumns ':'
|
||||||
# BACKGROUND_DIRS="${HOME}/.fluxbox/backgrounds/:/usr/local/share/fluxbox/backgrounds/:/usr/share/wallpapers"
|
# BACKGROUND_DIRS="${HOME}/.fluxbox/backgrounds/:@PREFIX@/share/fluxbox/backgrounds/:/usr/share/wallpapers"
|
||||||
|
|
||||||
|
|
||||||
# --- Boolean variables.
|
# --- Boolean variables.
|
||||||
|
@ -1241,7 +1241,6 @@ append_submenu "${FBSETTINGSMENU}"
|
||||||
|
|
||||||
append_menu "[submenu] (${SYSTEMSTYLES}) {${STYLEMENUTITLE}}"
|
append_menu "[submenu] (${SYSTEMSTYLES}) {${STYLEMENUTITLE}}"
|
||||||
append "[stylesdir] (${PREFIX}/share/fluxbox/styles)"
|
append "[stylesdir] (${PREFIX}/share/fluxbox/styles)"
|
||||||
append "[stylesdir] (/usr/share/commonbox/styles/)"
|
|
||||||
append_menu_end
|
append_menu_end
|
||||||
|
|
||||||
append_menu "[submenu] (${USERSTYLES}) {${STYLEMENUTITLE}}"
|
append_menu "[submenu] (${USERSTYLES}) {${STYLEMENUTITLE}}"
|
||||||
|
@ -1286,7 +1285,7 @@ append_submenu "${FBSETTINGSMENU}"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
append "[workspaces] (${WORKSPACEMENU})"
|
append "[workspaces] (${WORKSPACEMENU})"
|
||||||
|
|
||||||
append_submenu ${TOOLS}
|
append_submenu ${TOOLS}
|
||||||
normal_find fluxconf fluxkeys fluxmenu
|
normal_find fluxconf fluxkeys fluxmenu
|
||||||
|
|
Loading…
Reference in a new issue