Skip to content

WELCOME_CMD

Octavio Alvarez edited this page Aug 29, 2013 · 1 revision

Table of Contents

Syntax

WELCOME_CMD command

Description

Specifies a program to execute on successful Superkb startup.

Parameters

command (default "xmessage -buttons '' -center -timeout 5 Welcome to Superkb! To start, hold down any of your configured Super keys.")
Command to execute on successful startup.

Examples

  • WELCOME_CMD "touch ~/.superkb-launched"
  • WELCOME_CMD "espeak 'Super k b is at your servie, master.'"
  • WELCOME_CMD "" #This cancels /etc/superkbrc setting.
  • WELCOME_CMD "notify-send --urgency normal -t 5000 --icon='gtk-info' 'Welcome to Superkb' 'To start, hold down any of your configured Super keys.'"

Version availability

Superkb 0.21 and upwards.

Notes

  • If there is a system-wide WELCOME_CMD at /etc/superkbrc, you may override it in your $HOME/.superkbrc.
Clone this wiki locally