# Last Modified: Sun 21 Oct 2007 04:05:10 AM MDT # hewbert's .pekwm/menu file $irssi = "urxvt -name irssi" RootMenu = "Pekwm" { Entry = "urxvt" { Actions = "Exec urxvt &" } Entry = "Run.." { Actions = "Exec bbrun -w &" } Entry = "Firefox" { Actions = "Exec firefox &" } Entry = "Thunar" { Actions = "Exec thunar &" } Entry = "Pidgin" { Actions = "Exec pidgin &" } Entry = "Gimp" { Actions = "Exec gimp &" } Entry = "irssi" { Actions = "Exec $irssi" } Separator {} Submenu = "Files" { Entry = "Audio" { Actions = "Exec thunar /mnt/wd/Audio" } Entry = "Store" { Actions = "Exec thunar /mnt/wd/" } Entry = "Laptop" { Actions = "Exec thunar /mnt/banana/" } } Submenu = "Net" { Entry = "Deluge" { Actions = "Exec deluge &" } Entry = "Sylpheed" { Actions = "Exec sylpheed &" } } Submenu = "Utility" { Entry = "Calc" { Actions = "Exec gcalctool &" } Entry = "GTK-Chtheme" { Actions = "Exec gtkchtheme &" } Entry = "Nautilus" { Actions = "Exec nautilus --no-desktop &" } } Submenu = "Hosts" { Entry = "banana" { Actions = "Exec urxvt -e ssh -t josh@banana &" } Entry = "suso" { Actions = "Exec urxvt -e ssh -t hewbert@suso.org &" } Entry = "hewphoria" { Actions = "Exec urxvt -e ssh -t hewbert@hewphoria.com &" } } Separator {} Submenu = "Pekwm" { Entry = "Reload" { Actions = "Reload" } Entry = "Restart" { Actions = "Restart" } Entry = "Exit" { Actions = "Exit" } SubMenu = "Themes" { Entry = "" { Actions = "Dynamic /home/josh/.pekwm/scripts/pekwm_themeset.pl /home/josh/.pekwm/themes" } } Entry = "Edit Menu" { Actions = "Exec gvim ~/.pekwm/menu &" } } } # !_RootMenu # ----------------------------------------------------- WindowMenu = "Window Menu" { Entry = "(Un)Sticky" { Actions = "Toggle Sticky" } Entry = "info" { Actions = "Exec \ ID=\$( xprop -root '=\$0' _NET_ACTIVE_WINDOW | cut -f2 -d= ) \ ( \ xprop -id \$ID \ echo '--------------------' \ xwininfo -id \$ID | tail +4 \ ) | gmessage -geometry 504x275 -justify left -buttons close -frametext 'xprop / xwininfo' -file - &" } Submenu = "Maximize" { Entry = "Full" { Actions = "Toggle Maximized " } } Submenu = "Stacking" { Entry = "Raise " { Actions = "Raise " } Entry = "Lower" { Actions = "Lower" } Entry = "Always On Top " { Actions = "Toggle AlwaysOnTop " } Entry = "Always Below" { Actions = "Toggle AlwaysBelow " } } Submenu = "Decor" { Entry = "All Decor" { Actions = "Toggle DecorBorder;Toggle DecorTitlebar " } Entry = "Border" { Actions = "Toggle DecorBorder " } Entry = "Titlebar" { Actions = "Toggle DecorTitlebar " } } SubMenu = "Send To" { Entry = "Workspace 1" { Actions = "SendToWorkspace 1" } Entry = "Workspace 2" { Actions = "SendToWorkspace 2" } Entry = "Workspace 3" { Actions = "SendToWorkspace 3" } Entry = "Workspace 4" { Actions = "SendToWorkspace 4" } } Entry = "Iconify " { Actions = "Set Iconified " } Entry = "Close" { Actions = "Close" } Entry = "Kill " { Actions = "Kill " } }