mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-23 14:42:29 +01:00
Add debianisation code and automatic build script
This commit is contained in:
committed by
Carlos R. Mafra
parent
19f110d26e
commit
442e3876c6
56
debian/WMWindowAttributes
vendored
Normal file
56
debian/WMWindowAttributes
vendored
Normal file
@@ -0,0 +1,56 @@
|
||||
{
|
||||
Logo.WMDock = {Icon = GNUstep.tiff;};
|
||||
Logo.WMPanel = {Icon = GNUstep.tiff;};
|
||||
Tile.WMClip = {Icon = clip.tiff;};
|
||||
WPrefs = {Icon = "/usr/lib/GNUstep/System/Applications/WPrefs.app/WPrefs.tiff";};
|
||||
Dockit = {Icon = GNUstep.tiff;};
|
||||
WMSoundServer = {Icon = Sound.tiff;};
|
||||
"*" = {Icon = defaultAppIcon.tiff;};
|
||||
Rxvt = {Icon = GNUterm.tiff;};
|
||||
KTerm = {Icon = GNUterm.tiff;};
|
||||
NXTerm = {Icon = GNUterm.tiff;};
|
||||
XTerm = {Icon = GNUterm.tiff;};
|
||||
Netscape = {Icon = "wmaker-netscape.tif";};
|
||||
"Mozilla-bin" = {Icon = "wmaker-nav.tif";};
|
||||
emacs = {Icon = "wmaker-emacs.tif";};
|
||||
Gimp = {AlwaysUserIcon = Yes;Icon = "wmaker-gimp2.tif";};
|
||||
toolbox.Gimp = {NoAppIcon = Yes;Icon = "wmaker-gimp2.tif";};
|
||||
gimp_startup.Gimp = {
|
||||
Icon = "wmaker-gimp2.tif";
|
||||
AlwaysUserIcon = Yes;
|
||||
NoTitlebar = Yes;
|
||||
NoResizebar = Yes;
|
||||
NotClosable = Yes;
|
||||
NotMiniaturizable = Yes;
|
||||
};
|
||||
tip_of_the_day.Gimp = {
|
||||
Icon = "wmaker-gimp2.tif";
|
||||
AlwaysUserIcon = Yes;
|
||||
NoResizebar = Yes;
|
||||
NoCloseButton = Yes;
|
||||
NoMiniaturizeButton = Yes;
|
||||
KeepOnTop = Yes;
|
||||
};
|
||||
image_window.Gimp = {Icon = "wmaker-gimp-work.tif";AlwaysUserIcon = Yes;};
|
||||
brushselection.Gimp = {Icon = "wmaker-gimp-brushes.tif";AlwaysUserIcon = Yes;};
|
||||
patternselection.Gimp = {Icon = "wmaker-gimp-patterns.tif";AlwaysUserIcon = Yes;};
|
||||
color_palette.Gimp = {
|
||||
Icon = "wmaker-gimp-palette.tif";
|
||||
AlwaysUserIcon = Yes;
|
||||
NoResizebar = Yes;
|
||||
};
|
||||
gradient_editor.Gimp = {Icon = "wmaker-gimp-gradient.tif";AlwaysUserIcon = Yes;};
|
||||
tool_options.Gimp = {Icon = "wmaker-gimp-tooloption.tif";AlwaysUserIcon = Yes;};
|
||||
layers_and_channels.Gimp = {Icon = "wmaker-gimp-layers.tif";AlwaysUserIcon = Yes;};
|
||||
indexed_color_palette.Gimp = {
|
||||
Icon = "wmaker-gimp-palette.tif";
|
||||
AlwaysUserIcon = Yes;
|
||||
NoResizebar = Yes;
|
||||
};
|
||||
"Script-fu" = {Icon = "wmaker-gimp-script-fu.tif";};
|
||||
"script-fu.Script-fu" = {Icon = "wmaker-gimp-script-fu.tif";};
|
||||
preferences.Gimp = {Icon = "wmaker-gimp-prefs.tif";AlwaysUserIcon = Yes;};
|
||||
panel = {NoAppIcon = Yes;};
|
||||
gmc = {NoAppIcon = Yes;Omnipresent = Yes;SkipWindowList = Yes;};
|
||||
Logo.WMClip = {Icon = clip.tiff;};
|
||||
}
|
||||
Reference in New Issue
Block a user