mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-01 11:32:34 +01:00
Window Maker 0.20.3
This commit is contained in:
95
WindowMaker/plmenu.fr.in
Executable file
95
WindowMaker/plmenu.fr.in
Executable file
@@ -0,0 +1,95 @@
|
||||
("Applications",
|
||||
("Informations",
|
||||
("Panneau d'informations", INFO_PANEL),
|
||||
("Panneau d'informations légales", LEGAL_PANEL),
|
||||
("Console système", EXEC, "xconsole"),
|
||||
("Charge système", EXEC, "xosview || xload"),
|
||||
("Liste des processus", EXEC, "xterm -e top"),
|
||||
("Butineur d'aide", EXEC, "xman")
|
||||
),
|
||||
("Terminal X", EXEC, "xterm -sb"),
|
||||
("Rxvt", EXEC, "rxvt -bg black -fg white -fn fixed"),
|
||||
("Espaces de travail", WORKSPACE_MENU),
|
||||
("Applications",
|
||||
("Graphismes",
|
||||
("Gimp", EXEC, "gimp >/dev/null"),
|
||||
("XV", EXEC, "xv"),
|
||||
("XPaint", EXEC, "xpaint"),
|
||||
("XFig", EXEC, "xfig")
|
||||
),
|
||||
("Xfm", EXEC, "xfm"),
|
||||
("OffiX Files", EXEC, "files"),
|
||||
("LyX", EXEC , "lyx"),
|
||||
("Netscape", EXEC, "netscape"),
|
||||
("Ghostview", EXEC, "ghostview %a(Entrez un fichier)"),
|
||||
("Acrobat", EXEC, "/usr/local/Acrobat3/bin/acroread %a(Entrez un fichier PDF)"),
|
||||
("TkDesk", EXEC, "tkdesk")
|
||||
),
|
||||
("Editeurs",
|
||||
("XFte", EXEC, "xfte"),
|
||||
("XEmacs", EXEC, "xemacs || emacs"),
|
||||
("XJed", EXEC, "xjed"),
|
||||
("NEdit", EXEC, "nedit"),
|
||||
("Xedit", EXEC, "xedit"),
|
||||
("VI", EXEC, "xterm -e vi")
|
||||
),
|
||||
("Divers",
|
||||
("Xmcd", EXEC, "xmcd 2> /dev/null"),
|
||||
("Xplaycd", EXEC, "xplaycd"),
|
||||
("Xmixer", EXEC, "xmixer")
|
||||
),
|
||||
("Utilitaires",
|
||||
("Calculatrice", EXEC, "xcalc"),
|
||||
("Propriétés de la fenêtre", EXEC, "xprop | xmessage -center -title 'xprop' -file -"),
|
||||
("Sélecteur de polices", EXEC, "xfontsel"),
|
||||
("Emulateur de terminal", EXEC, "xminicom"),
|
||||
("Loupe", EXEC, "xmag"),
|
||||
("Carte des couleurs", EXEC, "xcmap"),
|
||||
("XKill", EXEC, "xkill"),
|
||||
("ASClock", EXEC, "asclock -shape"),
|
||||
("Sélections", EXEC, "xclipboard")
|
||||
),
|
||||
("Sélection",
|
||||
("Copier", EXEC, "echo '%s' | wxcopy"),
|
||||
("Envoyer à", EXEC, "xterm -name mail -T Pine -e pine %s"),
|
||||
("Naviguer", EXEC, "netscape %s"),
|
||||
("Rechercher dans le manuel", EXEC, "MANUAL_SEARCH(%s)")
|
||||
),
|
||||
("Espace de travail",
|
||||
("Cacher les autres fenêtres", HIDE_OTHERS),
|
||||
("Montrer toutes les fenêtres", SHOW_ALL),
|
||||
("Arranger les icônes", ARRANGE_ICONS),
|
||||
("Retracer l'écran", REFRESH),
|
||||
("Vérrouiller", EXEC, "xlock -allowroot -usefirst"),
|
||||
("Sauver la session", SAVE_SESSION),
|
||||
("Effacer la session", CLEAR_SESSION)
|
||||
),
|
||||
("Apparence",
|
||||
("Thèmes", OPEN_MENU, "#pkgdatadir#/Themes ~/GNUstep/Library/WindowMaker/Themes WITH setstyle"),
|
||||
("Styles", OPEN_MENU, "#pkgdatadir#/Styles ~/GNUstep/Library/WindowMaker/Styles WITH setstyle"),
|
||||
("Jeu d'icônes", OPEN_MENU, "#pkgdatadir#/IconSets ~/GNUstep/Library/WindowMaker/IconSets WITH seticons"),
|
||||
("Fond d'écran",
|
||||
("Unifié",
|
||||
("Noir", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, black)'"),
|
||||
("Bleu", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, \"#505075\")'"),
|
||||
("Violet", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, \"#554466\")'"),
|
||||
("Blanc crème", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, wheat4)'"),
|
||||
("Gris foncé", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, \"#333340\")'"),
|
||||
("Bordeaux", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, \"#400020\")'")
|
||||
),
|
||||
("Degradé",
|
||||
("Drapeau", EXEC, "wdwrite WindowMaker WorkspaceBack '(mdgradient, green, red, white, green)'"),
|
||||
("Ciel", EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, blue4, white)'")
|
||||
),
|
||||
("Images", OPEN_MENU, "#pkgdatadir#/Backgrounds ~/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t")
|
||||
),
|
||||
("Sauver le thème", EXEC, "getstyle -t ~/GNUstep/Library/WindowMaker/Themes /\"%a(Theme name)\""),
|
||||
("Sauver le jeu d'icônes", EXEC, "geticonset ~/GNUstep/Library/WindowMaker/IconSets /\"%a(IconSet name)\"")
|
||||
),
|
||||
("Quitter",
|
||||
("Redémarrer", RESTART),
|
||||
("Démarrer AfterStep", RESTART, afterstep),
|
||||
("Quitter...", EXIT),
|
||||
("Terminer la session", SHUTDOWN)
|
||||
)
|
||||
)
|
||||
Reference in New Issue
Block a user