123456789101112131415161718192021222324252627282930313233 |
- # This is an example for IceWM's toolbar definition file.
- #
- # Place your variants in /etc/icewm or in $HOME/.icewm
- # since modifications to this file will be discarded when you
- # (re)install icewm.
- # keyboard shortcuts ctl+alt+(a to z) eg. ctl+alt+a to launch alsamixer
- #prog #display-name #icon-name #command #[paramater ...]
- prog _ separator .
- prog lilyterm xterm lilyterm
- prog rox rox rox
- prog seamonkey seamonkey seamonkey
- prog libreoffice libreoffice libreoffice
- prog _ separator .
-
- #menu xterm "tile" folder {
- prog "tile-v" tile-v.xpm xdotool key shift+alt+F2
- prog "tile-h" tile-h.xpm xdotool key shift+alt+F3
- prog "casscade" casscade.xpm xdotool key shift+alt+F4
- prog "maximize" maxall.xpm xdotool key alt+F10
- prog "minimize" minall.xpm xdotool key alt+F9
- # prog "maxall" maxall.xpm maxall
- # prog "minall" minall.xpm minall
- #}
- prog _ separator .
- prog arandr arandr arandr
- prog _ separator .
- # note: if you need a blank separator use underscore _ as if doesent show in the menu
- # ad text that doesn't have an icon name and a dot . as the command
|