diff options
author | James Meyer <james.meyer@operamail.com> | 2012-12-12 17:43:12 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-12-12 17:43:12 (GMT) |
commit | e28e87dcbd836bd2d4611e0461e96c751f262d28 (patch) | |
tree | 8bfbca55a44da4bda302dc32c118bf0b474d1d89 /abs/core/fluxbox_settings/fluxbox-settings/menuconfig | |
parent | b634ffbdf44f00c91b8163ee66d8df3dee75ed69 (diff) | |
download | linhes_pkgbuild-e28e87dcbd836bd2d4611e0461e96c751f262d28.zip linhes_pkgbuild-e28e87dcbd836bd2d4611e0461e96c751f262d28.tar.gz linhes_pkgbuild-e28e87dcbd836bd2d4611e0461e96c751f262d28.tar.bz2 |
fluxbox_settings: default_fluxbox settings
Diffstat (limited to 'abs/core/fluxbox_settings/fluxbox-settings/menuconfig')
-rwxr-xr-x | abs/core/fluxbox_settings/fluxbox-settings/menuconfig | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/abs/core/fluxbox_settings/fluxbox-settings/menuconfig b/abs/core/fluxbox_settings/fluxbox-settings/menuconfig new file mode 100755 index 0000000..ef5b398 --- /dev/null +++ b/abs/core/fluxbox_settings/fluxbox-settings/menuconfig @@ -0,0 +1,65 @@ +# This file is read by fluxbox-generate_menu. If you don't like a +# default you can change it here. Don't forget to remove the # in front +# of the line. + +# Your favourite terminal. Put the command in quotes if you want to use +# options. Put a backslash in before odd chars +# MY_TERM='Eterm --tint \#123456' +# MY_TERM='aterm -tint $(random_color)' + +# Your favourite browser. You can also specify options. +# MY_BROWSER=mozilla + +# Name of the outputfile +# MENUFILENAME=/home/mythtv/.fluxbox/menu + +# MENUTITLE=`fluxbox -version|cut -d " " -f-2` + +# standard url for console-browsers +# HOMEPAGE=fluxbox.org + +# location with your own menu-entries +# USERMENU=~/.fluxbox/usermenu + +# Put the launcher you would like to use here +# LAUNCHER=fbrun +# LAUNCHER=fbgm + +# Options for fbrun +# FBRUNOPTIONS='-font 10x20 -fg grey -bg black -title run' + +# --- PREFIX'es +# These are prefixes; So if fluxbox is installed in /usr/bin/fluxbox +# your prefix is: /usr + +# fluxbox-generate already looks in /usr/X11R6, /usr, /usr/local and /opt so +# there should be no need to specify them. +# +# PREFIX=/usr +# GNOME_PREFIX=/opt/gnome +# KDE_PREFIX=/opt/kde + + +# Sepparate the list of background-dirs with semicolumns ':' +# BACKGROUND_DIRS="/home/mythtv/.fluxbox/backgrounds/:/usr/share/fluxbox/backgrounds/:/usr/share/wallpapers" + + +# --- Boolean variables. +# Setting a variable to no'' won't help. Comment them out if you don't +# want them. Setting are overruled by the command-line options. + +# Include all backgrounds in your backgrounds-directory +# BACKGROUNDMENUITEM=yes + +# Include kde-menus +# KDEMENU=yes + +# Include gnome-menus +# GNOMEMENU=yes + +# enable sudo commands +# DOSUDO=yes + +# Don't cleanup the menu +# REMOVE=no + |