blob: ef5b398caa94f62e7240363953fa843382401d39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
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
|