Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- #
- # This is the Tux Hat Linux 3.3 Setup-Tuxhat config file
- #
- # Example config file for setup-tuxhat(1).
- # Values set here is the default as in setup-tuxhat(1).
- # List of programs, commands with whitespaces should be quoted or escaped.
- # If unset, all sessions in /etc/X11/Sessions or /usr/share/xsessions are
- # offered as choices.
- #
- # (An example:)
- # binlist=(
- # '~/.xsession' # Launch your X session,
- # '/bin/bash --login' # or just execute your shell,
- # '/usr/bin/fbterm' # or start a frame buffer console,
- # '/usr/bin/cdm ~/.submenu.cdmrc' # or go to a submenu :)
- # )
- binlist=(
- '/opt/setup/arch-setup'
- '/opt/setup/tuxhat-install'
- '/opt/setup/vbox-guest-setup'
- '/opt/setup/network-setup'
- '/opt/setup/video-setup'
- '/opt/setup/compton-setup'
- '/opt/setup/steam-setup'
- )
- # List all program display names, one-by-one matched with $binlist.
- # Names with whitespaces should be quoted or escaped.
- #
- # (Continued example:)
- # namelist=('X session' Console FBTerm 'Sub menu')
- namelist=('Arch Setup' 'Tux Hat Linux Install' 'Virtualbox Guest Setup' 'Network Setup' 'Video Setup [user]' 'Compton Composite Setup [user]' 'Steam Setup')
- # Type of the programs, one-by-one matched with $binlist.
- # `C' for *C*onsole programs, which would be `exec'ed.
- # `X' for *X* programs, which would be run with cdm-xlaunch(1).
- #
- # (Continued example:)
- # flaglist=(X C C C)
- flaglist=(C C C C C C C)
- # Style for the cdm dialog, which is printed with dialog(1).
- # Default to unset, causing dialog(1) to use the system wide default.
- # See /usr/share/doc/cdm/themes for some nice choices.
- dialogrc=/opt/cdm/themes/tuxhat
- # Set default display.
- display=0
- # Where should the first X tty be spawned?
- # special value `keep' causes to run X in current tty.
- xtty=keep
Advertisement
Add Comment
Please, Sign In to add comment