mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-01 19:42:32 +01:00
Add debianisation code and automatic build script
This commit is contained in:
committed by
Carlos R. Mafra
parent
19f110d26e
commit
442e3876c6
69
debian/wmaker.menu
vendored
Normal file
69
debian/wmaker.menu
vendored
Normal file
@@ -0,0 +1,69 @@
|
||||
?package(wmaker):needs="wm" \
|
||||
section="Window Managers" title="Window Maker" \
|
||||
command="/usr/bin/wmaker"
|
||||
?package(wmaker):needs="wmaker" \
|
||||
section="/" title="Exit" sort="ZZ" \
|
||||
command="EXIT"
|
||||
?package(wmaker):needs="wmaker" \
|
||||
section="/" title="Exit session" sort="ZZ" \
|
||||
command="SHUTDOWN"
|
||||
?package(wmaker):needs="wmaker" \
|
||||
section="Window Maker" title="Restart" \
|
||||
command="RESTART"
|
||||
?package(wmaker):needs="wmaker" \
|
||||
section="Window Maker" title="Info Panel ..." \
|
||||
command="INFO_PANEL"
|
||||
?package(wmaker):needs="wmaker" \
|
||||
section="Window Maker" title="Legal Panel ..." \
|
||||
command="LEGAL_PANEL"
|
||||
?package(wmaker):needs="wmaker" \
|
||||
section="Window Maker" title="Preferences" \
|
||||
command="EXEC" arg="WPrefs"
|
||||
?package(wmaker):needs="wmaker" \
|
||||
section="WorkSpace" title="Workspaces" \
|
||||
command="WORKSPACE_MENU"
|
||||
?package(wmaker):needs="wmaker" \
|
||||
section="WorkSpace" title="Hide Others" \
|
||||
command="HIDE_OTHERS"
|
||||
?package(wmaker):needs="wmaker" \
|
||||
section="WorkSpace" title="Show All" \
|
||||
command="SHOW_ALL"
|
||||
?package(wmaker):needs="wmaker" \
|
||||
section="WorkSpace" title="Arrange Icons" \
|
||||
command="ARRANGE_ICONS"
|
||||
?package(wmaker):needs="wmaker" \
|
||||
section="WorkSpace" title="Save Session" \
|
||||
command="SAVE_SESSION"
|
||||
?package(wmaker):needs="wmaker" \
|
||||
section="WorkSpace" title="Clear Session" \
|
||||
command="CLEAR_SESSION"
|
||||
?package(wmaker):needs="wmaker" \
|
||||
section="Window Maker" title="Refresh screen" \
|
||||
command="REFRESH"
|
||||
?package(wmaker):needs="wmaker" \
|
||||
section="WorkSpace" title="Appearance" \
|
||||
command="OPEN_MENU" arg="appearance.menu"
|
||||
?package(wmaker):needs="wmappearance" \
|
||||
section="Appearance" title="Background"\
|
||||
sort="$" \
|
||||
command="OPEN_MENU background.menu"
|
||||
?package(wmaker):needs="wmappearance" \
|
||||
section="Appearance" title="Styles"\
|
||||
sort="$" \
|
||||
command="OPEN_MENU -noext LOCAL_STYLES_DIR STYLES_DIR USER_STYLES_DIR WITH setstyle"
|
||||
?package(wmaker):needs="wmappearance" \
|
||||
section="Appearance" title="Themes"\
|
||||
sort="$" \
|
||||
command="OPEN_MENU -noext LOCAL_THEMES_DIR THEMES_DIR USER_THEMES_DIR WITH setstyle"
|
||||
?package(wmaker):needs="wmappearance" \
|
||||
section="Appearance" title="Icon Sets"\
|
||||
sort="ss" \
|
||||
command="OPEN_MENU -noext LOCAL_ICON_SETS_DIR ICON_SETS_DIR USER_ICON_SETS_DIR WITH seticons"
|
||||
?package(wmaker):needs="wmappearance" \
|
||||
section="Appearance" title="Save IconSet"\
|
||||
sort="zz" \
|
||||
command="EXEC geticonset USER_ICON_SETS_DIR/\"%a(IconSet name)\""
|
||||
?package(wmaker):needs="wmappearance" \
|
||||
section="Appearance" title="Save Theme"\
|
||||
sort="zz" \
|
||||
command="EXEC getstyle -t USER_THEMES_DIR/\"%a(Theme name)\""
|
||||
Reference in New Issue
Block a user